[CLI] Fix loading analyzers that reference System.Composition on .NET 10 - #1831
Open
helgeu wants to merge 2 commits into
Open
[CLI] Fix loading analyzers that reference System.Composition on .NET 10#1831helgeu wants to merge 2 commits into
helgeu wants to merge 2 commits into
Annotations
1 error and 11 warnings
|
Run dotnet format Roslynator.sln --no-restore --verify-no-changes --severity info
Process completed with exit code 2.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L90
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(TestFile, IEnumerable<AdditionalFile>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L89
Parameter 'options' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(TestFile, IEnumerable<AdditionalFile>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L88
Parameter 'equivalenceKey' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(TestFile, IEnumerable<AdditionalFile>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L87
Parameter 'additionalFiles' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(TestFile, IEnumerable<AdditionalFile>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L65
Parameter 'cancellationToken' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(string, string, IEnumerable<(string source, string expectedSource)>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L64
Parameter 'options' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(string, string, IEnumerable<(string source, string expectedSource)>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L63
Parameter 'equivalenceKey' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(string, string, IEnumerable<(string source, string expectedSource)>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L62
Parameter 'additionalFiles' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(string, string, IEnumerable<(string source, string expectedSource)>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L61
Parameter 'expectedSource' has no matching param tag in the XML comment for 'CompilerDiagnosticFixVerifier<TFixProvider>.VerifyFixAsync(string, string, IEnumerable<(string source, string expectedSource)>?, string?, TestOptions?, CancellationToken)' (but other parameters do)
|
|
Run dotnet build Roslynator.sln --no-restore:
src/Tests/Testing.Common/Testing/CompilerDiagnosticFixVerifier.cs#L26
Missing XML comment for publicly visible type or member 'CompilerDiagnosticFixVerifier<TFixProvider>.DiagnosticId'
|
background
wait
wait-all
cancel
parallel
Loading