dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.01k stars 4.03k forks source link

Support inferrred nullability info in GetDeclaredSymbol for inline Linq variables #37321

Open 333fred opened 5 years ago

333fred commented 5 years ago

Currently we don't support these two. We need to.

333fred commented 5 years ago

The foreach part of this is fixed. Moving to backlog for if we decide to support inline linq with nullability.