Skip to content

Refactoring

Refactoring #163

Triggered via push October 11, 2023 12:54
Status Success
Total duration 7m 29s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
windows: NetFabric.Hyperlinq.Analyzer/Analyzers/HLQ010_UseForLoopAnalyzer.cs#L25
The diagnostic description should be one or multiple sentences ending with a punctuation sign and should not have any leading or trailing whitespaces
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/HLQ004_RefEnumerationVariableAnalyzerTests.cs#L13
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/HLQ005_AvoidSingleAnalyzerTests.cs#L13
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/HLQ008_ReadOnlyRefEnumerableAnalyzerTests.cs#L13
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/Verifiers/DiagnosticVerifier.cs#L39
Possible null reference argument for parameter 'analyzer' in 'void DiagnosticVerifier.VerifyDiagnostics(string[] sources, string language, DiagnosticAnalyzer analyzer, params DiagnosticResult[] expected)'.
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/Verifiers/DiagnosticVerifier.cs#L50
Possible null reference argument for parameter 'analyzer' in 'void DiagnosticVerifier.VerifyDiagnostics(string[] sources, string language, DiagnosticAnalyzer analyzer, params DiagnosticResult[] expected)'.
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/Verifiers/DiagnosticVerifier.cs#L61
Possible null reference argument for parameter 'analyzer' in 'void DiagnosticVerifier.VerifyDiagnostics(string[] sources, string language, DiagnosticAnalyzer analyzer, params DiagnosticResult[] expected)'.
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/Verifiers/DiagnosticVerifier.cs#L72
Possible null reference argument for parameter 'analyzer' in 'void DiagnosticVerifier.VerifyDiagnostics(string[] sources, string language, DiagnosticAnalyzer analyzer, params DiagnosticResult[] expected)'.
windows: NetFabric.Hyperlinq.Analyzer.UnitTests/Verifiers/CodeFixVerifier.cs#L56
Possible null reference argument for parameter 'codeFixProvider' in 'void CodeFixVerifier.VerifyFix(string language, DiagnosticAnalyzer analyzer, CodeFixProvider codeFixProvider, string[] sources, string fixedSource, int? codeFixIndex, bool allowNewCompilerDiagnostics)'.