aarondandy / WeCantSpell.Hunspell

A port of Hunspell v1 for .NET and .NET Standard
https://www.nuget.org/packages/WeCantSpell.Hunspell/
Other
126 stars 19 forks source link

Removes default struct constructor #95

Closed aarondandy closed 1 month ago

aarondandy commented 1 month ago

This fixes #87 by removing a default struct constructor.

While I think it is technically a breaking change, anybody affected by this is probably doing something really weird so it's good enough to package into a minor release.