Added runs for the leetcode two-sum problem. #65
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L23
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/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:
src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L23
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/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)
|