Skip to content

Fix tests

Fix tests #14

Triggered via push October 29, 2025 21:32
Status Failure
Total duration 1m 55s
Artifacts

ci.yml

on: push
Matrix: Build and Test
Pack NuGet Packages
0s
Pack NuGet Packages
Code Analysis
0s
Code Analysis
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 33 warnings
Build and Test (macos-latest)
Process completed with exit code 1.
Build and Test (macos-latest): src/DisposableAnalyzer/Analyzers/DisposalInAllPathsAnalyzer.cs#L79
Argument 2: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ILocalSymbol'
Build and Test (macos-latest): src/DisposableAnalyzer/Analyzers/DisposalInAllPathsAnalyzer.cs#L79
Argument 2: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ILocalSymbol'
Build and Test (ubuntu-latest)
Process completed with exit code 1.
Build and Test (ubuntu-latest): src/DisposableAnalyzer/Analyzers/DisposalInAllPathsAnalyzer.cs#L79
Argument 2: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ILocalSymbol'
Build and Test (ubuntu-latest): src/DisposableAnalyzer/Analyzers/DisposalInAllPathsAnalyzer.cs#L79
Argument 2: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ILocalSymbol'
Build and Test (windows-latest)
Process completed with exit code 1.
Build and Test (windows-latest): src/DisposableAnalyzer/Analyzers/DisposalInAllPathsAnalyzer.cs#L79
Argument 2: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ILocalSymbol'
Build and Test (windows-latest): src/DisposableAnalyzer/Analyzers/DisposalInAllPathsAnalyzer.cs#L79
Argument 2: cannot convert from 'Microsoft.CodeAnalysis.ISymbol' to 'Microsoft.CodeAnalysis.ILocalSymbol'
Build and Test (macos-latest)
No files were found with the provided path: **/test-results.trx. No artifacts will be uploaded.
Build and Test (macos-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Lambda/LambdaDetector.cs#L469
Non-nullable property 'Lambda' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test (ubuntu-latest)
No files were found with the provided path: **/test-results.trx. No artifacts will be uploaded.
Build and Test (ubuntu-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Iterators/IteratorMethodDetector.cs#L282
Converting null literal or possible null value to non-nullable type.
Build and Test (ubuntu-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Iterators/IteratorMethodDetector.cs#L354
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test (ubuntu-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Lambda/LambdaDetector.cs#L469
Non-nullable property 'Lambda' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test (ubuntu-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Async/AsyncMethodDetector.cs#L421
Non-nullable property 'FirstAwaitExpression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test (ubuntu-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Async/AsyncMethodDetector.cs#L387
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test (windows-latest)
No files were found with the provided path: **/test-results.trx. No artifacts will be uploaded.
Build and Test (windows-latest): src/RoslynAnalyzer.Core/Analysis/Patterns/Lambda/LambdaDetector.cs#L469
Non-nullable property 'Lambda' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.