-
Notifications
You must be signed in to change notification settings - Fork 269
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
NSubstitute 6.0.0 roadmap proposal #830
Comments
Please continue to support .NET Framework as well. There's no EOL for .NET Framework >= 4.7 yet and being able to run our tests for all targets is a must for us. https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework |
Related #551 |
I propose for 6.0: |
Could we pin this issue? And/or create a 6.0 milestone? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I propose to implement changes in following areas for the next major release:
Infrastructure:
.NET 9 support:
Build:
dotnet pack
Move package creating from build.fsproj to github actions #838Code cleanup:
Public api changes:
#nullable disable annotations
from code base and enable NRE for public api (Enable nullability for public api #856)cc @dtchepak @alexandrnikitin @tpodolak
The text was updated successfully, but these errors were encountered: