bump Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.EnvironmentVariables and Microsoft.NETFramework.ReferenceAssemblies #3066
Annotations
10 warnings
|
Tests/Opc.Ua.Client.Tests/DurableSubscriptionTest.cs#L266
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Tests/Opc.Ua.Client.Tests/DurableSubscriptionTest.cs#L259
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Tests/Opc.Ua.Client.Tests/DurableSubscriptionTest.cs#L253
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Tests/Opc.Ua.Client.Tests/DurableSubscriptionTest.cs#L229
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Tests/Opc.Ua.Client.Tests/DurableSubscriptionTest.cs#L211
The behavior of 'Convert.ToUInt32(object)' could vary based on the current user's locale settings. Replace this call in 'DurableSubscriptionTest.TestLifetime(int, uint, uint, uint, uint, uint)' with a call to 'Convert.ToUInt32(object, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Tests/Opc.Ua.Server.Tests/DurableMonitoredItemTests.cs#L1369
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'DurableMonitoredItemTests.DurableDataValueQueueVerifyReferenceBatching()' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Tests/Opc.Ua.Server.Tests/DurableMonitoredItemTests.cs#L1336
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'DurableMonitoredItemTests.DurableEventQueueVerifyReferenceBatching()' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
Tests/Opc.Ua.Server.Tests/DurableMonitoredItemTests.cs#L1015
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
|
Stack/Opc.Ua.Core/Types/Encoders/BinaryEncoder.cs#L596
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
|
|
Stack/Opc.Ua.Core/Stack/Tcp/UaSCBinaryClientChannel.cs#L656
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'UaSCUaBinaryClientChannel.ProcessOpenSecureChannelResponse(uint, ArraySegment<byte>)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
The logs for this run have expired and are no longer available.
Loading