Skip to content

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

Open
wforney wants to merge 4 commits into
bbowyersmyth:masterfrom
wforney:update
Open

Update to .NET Standard, test project using .NET Core 3#2
wforney wants to merge 4 commits into
bbowyersmyth:masterfrom
wforney:update

Conversation

@wforney
Copy link
Copy Markdown

@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
Copy Markdown
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