theraot / Theraot

Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
MIT License
158 stars 30 forks source link

Assertions attributes #118

Closed NN--- closed 4 years ago

NN--- commented 4 years ago

https://www.meziantou.net/csharp-8-nullable-reference-types.htm See DoesNotReturnAttribute and others

theraot commented 4 years ago

https://github.com/theraot/Theraot/blob/master/Framework.Core/System/Diagnostics/CodeAnalysis/DoesNotReturnAttribute.cs

NN--- commented 4 years ago

Thanks