manuelroemer / Nullable

A source code only package which allows you to use .NET's nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
https://www.nuget.org/packages/Nullable
MIT License
184 stars 8 forks source link

v1.2.0: Support packages.config and exclude the attributes from code coverage by default #7

Closed manuelroemer closed 4 years ago

manuelroemer commented 4 years ago

v1.2.0

This release provides solutions for issue #1 and issue #6. In addition, potential compiler warnings in the NullableAttributes.cs file are now hidden.

Upgrading:

Remove any previously defined NULLABLE_ATTRIBUTES_EXCLUDE_FROM_CODE_COVERAGE compiler constant, as it does not have any effect anymore.

:information_source: Note:
Builds will NOT break if the constant is still defined. It is simply ignored now.

Details: