.net core 是否支持代码契约?

Are code contracts supported in .net core?

在 .net 框架中,有代码契约允许我在我的代码中指定 pre/post 条件。 .net core/.net 5 是否支持它们?

命名空间 System.Diagnostics.Contracts 可用,但项目 已放弃

替代VS2019
https://softwarerecs.stackexchange.com/questions/47108/the-best-code-contracts-alternative-for-vs-2017-2019-and-net-core-projects

关于 .Net Core 的讨论

https://github.com/dotnet/runtime/issues/23869

在 2020 年代码契约仍然是推荐的方式吗

https://github.com/dotnet/docs/issues/17640