Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Sep 5, 2025

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

@akoeplinger
Copy link
Member

same failures as in #2284 /cc @jjonescz

@jjonescz
Copy link
Member

same failures as in #2284 /cc @jjonescz

These are now gone because the compiler falls back to dotnet exec if apphosts don't exist (see dotnet/roslyn#80153; mainly intended for toolset packages, but works for the normal compiler too). I'm trying to activate the apphosts properly in #2289, but in the meantime the flow should be unblocked (same applies to #2284 although that seems to not be getting new updates due to some conflicts)

@jjonescz
Copy link
Member

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 ITypeSymbol.ExtensionParameter) but is then executed against the latest roslyn (which has INamedTypeSymbol.ExtensionParameter instead hence the exception).

@dotnet-maestro dotnet-maestro bot merged commit 59e7f5c into main Sep 15, 2025
16 checks passed
@dotnet-maestro dotnet-maestro bot deleted the darc-main-88193414-3016-4211-be46-837b37a55ce2 branch September 15, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants