dotnet/roslyn

APIs which contain oblivious nullability should indicate that in Quick Info

Open

#80,875 opened on Oct 24, 2025

View on GitHub
 (4 comments) (1 reaction) (0 assignees)C# (4,257 forks)batch import
Area-IDEhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (Avg merge 7d 9h) (270 merged PRs in 30d)

Description

Recently we made a change to give a heads up when interacting with nullable-oblivious variables:

It would be useful if this information were also conveyed when looking at a signature that contains oblivious nullability:

Contributor guide