Uh oh!
There was an error while loading. Please reload this page.
[release/8.0] Update dependencies from dotnet/roslyn - #92149
Conversation
…915.1 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23465.1
…915.2 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23465.2
…915.4 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23465.4
…915.5 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23465.5
carlossanlop
commented
Sep 16, 2023
@ericstj this roslyn deps update is broken. Who can take a look at source generator and interceptors-related failures? The failure is: |
layomia
commented
Sep 18, 2023
@carlossanlop I'll push a fix. |
The fix here is to find all the projects with https://github.com/search?q=repo%3Adotnet%2Fruntime%20InterceptorsPreview&type=code And make them instead use <InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Configuration.Binder.SourceGeneration</InterceptorsPreviewNamespaces>Probably need the same in the PR that's pulling this Roslyn version into MAIN as well. |
ericstj
left a comment
There was a problem hiding this comment.
Looks good to me. Thank you, @carlossanlop
…918.1 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23468.1
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It looks like the test helpers also need to specify the new property: This is why the tests are failing here. It's because they are running the new compiler which doesn't seem to like having only the Feature set. |
@RikkiGibson can you tell us how our tests should set I see, I think we can use Features API. We need CSharpParseOptionsparseOptions=newCSharpParseOptions(langVersion).WithFeatures(new[]{newKeyValuePair<string,string>("InterceptorsPreview",""),newKeyValuePair<string,string>("InterceptorsPreviewNamespaces","Microsoft.Extensions.Configuration.Binder.SourceGeneration"),}); |
…torTests.Helpers.cs
…918.3 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23468.3
ericstj
commented
Sep 19, 2023
This looks like it's good to go, if Roslyn would just stop building to update this PR 😆 |
…918.4 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23462.10 -> To Version 4.8.0-3.23468.4
carlossanlop
commented
Sep 19, 2023
Still seeing one failure related to the interceptors, unfortunately. I'll take a look tomorrow. The Tensors failure is unrelated, seems it was introduced here: #92245 @mmitche I haven't snapped rc2 due to this PR and a few other PRs that came in late, but will work on it tomorrow first thing in the morning. |
This pull request updates the following dependencies
From https://github.com/dotnet/roslyn