-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[release/8.0] Update dependencies from dotnet/roslyn #91913
[release/8.0] Update dependencies from dotnet/roslyn #91913
Conversation
…911.1 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23461.1
…911.4 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23461.4
…912.1 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.1
…912.2 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.2
…912.3 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.3
…912.4 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.4
…912.6 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.6
…912.7 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.7
…912.8 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.8
…912.9 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.9
…912.10 Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset From Version 4.8.0-3.23459.2 -> To Version 4.8.0-3.23462.10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not merge this PR until we've addressed the failing reflection tests.
System.Tests.Types.GenericInterface1Tests.Attributes_Get_ReturnsExpected
Error message
Assert.Equal() Failure
Expected: Public | ClassSemanticsMask | Abstract
Actual: Public | ClassSemanticsMask | Abstract | BeforeFieldInit
Stack trace
at System.Tests.Types.TypePropertyTestBase.Attributes_Get_ReturnsExpected() + 0x7c
at System.Runtime.Tests!<BaseAddress>+0x1614bf0
at System.Reflection.DynamicInvokeInfo.Invoke(Object, IntPtr, Object[], BinderBundle, Boolean) + 0xcc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should fix the failing reflection tests @steveharter @AlekseyTs
I merged the revert PR. I am now restarting the CI of the PRs that caught that failure so that they get better results. |
CI is good again. Merging. cc @ericstj |
This pull request updates the following dependencies
From https://github.com/dotnet/roslyn