-
Notifications
You must be signed in to change notification settings - Fork 200
[main] Source code updates from dotnet/roslyn #2276
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
[main] Source code updates from dotnet/roslyn #2276
Conversation
Diff: https://github.com/dotnet/roslyn/compare/a70b5c16d07b7cba6c4955034a0c5957c86eb6e5..946116beb9d37b926e868ed223d1e2867115a1b3 From: dotnet/roslyn@a70b5c1 To: dotnet/roslyn@946116b [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/946116beb9d37b926e868ed223d1e2867115a1b3..589146c82dc01a0e5e3a997246e8fb57e571beea From: dotnet/roslyn@946116b To: dotnet/roslyn@589146c [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/589146c82dc01a0e5e3a997246e8fb57e571beea..8008e0ca7974512c71f4404471a0d928d52739ff From: dotnet/roslyn@589146c To: dotnet/roslyn@8008e0c [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/8008e0ca7974512c71f4404471a0d928d52739ff..01e03c232c5e4aa564dd16ed13207cdade42f5ef From: dotnet/roslyn@8008e0c To: dotnet/roslyn@01e03c2 [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/01e03c232c5e4aa564dd16ed13207cdade42f5ef..7adaf6e29ff5c322a15360d986009032e0110ed5 From: dotnet/roslyn@01e03c2 To: dotnet/roslyn@7adaf6e [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/7adaf6e29ff5c322a15360d986009032e0110ed5..27b73708d34de893dea6b8ddc2bc8249f0f0368f From: dotnet/roslyn@7adaf6e To: dotnet/roslyn@27b7370 [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/27b73708d34de893dea6b8ddc2bc8249f0f0368f..a7b5933bb61b2b43d441c53a11a802c317427807 From: dotnet/roslyn@27b7370 To: dotnet/roslyn@a7b5933 [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/a7b5933bb61b2b43d441c53a11a802c317427807..d97a5187ec21670f352158d97119ff5636925e3f From: dotnet/roslyn@a7b5933 To: dotnet/roslyn@d97a518 [[ commit created by automation ]]
These are now gone because the compiler falls back to |
Diff: https://github.com/dotnet/roslyn/compare/d97a5187ec21670f352158d97119ff5636925e3f..d6a646961d5ba05276dfa8163f0d2bf3d5a1197b From: dotnet/roslyn@d97a518 To: dotnet/roslyn@d6a6469 [[ commit created by automation ]]
Diff: https://github.com/dotnet/roslyn/compare/d6a646961d5ba05276dfa8163f0d2bf3d5a1197b..d7cffdcf776c1d36bc8693968c9954373f38009c From: dotnet/roslyn@d6a6469 To: dotnet/roslyn@d7cffdc [[ commit created by automation ]]
The current errors CSC(0,0): error AD0001: (NETCORE_ENGINEERING_TELEMETRY=Build) Analyzer 'ILLink.RoslynAnalyzer.DynamicallyAccessedMembersAnalyzer' threw an exception of type 'System.MissingMethodException' with message 'Method not found: 'Microsoft.CodeAnalysis.IParameterSymbol Microsoft.CodeAnalysis.ITypeSymbol.get_ExtensionParameter()'.'. are caused by dotnet/roslyn#80230. It looks like the analyzer is compiled against an old roslyn (hence it binds to the old |
Diff: https://github.com/dotnet/roslyn/compare/d7cffdcf776c1d36bc8693968c9954373f38009c..6ea0a05e20748e980ebc95de2a5584c35f490534 From: dotnet/roslyn@d7cffdc To: dotnet/roslyn@6ea0a05 [[ commit created by automation ]]
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