Add test comment. #181
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L39
Dereference of a possibly null reference.
|
build:
src/Hussy.Net/Logic/EqualsReversal.cs#L40
Dereference of a possibly null reference.
|
build:
src/Hussy.Net.Analyzers/SampleSemanticAnalyzer.cs#L39
Enable analyzer release tracking for the analyzer project containing rule 'AB0002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build:
src/Hussy.Net.Analyzers/SampleSyntaxAnalyzer.cs#L37
Enable analyzer release tracking for the analyzer project containing rule 'AB0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build:
test/Hussy.Net.Analyzers.Tests/SampleCodeFixProviderTests.cs#L29
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
test/Hussy.Net.Analyzers.Tests/SampleSyntaxAnalyzerTests.cs#L23
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
test/Hussy.Net.Analyzers.Tests/SampleSyntaxAnalyzerTests.cs#L23
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
test/Hussy.Net.Analyzers.Tests/SampleCodeFixProviderTests.cs#L29
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
samples/Hussy.Net.Playground/Golfing/C272452/DryRun.cs#L16
Converting null literal or possible null value to non-nullable type.
|
build:
samples/Hussy.Net.Playground/Golfing/C272452/DryRun.cs#L26
Possible null reference return.
|