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

Support for UWP #87

Open
nirbil opened this issue Apr 14, 2024 · 1 comment
Open

Support for UWP #87

nirbil opened this issue Apr 14, 2024 · 1 comment

Comments

@nirbil
Copy link

nirbil commented Apr 14, 2024

I'm trying to use this package in a UWP app, but it works only when building the project in Debug mode.
When building in Release mode the build fails with the following error:

ILT0038: 'WeCantSpell.Hunspell.WordEntryDetail' is a value type with a default constructor. Value types with default constructors are not currently supported. Consider using an explicit initialization function instead.

I believe that to resolve this error the default empty CTOR in the WordEntryDetail class needs to be removed.

@aarondandy
Copy link
Owner

I'm torn on if this would be a breaking change or not. It doesn't feel breaking to me as it would be compile time compatible even though not binary compatible. I don't think a change here would have any substantial impact to most users, outside of it being more compatible, so it's probably safe to make.

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

No branches or pull requests

2 participants