Are code contracts supported in .net core?

Viewed 1125

In the .net framework there were Code Contracts which allowed me to specify pre/post conditons in my code. Are they supported in .net core/.net 5?

1 Answers
Related