Skip to content

.net

.net #130

Triggered via push December 10, 2024 20:11
Status Success
Total duration 1m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
build-and-test
1m 7s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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>'
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.Benchmark/CreateInstanceFailBenchmark.cs#L77
Dereference of a possibly null reference.
build-and-test: ManagedCode.Communication.Benchmark/CreateInstanceFailBenchmark.cs#L85
Dereference of a possibly null reference.
build-and-test: ManagedCode.Communication.Tests/Common/MyResultObj.cs#L5
Non-nullable field 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.