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

Target newer frameworks #42

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

bdovaz
Copy link
Contributor

@bdovaz bdovaz commented Dec 3, 2023

Fixes #41

Target .NET 8 / .NET 9

I have taken the opportunity to enable nullable reference types so that the code is a little more protected:

https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references

EDIT: I know you have 3.x pending but in the meantime at least the 2.x code should contemplate nullable reference types.

@bdovaz
Copy link
Contributor Author

bdovaz commented Sep 18, 2024

@madushans can you merge and release a new version please?

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.

[FEATURE] Target newer .NET runtimes
2 participants