dotnet / roslyn-sdk

Roslyn-SDK templates and Syntax Visualizer
MIT License
512 stars 257 forks source link

Add ReferenceAssemblies.Net.Net90 #1149

Closed mpidash closed 6 months ago

mpidash commented 7 months ago

I want to use an API (https://github.com/dotnet/runtime/issues/60393) introduced in .NET 9 for an analyzer that I am writing (https://github.com/dotnet/roslyn-analyzers/pull/6967).

If preview 1 is too early to add it here, I could add it temporarily in roslyn-analyzer (and remove it when Net90 is added later).

buyaa-n commented 6 months ago

@sharwell is this blocked with something? Could we merge?