-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FrozenDictionary to collections tests #2905
Conversation
Is there something I need to do to get the build to use preview nuget packages? These APIs are in System.Collections.Immutable.dll, which ships downlevel, but it appears to be using officially supported packages and thus can't find the APIs downlevel. |
Where is the preview package? Could the feed be added to this https://github.com/dotnet/performance/blob/main/NuGet.config? |
If nothing else, at this point the .NET 8 Preview 1 package is available on nuget. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I'll check why |
Hmm, for the |
I don't know of a way short of hacking MSBuild targets. We track this in dotnet/runtime#67080. Can this be limited to testing with 8.0 NativeAOT? |
Checking... |
5da8cc9
to
d507be9
Compare
…o it properly restores/builds.
…s for `nativeaot7.0` build.
d507be9
to
ce5d903
Compare
Finally all the stars aligned and it's green (Blazor failure is unrelated). Merging. |
Thank you!! |
No description provided.