-
Notifications
You must be signed in to change notification settings - Fork 228
[main] Source code updates from dotnet/roslyn #3957
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
base: main
Are you sure you want to change the base?
[main] Source code updates from dotnet/roslyn #3957
Conversation
Diff: https://github.com/dotnet/roslyn/compare/43bebc0906ffb0cd7af5b95ee45e9d5afa3207ac..bf35fe58e593ac0ac74c05bfa6e4719b85772da0 From: dotnet/roslyn@43bebc0 To: dotnet/roslyn@bf35fe5 [[ commit created by automation ]]
|
Note PRs from original repository included in this codeflow update: 💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
@jjonescz this one is now up-to-date and doesn't show the previous issue anymore. But there are new issues:
We probably need to condition this test project out when building inside the VMR: The other one is in runtime:
Is that the powershell policy change thing that people mentioned in chat? |
That needs cherry pick of the last commit from #3921 |
|
src/templating/src/Microsoft.TemplateEngine.Utils/DictionaryExtensions.cs(88,34): error IDE0370: Suppression is unnecessary (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0370) @dotnet/roslyn-ide / @dotnet/roslyn-infrastructure do you know why this diagnostic starts appearing all of a sudden, was there some fix? I'm also not sure why it doesn't appear in the release/10.0.2xx branch. Maybe it's some .NET 10 vs 11 difference (something with analysis level)...? |
Looks like you have a race in roslyn that you might want to look into. Will probably go away after a retry. |
|
@jjonescz looks like this is from dotnet/roslyn#80794 and this is failing in the SB stage2 leg which uses the just built compiler as the toolset. |
src/msbuild/src/Framework/ExtendedCriticalBuildMessageEventArgs.cs
Outdated
Show resolved
Hide resolved
|
@jjonescz you are right, my fixes don't work in multi-targeting projects due to different public API annotations in the BCL. Would you mind taking this one over? Feel free to revert my commits. |
Note
This is a codeflow update. It may contain both source code changes from
the source repo
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/roslyn
Diff the source with this PR branch