Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to .NET Standard, test project using .NET Core 3 #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wforney
Copy link

@wforney wforney commented Sep 25, 2019

Looks like 2 of the unit tests are failing and continue to fail after the update. Since this is just a wrapper and the upstream was failing I'm not looking into this right now.

  • Updated main project to .NET Standard 2.0 and test project .NET Core 3
  • Added XML comments and reformatted with R#
  • Modified build.cmd to just copy the built NuGet package to build\local folder since NuGet is generated by main build these days

@wforney wforney marked this pull request as ready for review September 25, 2019 02:09
<ItemGroup>
<Reference Include="MsSpellCheckLib">
<HintPath>..\..\lib\MsSpellCheckLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EmbedInteropTypes is important and the reason netstandard2.0 surface area can't be supported. I have another branch with a .net core conversion attempt that was waiting on netstandard2.1 or netcoreapp3.0 with the appropriate interop interfaces. Now that that has been released I'll complete that first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants