Skip to content

use Guard for null checks #2620

use Guard for null checks

use Guard for null checks #2620

Triggered via pull request March 8, 2025 13:10
Status Failure
Total duration 4m 56s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build
The call is ambiguous between the following methods or properties: 'string.Join(char, string?[], int, int)' and 'string.Join(string?, string?[], int, int)'
build
The call is ambiguous between the following methods or properties: 'string.Join(char, params object?[])' and 'string.Join(string?, params object?[])'
build
The call is ambiguous between the following methods or properties: 'string.Join(char, params string?[])' and 'string.Join(string?, params string?[])'
build
Missing compiler required member 'System.Runtime.CompilerServices.RuntimeHelpers.GetSubArray'
build
The name 'TakeRangeFromEndIterator' does not exist in the current context
build
The name 'IsEmptyArray' does not exist in the current context
build
The call is ambiguous between the following methods or properties: 'string.Join<T>(char, IEnumerable<T>)' and 'string.Join<T>(string?, IEnumerable<T>)'
build
The call is ambiguous between the following methods or properties: 'string.Join(char, string?[], int, int)' and 'string.Join(string?, string?[], int, int)'
build
The call is ambiguous between the following methods or properties: 'string.Join(char, params object?[])' and 'string.Join(string?, params object?[])'
build
The call is ambiguous between the following methods or properties: 'string.Join(char, params string?[])' and 'string.Join(string?, params string?[])'
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L110
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L303
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L299
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L245
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L181
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L177
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L114
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)
build: Source/Csla.test/DataPortal/AsynchDataPortalTest.cs#L110
Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0040)