Merge pull request #15 from managedcode/filters #136
Annotations
1 error and 11 warnings
|
build-and-test
Process completed with exit code 1.
|
|
SonarScanner
This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
|
|
build-and-test:
ManagedCode.Communication.Tests/Results/ResultTests.cs#L126
Nullable value type may be null.
|
|
build-and-test:
ManagedCode.Communication.Tests/Results/ResultTests.cs#L73
Converting null literal or possible null value to non-nullable type.
|
|
build-and-test:
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L85
Dereference of a possibly null reference.
|
|
build-and-test:
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L77
Dereference of a possibly null reference.
|
|
build-and-test:
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L68
Unboxing a possibly null value.
|
|
build-and-test:
ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L60
Unboxing a possibly null value.
|
|
build-and-test:
ManagedCode.Communication/ResultT/ResultT.From.cs#L86
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
|
|
build-and-test:
ManagedCode.Communication/CollectionResultT/CollectionResultT.From.cs#L127
Type parameter 'T' has the same name as the type parameter from outer type 'CollectionResult<T>'
|
|
build-and-test:
ManagedCode.Communication/ResultT/ResultT.From.cs#L86
Type parameter 'T' has the same name as the type parameter from outer type 'Result<T>'
|
|
build-and-test:
ManagedCode.Communication/CollectionResultT/CollectionResultT.From.cs#L127
Type parameter 'T' has the same name as the type parameter from outer type 'CollectionResult<T>'
|