EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

make the project open source #242

Closed yecril71pl closed 2 years ago

yecril71pl commented 2 years ago

Please provide a way to compile the binary libraries included in the source tree.

EWSoftware commented 2 years ago

NHunSpell is itself open source and the code is readily available if you want it. There's no reason to include it in this project. The only reason the native binaries were part of the project is that the NuGet package doesn't include them properly in the VSIX file when built. As it's now possible to do so, they're no longer physically in the project and are instead referenced from their NuGet location effective with the latest commit.