deps: Bump OpenTelemetry.Api from 1.16.0 to 1.17.0#239
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
6 warnings
|
Build:
UISampleSpark.Core.Tests/Services/EmployeeDatabaseClientTests.cs#L107
`Assert.AreEqual` on IEnumerable<DepartmentDto> (which implements IEnumerable<T>) does not perform element-wise sequence comparison. Use `Assert.AreSequenceEqual` for ordered element-wise comparison, `Assert.AreSequenceEqual(..., SequenceOrder.InAnyOrder)` for unordered, or `Assert.AreEquivalent` for deep structural comparison. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0065)
|
|
Build:
UISampleSpark.Core/Extensions/StringExtensions.cs#L116
In externally visible method 'List<T> StringExtensions.SplitAndConvert<T>(string value, char separator, out bool allConverted)', validate parameter 'value' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
UISampleSpark.Core/Exceptions/ExceptionHttpMapper.cs#L48
In externally visible method 'string ExceptionHttpMapper.GetDetailMessage(Exception exception, bool isDevelopment)', validate parameter 'exception' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
UISampleSpark.Core.Tests/Services/EmployeeDatabaseClientTests.cs#L107
`Assert.AreEqual` on IEnumerable<DepartmentDto> (which implements IEnumerable<T>) does not perform element-wise sequence comparison. Use `Assert.AreSequenceEqual` for ordered element-wise comparison, `Assert.AreSequenceEqual(..., SequenceOrder.InAnyOrder)` for unordered, or `Assert.AreEquivalent` for deep structural comparison. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0065)
|
|
Build:
UISampleSpark.Core/Extensions/StringExtensions.cs#L116
In externally visible method 'List<T> StringExtensions.SplitAndConvert<T>(string value, char separator, out bool allConverted)', validate parameter 'value' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Build:
UISampleSpark.Core/Exceptions/ExceptionHttpMapper.cs#L48
In externally visible method 'string ExceptionHttpMapper.GetDetailMessage(Exception exception, bool isDevelopment)', validate parameter 'exception' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
background
wait
wait-all
cancel
parallel
Loading