Null suppressions that will be fixed by .NET 5 annotations #41539
Labels
Area-Infrastructure
Concept-Continuous Improvement
Concept-Null Annotations
The issue involves annotating an API for nullable reference types
This issue is meant to cover the null suppression operator (
!
) uses in our code base that will be fixed when we move to the .NET 5 TFM. The APIs in the .NET 5 TFM contain the necessary annotations to let us remove these suppressions.Specific APIs that we're waiting for the annotation change on:
The text was updated successfully, but these errors were encountered: