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

NSubstitute 6.0.0 roadmap proposal #830

Open
5 of 12 tasks
Romfos opened this issue Sep 8, 2024 · 2 comments
Open
5 of 12 tasks

NSubstitute 6.0.0 roadmap proposal #830

Romfos opened this issue Sep 8, 2024 · 2 comments

Comments

@Romfos
Copy link
Contributor

Romfos commented Sep 8, 2024

I propose to implement changes in following areas for the next major release:

Infrastructure:

  • Update tfm list: net8.0 + netstandard2.0
  • Drop EOL .NET 6 and .NET 7 from test matrix
  • Update dependencies

.NET 9 support:

  • Migrate to .NET 9 sdk and C# 13
  • Add .NET 9 to test matrix

Build:

Code cleanup:

  • Remove already obsoleted methods\classes that were obsolete for years
  • Mark as obsolete some old classes\methods for "compatibility" with C# pre 7.0 and older versions

Public api changes:

  • Remove #nullable disable annotations from code base and enable NRE for public api
  • Make sealed all classes that could be sealed
  • Make internal all classes that could be internal

cc @dtchepak @alexandrnikitin @tpodolak

@appel1
Copy link
Contributor

appel1 commented Sep 9, 2024

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

@304NotModified
Copy link
Contributor

Related #551

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

3 participants