dotnet/runtime

Annotate remaining libraries for Nullable Reference Types

Open

#90,400 opened on Aug 11, 2023

View on GitHub
 (5 comments) (1 reaction) (0 assignees)C# (5,445 forks)batch import
area-Metahelp wanted

Repository metrics

Stars
 (17,886 stars)
PR merge metrics
 (Avg merge 12d 11h) (661 merged PRs in 30d)

Description

The following libraries in dotnet/runtime have not been annotated for Nullable Reference Types.

  • Microsoft.Extensions.Hosting.Systemd
  • System.Speech
  • System.Diagnostics.EventLog
  • System.CodeDom
  • System.Diagnostics.PerformanceCounter
  • System.DirectoryServices.AccountManagement
  • System.DirectoryServices.Protocols
  • System.IO.Ports
  • System.Management
  • System.Runtime.Caching

For each, we should either do so or decide we're never doing so.

Contributor guide