V10.5.0/new kernel #81
ci-pipeline.yml
on: pull_request
Matrix: call-build
📜 Prepare Test
9s
Matrix: ⚗️ Integration Test
Matrix: call-pack
Matrix: call-test-linux
Matrix: call-test-windows
call-codecov
/
📊 Code Coverage Analysis
call-codeql
/
🛡️ Security Analysis
call-sonarcloud
/
🔬 Code Quality Analysis
call-nuget
/
deploy
call-nuget
/
deploy_environment
Annotations
9 errors and 991 warnings
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Process completed with exit code 1.
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Extensions.... / 🧪 Test
The operation was canceled.
|
|
call-build (ARM64, Debug) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, google-github-actions/auth@v2, google-github-actions/setup-gcloud@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.IO/ByteArrayExtensions.cs#L43
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.IO/StringExtensions.cs#L53
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (ARM64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Extensions.IO/StringExtensions.cs#L53
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Extensions.IO/ByteArrayExtensions.cs#L43
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (ARM64, Release) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (X64, Release) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, google-github-actions/auth@v2, google-github-actions/setup-gcloud@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Extensions.IO/StringExtensions.cs#L53
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Extensions.IO/ByteArrayExtensions.cs#L43
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (X64, Release) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (X64, Debug) / 🛠️ Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, google-github-actions/auth@v2, google-github-actions/setup-gcloud@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.IO/ByteArrayExtensions.cs#L43
Change the 'WriteAsync' method call to use the 'Stream.WriteAsync(ReadOnlyMemory<byte>, CancellationToken)' overload (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1835)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-build (X64, Debug) / 🛠️ Build:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-pack (Release) / 📦 Pack
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-pack (Debug) / 📦 Pack
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
⚗️ Integration Test (Debug, test/**/Cuemon.Data.SqlClient.Tests.csproj)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
⚗️ Integration Test (Debug, test/**/Cuemon.Data.SqlClient.Tests.csproj):
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
⚗️ Integration Test (Debug, test/**/Cuemon.Data.SqlClient.Tests.csproj):
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
⚗️ Integration Test (Release, test/**/Cuemon.Data.SqlClient.Tests.csproj)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
⚗️ Integration Test (Release, test/**/Cuemon.Data.SqlClient.Tests.csproj):
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
⚗️ Integration Test (Release, test/**/Cuemon.Data.SqlClient.Tests.csproj):
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Kernel.Tests/Cuemon.Kernel.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Security.Cryptography.Tests/Cuemon.Security.Cryptograp... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Net.Tests/Cuemon.Net.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Kernel.Tests/Cuemon.Kernel.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Collections.Generic.Tests/Cuemon.Extensio... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Text.Json.Tests/Cuemon.Extensions.Text.Json... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnos... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnos... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnos... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnos... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnos... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Collections.Generic.Tests/Cuemon.Extensions... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
No files were found with the provided path: D:\a\cuemon\cuemon/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Hosting.Tests/Cuemon.Extensions.Hosting.Tes... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Auth... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemo... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Text.Json.Tests/Cuemon.Extensions.Text.Js... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Reflection.Tests/Cuemon.Extensions.Reflecti... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csp... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/C... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Reflection.Tests/Cuemon.Extensions.Reflec... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
No files were found with the provided path: D:\a\cuemon\cuemon/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Security.Cryptography.Tests/Cuemon.Security.Cryptogr... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Net.Tests/Cuemon.Extensions.Net.Tests.csp... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Net.Tests/Cuemon.Net.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Hosting.Tests/Cuemon.Extensions.Hosting.T... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Runtime.Caching.Tests/Cuemon.Runtime.Caching.Tests.c... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.IO.Tests/Cuemon.IO.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Net.Tests/Cuemon.Extensions.Net.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Exte... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading.Tests.... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading.Tests.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading.Tests.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading.Tests.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading.Tests.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Net.Tests/Cuemon.Extensions.Net.Tests.csproj, AR... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.Threading.Tests/Cuemon.Threading.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.c... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Text.Json.Tests/Cuemon.Extensions.Text.Json.Test... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Threading.Tests/Cuemon.Threading.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data.Integr... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data.Integr... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data.Integr... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data.Integr... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data.Integr... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.Te... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.Te... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.Te... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.Te... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.Te... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Net.Tests/Cuemon.Net.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
No files were found with the provided path: C:\a\cuemon\cuemon/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Security.Cryptography.Tests/Cuemon.Security.Cryptography.Test... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Razor.Tag... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Text.Json.Tests/Cuemon.Extensions.Text.Json.Tests.... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Reflection.Tests/Cuemon.Extensions.Reflection.Test... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Threading.Tests/Cuemon.Threading.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.As... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Funct... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests... / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functiona... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tes... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCore.Ra... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Authentication.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.M... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Au... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.Functio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspN... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csproj, ... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csproj, ... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csproj, ... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csproj, ... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csproj, ... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Data.Tests/Cuemon.Extensions.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.Function... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.FunctionalTests/Cuemon.AspNetCore.FunctionalTest... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Data.Tests/Cuemon.Data.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Data/DsvDataReader.cs#L148
Do not use 'Reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
call-test-linux (Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Xml.Tests/Cuemon.Xml.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Dia... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Dia... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Dia... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Dia... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagn... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Reflection.Tests/Cuemon.Extensions.Reflection.Test... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Net.Tests/Cuemon.Net.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj, X64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj, X64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test
No files were found with the provided path: C:\a\cuemon\cuemon/Coverage. No artifacts will be uploaded.
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Core.Tests/Cuemon.Core.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cue... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Razor.TagHelpers.Tests/Cuemon.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCor... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Runtime.Caching.Tests/Cuemon.Runtime.Caching.Tests.csproj, ... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Kernel.Tests/Cuemon.Kernel.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Security.Cryptography.Tests/Cuemon.Security.Cryptography.Te... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Mvc.Tests/Cuemon.AspNetCore.Mvc.Tests.c... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Resilience.Tests/Cuemon.Resilience.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.IO.Tests/Cuemon.IO.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Runtime.Caching.Tests/Cuemon.Extensions.Run... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threading... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Extensions.... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Diagnostics.Tests/Cuemon.Diagnostics.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.Threading.Tests/Cuemon.Extensions.Threadi... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensio... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon.E... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Kernel.Tests/Cuemon.Kernel.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.Ex... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNet... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.Tests/Cuemon... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Cuemon.Extensions.AspNetCore.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Runtime.Caching.Tests/Cuemon.Runtime.Caching.Tests.csp... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.Xml.Tests/Cuemon.Extensions.Xml.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Tests/Cuemon.Extensions.AspNetCore.Test... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Data... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (ARM64, Release, test/Cuemon.Extensions.AspNetCore.Mvc.RazorPages.Tests/Cuemon.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.AspNetCore.Authentication.Tests/Cuemon.AspNetCore.Authentic... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.Extensi... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.Extensi... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.AspNetCore.Mvc.Formatters.Xml.Tests/Cuemon.Extensi... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Release, test/Cuemon.Extensions.Diagnostics.Tests/Cuemon.Extensions.Diagnostics.... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.AspNetCore.Tests/Cuemon.AspNetCore.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.DependencyInjection.Tests/Cuemon.Extensions.Depend... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csp... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.Extensions.Core.Tests/Cuemon.Extensions.Core.Tests.csp... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, ARM64) / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-linux (Debug, test/Cuemon.Extensions.IO.Tests/Cuemon.Extensions.IO.Tests.csproj, ARM64) / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.AspNetCore.Mvc/Filters/Diagnostics/ServerTimingFilter.cs#L105
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.AspNetCore/Diagnostics/ServerTimingMiddleware.cs#L50
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Debug, test/Cuemon.AspNetCore.Mvc.FunctionalTests/Cuemon.AspNetCore.Mvc.F... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
|
call-test-windows (X64, Release, test/Cuemon.Extensions.Data.Integrity.Tests/Cuemon.Extensions.Da... / 🧪 Test:
src/Cuemon.Extensions.Core/Runtime/Serialization/HierarchySerializer.cs#L44
The behavior of 'StringBuilder.AppendLine(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'HierarchySerializer.ToString(StringBuilder, IHierarchy<object>)' with a call to 'StringBuilder.AppendLine(IFormatProvider, ref StringBuilder.AppendInterpolatedStringHandler)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
CoverageReport-Debug-Linux-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.62 MB |
sha256:e02a0a800a07dcc65e8e8a368c014b8195eecdf55e7a4bf0646234c3b9a46ce6
|
|
|
CoverageReport-Debug-Linux-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.21 MB |
sha256:56fccc4e9a8a218cfb1871bfc81e9832e3fb6285bda2bec861599fbc7fffd435
|
|
|
CoverageReport-Debug-Linux-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:285532c7d6c677bfe55fd0b8b1be03940caaa02a79eb52dc546deb2cb99f74c4
|
|
|
CoverageReport-Debug-Linux-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.64 MB |
sha256:f498c9d437d11d49dc8e582cf200085f30975caf084e9fe4dc01683ed699f5e3
|
|
|
CoverageReport-Debug-Linux-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.4 MB |
sha256:0fb05b85ef8ebfbbe7f378856360a76789e602cece56584255134343d6e4a0f5
|
|
|
CoverageReport-Debug-Linux-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:d78dfc8bab3afc22be427adc9c25a50a93938f8d48bdd6b1cddd353c6e2fdf35
|
|
|
CoverageReport-Debug-Linux-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.89 MB |
sha256:ed1e58bc0a62a2adddbefbbd44560d1290134e3d5102b71feabec869783b7da1
|
|
|
CoverageReport-Debug-Linux-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.46 MB |
sha256:9df014753d6b0efae13b0cd9a9011dcdc7864292cadef1ab609e09636cec806a
|
|
|
CoverageReport-Debug-Linux-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:499b1cf740ee82865cf61757b06ead8cd57cccc64c5ca6143ac3b97342138400
|
|
|
CoverageReport-Debug-Linux-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.53 MB |
sha256:cfed519c784a57e42e80e1d414910b2fae105d0727be711652b637fa75b3613d
|
|
|
CoverageReport-Debug-Linux-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:fe1bbdd2484d08a9828d9f5e130c794c1263ec8fb9273557bd0dff5bcfe64d01
|
|
|
CoverageReport-Debug-Linux-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.49 MB |
sha256:a2924d96df29cbb8200cfaf2b60fe57fd507ee806d293391607c3d940ca9cf89
|
|
|
CoverageReport-Debug-Linux-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.26 MB |
sha256:83504ceee6fd252c76463dc884c988220cd7fb5f0a4ba28e6c7c99637ba0de79
|
|
|
CoverageReport-Debug-Linux-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.4 MB |
sha256:f92506cf8dd1eaf8aa769f460ee3e5008d2efb086e8a619cb985ac0124729d7d
|
|
|
CoverageReport-Debug-Linux-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.64 MB |
sha256:6a7466a014bca7b8f494cd81931e7e59af7f203491ac999926d66f4ce25dabe3
|
|
|
CoverageReport-Debug-Linux-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.6 MB |
sha256:e697df6dcc7b8b50db3582f921b34fff558891a3838053d803ba9562d44193d0
|
|
|
CoverageReport-Debug-Linux-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:fafcb8be8c02e2b895ebce93860ed598326899e651268483f471c03acaa045ee
|
|
|
CoverageReport-Debug-Linux-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.69 MB |
sha256:84b27716e36cbe1d7ab2e0927b858acfcdfbf287c63f784e160adfc8b3f23cc1
|
|
|
CoverageReport-Debug-Linux-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.89 MB |
sha256:48a2f33eef8dac7e84a28e7a6cff8ff67e44ec89fe879aaec0e4d7d569846546
|
|
|
CoverageReport-Debug-Linux-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.9 MB |
sha256:214fe5cbfd995504170259598378dca4c12faa3a4b0de2a48a69b8b9a14f533a
|
|
|
CoverageReport-Debug-Linux-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.2 MB |
sha256:0b90aa745e837eee8aa1622f8b31ddaacdea580fa6a1d2400a62c39237daa021
|
|
|
CoverageReport-Debug-Linux-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.86 MB |
sha256:76da34a033695d4b82a28db422103e2f380318874a2bc1655cb571f110ef38b8
|
|
|
CoverageReport-Debug-Linux-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.05 MB |
sha256:fee3128a708b61a14c8152d11cb120137a08d9bff38af848994f06ba08974210
|
|
|
CoverageReport-Debug-Linux-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.16 MB |
sha256:5d41027b23fc4dda87daf7a917d3ae51b322218a6526512185f9ed44977e8311
|
|
|
CoverageReport-Debug-Linux-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:78b01839d234744b3a010050b7f09815b7531d851b99299262abd2be5d7026c3
|
|
|
CoverageReport-Debug-Linux-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.91 MB |
sha256:04a33162039b832c8d22d01f46aae5bb5c781671a02ba1c8a4611dc6a0261ec4
|
|
|
CoverageReport-Debug-Linux-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.16 MB |
sha256:bf6f8cf6d9ad0caa8f5ba4f2e22e27a6670cabdaea98903a1c7ca1ea85a50862
|
|
|
CoverageReport-Debug-Linux-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:3d55a4ac9181ea9e5cf1e85c2597ec2f83f5eab2f8446a85970749ca3e91c195
|
|
|
CoverageReport-Debug-Linux-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.9 MB |
sha256:b7dae6e29d721bbcbafc7527090949c21b7d561e46d4de1496a238d49e6b93f9
|
|
|
CoverageReport-Debug-Linux-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.46 MB |
sha256:44a9cc94028a7d89b61bb2541bbbd5f093347995ffe4a6bf4b8f6df698dd7a26
|
|
|
CoverageReport-Debug-Linux-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:3b5a81fe9872fb2976877dfb2a2fdedac33b732edf2a1606c0f7673b691e6876
|
|
|
CoverageReport-Debug-Linux-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.53 MB |
sha256:413961c22f7fee4c5480e0dea3a7e050dd67614b05f218fd0c3d3c8933eb851f
|
|
|
CoverageReport-Debug-Linux-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.74 MB |
sha256:b3bded6f333c6b1a7d205f4f49ab7f36fb720542bbbb1cd624479c655afb0aa0
|
|
|
CoverageReport-Debug-Linux-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.36 MB |
sha256:6baa2e1d77039a6cf64f05ce11c37a43ebd7b70b794668a6f15fa72a4d8bf062
|
|
|
CoverageReport-Debug-Linux-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:66aeae527c90dec6881fc8b2b14cf8b046a643f5f68e649fa499a32649259312
|
|
|
CoverageReport-Debug-Linux-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.62 MB |
sha256:3b4836b8e184822dbe5ac49240af10bd9c79bc8a4423a56f9f86e53efae0fdf6
|
|
|
CoverageReport-Debug-Linux-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:4cd4db27002a1e3b9369cd6e9492d2ebfa8f480df04a5405cc276629be015acd
|
|
|
CoverageReport-Debug-Linux-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.21 MB |
sha256:9d3b4fcc5301e902d7a7bb6e636e8227bc6956dc3b575be8274671a101d3b427
|
|
|
CoverageReport-Debug-Linux-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:2164dd42e11fb9c84c0764713d5d0f3387582ed6a4d254323ba7adbe54bf504a
|
|
|
CoverageReport-Debug-Linux-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.64 MB |
sha256:890592fc07a3a80260fd4ba1ab7b62bb0f71078be24e8fcae85cafb298daedfe
|
|
|
CoverageReport-Debug-Linux-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.4 MB |
sha256:8e44c0e1701570823b03641aa69710f136abda0810e207efd3f5098788415ce2
|
|
|
CoverageReport-Debug-Linux-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:30a0a38473f193b0e17e43f71ea0a4a48e2d3aaf5796bbdb03f0366e8595bbd4
|
|
|
CoverageReport-Debug-Linux-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.89 MB |
sha256:8cd2e5386028511a9f8ff2b56c87449fa6fc26363475ad141fe0c71aa1bcf709
|
|
|
CoverageReport-Debug-Linux-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.46 MB |
sha256:e7ea0f51ac469b785778aa518dc5f41f5fe0245458f6b4ec768b420dffe7fabf
|
|
|
CoverageReport-Debug-Linux-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:903f74b4d7eff9d52bf9f70bc6103b6f221a9d3eccb10271935b1e8493180bac
|
|
|
CoverageReport-Debug-Linux-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.53 MB |
sha256:b5434a932843f0d67cb7860c84c31d3f7778e94874bd75929e8ce065926c8ec6
|
|
|
CoverageReport-Debug-Linux-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:5f99917514d1a4019eedfe111fb0bff304b76b6552aab8023158f6e4fa17b6ba
|
|
|
CoverageReport-Debug-Linux-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.49 MB |
sha256:bf58757c144d4897a4e93d43140404d6a3dcb7291de1b54cf6dd9257b206d15d
|
|
|
CoverageReport-Debug-Linux-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.26 MB |
sha256:a7928d78c2adbe7e9e6f438bd7eb7a11d4bd8d6ed9014160b40effdb8963c529
|
|
|
CoverageReport-Debug-Linux-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.4 MB |
sha256:3206350215c4ded27449b672acd60ed501565a5b89e1497fda5f4c627d0bd304
|
|
|
CoverageReport-Debug-Linux-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.64 MB |
sha256:10edd9bb7e81b8f5fbe22bf29ae099756f2778864a1b6056507924c53aab83d6
|
|
|
CoverageReport-Debug-Linux-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.6 MB |
sha256:621fca13091d8195d58cdea799193f88bfced262ff9008319407329b5e9f3068
|
|
|
CoverageReport-Debug-Linux-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:bef792c33566df32a71ce36aaf850df80fc8c60e2f9401b57e64dd3ef9fcf2ef
|
|
|
CoverageReport-Debug-Linux-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.69 MB |
sha256:9df387cd5faa255bc54dfdafad2b52d132ebabdd61d2e8433d2b5fa196bc9df1
|
|
|
CoverageReport-Debug-Linux-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.89 MB |
sha256:0dc6268f0d442ab99d0826dfc52e7be881887dfcf95045239fe61727bc31d6e1
|
|
|
CoverageReport-Debug-Linux-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.9 MB |
sha256:d82a22c16a969e530d6f7efbe61144ccedfae9fed93794bec603ba842ab08d32
|
|
|
CoverageReport-Debug-Linux-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.2 MB |
sha256:527fa4505c88ca24eb39f9cb617314d16fa251a56599686c3abeaef9e855f7ce
|
|
|
CoverageReport-Debug-Linux-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.86 MB |
sha256:e26f48c7ae6733877e32e614f43df72e1515aabb6801e9410eb35ece66b4b2ad
|
|
|
CoverageReport-Debug-Linux-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.05 MB |
sha256:f56a2d14c8cf8cb30820948d9b8e9a4f188f9a344ba50d5e600ee0884dc41b0b
|
|
|
CoverageReport-Debug-Linux-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.16 MB |
sha256:9f5dad4618529f829c7a516a22818ede90fdc8e3a2dd8a495d92237fc059a9f2
|
|
|
CoverageReport-Debug-Linux-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:50cc9810f44623bffb6e9b1a6332d1cade472c3ef0b5a220ca662a4f8c3d5242
|
|
|
CoverageReport-Debug-Linux-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.91 MB |
sha256:fa908135b0f8a247b3ce7e9e46467f1e14fd69f0ba63f6b0a2e7dd7f67dac619
|
|
|
CoverageReport-Debug-Linux-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.16 MB |
sha256:a1a41877b409724181a08115006266102bdd8bb08cdddd434906241a71ae5145
|
|
|
CoverageReport-Debug-Linux-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:f2509b3cc6bd8b10279c877f962041721a37deaf098aef4caf2ee08a74a54c44
|
|
|
CoverageReport-Debug-Linux-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.9 MB |
sha256:4cac7f97e23a0251654803ee7fe903fc85cc92b7321312415e11e968ca02a696
|
|
|
CoverageReport-Debug-Linux-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.46 MB |
sha256:6aca1cf0021b0cbc57cee0183d28b17f4bd0ba2de5bcdfa2ffca6726eca2f409
|
|
|
CoverageReport-Debug-Linux-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:68c4252123a5aa007fb74293e0ec2178fa4934847b55e11fb80ddb5aaa47bb45
|
|
|
CoverageReport-Debug-Linux-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.53 MB |
sha256:b41774ec47b3c399bec04effd73bd00450ca9dcb44bc5ebc5e5910f5449080ee
|
|
|
CoverageReport-Debug-Linux-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.74 MB |
sha256:6286ccdfa143b55f88ad2e208a172470c1fcaee9d26ed75ba71faf42f5d79c29
|
|
|
CoverageReport-Debug-Linux-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.36 MB |
sha256:069d339a4b9b239d331467b1dd44231722bf1f6d5ee7b5adbcd695d225e283ad
|
|
|
CoverageReport-Debug-Linux-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:d558878f2fd9898a3babeb1f9dc316643d0beab91e77ac26f37031d71f757ae9
|
|
|
CoverageReport-Debug-Windows-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.62 MB |
sha256:fa3ebf97489decf7c54c57237d7d4ac27aad7f21cca86a472c4ccf814a43db2e
|
|
|
CoverageReport-Debug-Windows-ARM64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:7169d8f19f9c8f935580d529efabaae5a6ee0125e566a19ef884dc96ce485d58
|
|
|
CoverageReport-Debug-Windows-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.21 MB |
sha256:8e76bfae3b276476b99610ad8d5845485dd83530c02290449edcc3fe08d820a2
|
|
|
CoverageReport-Debug-Windows-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:dc6de5b590a375cc1a9db7a942367d76692df5988ffa99261c2e9a58ace71e7a
|
|
|
CoverageReport-Debug-Windows-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.63 MB |
sha256:c6bb015128849c0cbc03249e13bf6d6dce13ab93789d5eb1860f3c1f042a76c9
|
|
|
CoverageReport-Debug-Windows-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.4 MB |
sha256:fcaf711dfeba18ecde8056c0c137614d61e7ea6b51cd53c4f1a88de1315b246f
|
|
|
CoverageReport-Debug-Windows-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:4d59053079dbe1988dc37db6cee90b4cfc0e6849938d0f8eb71520389fc5ed6c
|
|
|
CoverageReport-Debug-Windows-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.88 MB |
sha256:bba23b023eb2a09b5e9ebed2a1a62b91d5b24f9fb74cc18bab4983c70ff51074
|
|
|
CoverageReport-Debug-Windows-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.45 MB |
sha256:95b3b33340492ff6925ee95aff2a826b8117ee4cae7085b0511b39e4adeea54c
|
|
|
CoverageReport-Debug-Windows-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:96456c936bd6db78a37b357682ce07741bf1c096d3cf5dce097657e3bf193182
|
|
|
CoverageReport-Debug-Windows-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.52 MB |
sha256:d62ab39f5ee477e9ef35075aa7c08bd44aa0d89faef1c7c0c9d144219d848db0
|
|
|
CoverageReport-Debug-Windows-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:7fef2efb6a222fdf3a9c11cd98426b7a395c569b410f0e6f90e3538513d732fe
|
|
|
CoverageReport-Debug-Windows-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.48 MB |
sha256:ea34277440b35e3d4cc498775075aa580097c7dc85fb10b9051c23db2aad1ebd
|
|
|
CoverageReport-Debug-Windows-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.26 MB |
sha256:d21de6beb96c87ec2284afdf2a24bfbd007be6801c2479a273329a90e27d004b
|
|
|
CoverageReport-Debug-Windows-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.4 MB |
sha256:117f6a58e692ecdd2f686bf43aac3bcdbbafb019869815a06eff88baf18916ff
|
|
|
CoverageReport-Debug-Windows-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.64 MB |
sha256:46ff5f692fe9ec8517f3c78d72573998c34e0e6bc59d406021b088cbf82a98ad
|
|
|
CoverageReport-Debug-Windows-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.6 MB |
sha256:7837fa35cc3dd5fcd8c45754d8b0044a19356746e526d494c536953056a04b73
|
|
|
CoverageReport-Debug-Windows-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:843a33ddb02989f9241baff6e1d88b3f2552e243919acc2f3a5f76a22fa39753
|
|
|
CoverageReport-Debug-Windows-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.68 MB |
sha256:680a6d8b0f81649ec2fcec06e2a0d5e7dbffb2b716b72dd356648e5d1923b151
|
|
|
CoverageReport-Debug-Windows-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.88 MB |
sha256:5cb8065cabe6d8283a663ec848d4990abcdeb96ccb8be01a1b813e82ab0344e6
|
|
|
CoverageReport-Debug-Windows-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.9 MB |
sha256:b1079af7b4cfc4238efbba62b6bd642d035ad56ba820bc71413063f3b0931bd4
|
|
|
CoverageReport-Debug-Windows-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.2 MB |
sha256:1e5962df02f475cc4176057b991a01b333d1bcb81c758ea4a4dff7cadbd7319e
|
|
|
CoverageReport-Debug-Windows-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.85 MB |
sha256:030746da753351307464a9ab1e11fcd038b631668f340fd3e9e484d16913599b
|
|
|
CoverageReport-Debug-Windows-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.04 MB |
sha256:00ffb564a337ea70e8754c9eda7932795e6bfe0a714ff3b0f58a6a65768aa3f5
|
|
|
CoverageReport-Debug-Windows-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.15 MB |
sha256:967a3e0e027da8b2842ef04d17702d788595a7b2d939fe925cf6804a465a27bb
|
|
|
CoverageReport-Debug-Windows-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:1ee4542164a8369934e713e11b926979611a73057b905127c757a61d2cc2fc81
|
|
|
CoverageReport-Debug-Windows-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.91 MB |
sha256:078055c97b9af657e3ba9a6caf09f5d3d23d5872a4f00d0b3afe9051503d707a
|
|
|
CoverageReport-Debug-Windows-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.16 MB |
sha256:8fbcddcf4aeb1c6bfbbd7f516ac5ee3b420573b17930995beb3358615e98e224
|
|
|
CoverageReport-Debug-Windows-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:081932ea708bf8ab04c347656838c05fb240d52aa2e9d670a6d28671aa1bc14f
|
|
|
CoverageReport-Debug-Windows-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.9 MB |
sha256:2d1cbb9acf64d7cafbca1608179cf34b64599d3d0a07102d5a95189f1bef3be7
|
|
|
CoverageReport-Debug-Windows-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.46 MB |
sha256:fa8107033955565fab7986027c6cceefbaab85f2a229a5e38b351a3161c94c36
|
|
|
CoverageReport-Debug-Windows-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:bcd9e05a297937c30690721ffd7a33181d61aec5fd1ef1c5ded3d17fcc6b3736
|
|
|
CoverageReport-Debug-Windows-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.53 MB |
sha256:2de877d585cce235190db4649af2519d4d875dfe8f3d6ab4174d92a57cf0366c
|
|
|
CoverageReport-Debug-Windows-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.74 MB |
sha256:8594c431f22c88bd026d363f3d18fa65f5ef042a464e0cce4269f37288ce669b
|
|
|
CoverageReport-Debug-Windows-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.36 MB |
sha256:2fc2fe27277ede7ee32fa308e4db9e2c84a65b99d365c02fecb0ef0d2d78cd76
|
|
|
CoverageReport-Debug-Windows-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:0edbd826e07e900d2a88439a90e7a20b3b3045af0138eb4c1573de845d5700f3
|
|
|
CoverageReport-Debug-Windows-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.62 MB |
sha256:3934ef0896287c0d7a295a2ef4dd9d12fce26d59472bcac2f506337595381a11
|
|
|
CoverageReport-Debug-Windows-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:b3e07a5ac4459b44453f9eeffed0bd96b9b31ccb8120302b03bf8146ec1f042b
|
|
|
CoverageReport-Debug-Windows-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.21 MB |
sha256:4dc407e12466ae3f29fb07f9bb6105d930d563b34880627620e8b848113aa8de
|
|
|
CoverageReport-Debug-Windows-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:5aa52c82b03c793af270984056c3abadb5450fd6faabfeec77df86f5c3e7fb9a
|
|
|
CoverageReport-Debug-Windows-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.63 MB |
sha256:de6dbf40013194aaeb14e50f8d6524592bc70d9b3670e5815b539986c0f2266b
|
|
|
CoverageReport-Debug-Windows-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.4 MB |
sha256:7eae6791f9c385cf76ca861694bca0e814cc49c8c56a317d8fd539133cf711ed
|
|
|
CoverageReport-Debug-Windows-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:233da3d528b3770d097844e03ee1ebe371daa02f606e9844a3ba189add413127
|
|
|
CoverageReport-Debug-Windows-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.88 MB |
sha256:ad70c783acedccfc5574f769d418ec209d75acb142789c0ce707a82d3df9032e
|
|
|
CoverageReport-Debug-Windows-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.45 MB |
sha256:3668960982e7defb0248007d320b5c308c7cd2f0345eeb8120ddcf81032ecd49
|
|
|
CoverageReport-Debug-Windows-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:4435a8b5fb06d333eab83bfd0394b30ff8766dc7d5f0f9df5a1ce6d130db311c
|
|
|
CoverageReport-Debug-Windows-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.52 MB |
sha256:ddc2326d24df54d2bd6fedfefdab4848607d35b7fd1efb655a7b005ffd28468c
|
|
|
CoverageReport-Debug-Windows-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:a4e9b57f7765494613256127e7617ce5987f2ac3d97fc18593a9db759ffe34ad
|
|
|
CoverageReport-Debug-Windows-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.48 MB |
sha256:5e299b3cac6a142fd9615fd02f4612f51a5e56b2819fc1ef5ce1621b0cf7b773
|
|
|
CoverageReport-Debug-Windows-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.26 MB |
sha256:2f6bf2f8e0b270409c2a4dfc604a62cb668adf156ebd6a2f63bf2dc1e5377fcc
|
|
|
CoverageReport-Debug-Windows-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.4 MB |
sha256:01b932577f2305318da58ce16c1907b0b5288ee762344a48f102aa0cf875eff6
|
|
|
CoverageReport-Debug-Windows-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.64 MB |
sha256:fc938796609ea677f3a215c68ed4a95828b1bd05c342775f254a954ea35d323d
|
|
|
CoverageReport-Debug-Windows-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.6 MB |
sha256:36b2836f10f4efca15987969eb5cc9a91fea74a686f93115a273cc004cf9395f
|
|
|
CoverageReport-Debug-Windows-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:c2f6d3d556fe57fa83787354078eb504df7a5a4d7cd22cb07d77a03ab7e28a4b
|
|
|
CoverageReport-Debug-Windows-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.68 MB |
sha256:ed22b2303d11e66a8f6333a00b4ce8961e33d7c1721cc354b66b14bb02e42f4e
|
|
|
CoverageReport-Debug-Windows-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.88 MB |
sha256:e1ecb04aebb87528d2869f83c9609380ec5a98b282bbeba2f1e570efefbf28f8
|
|
|
CoverageReport-Debug-Windows-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.9 MB |
sha256:e5f2f57bd4685f77e00bac05949ee417f70dbe11cb13a73ed8f79bb959ffd863
|
|
|
CoverageReport-Debug-Windows-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.2 MB |
sha256:7e544c47f0af6deff1da7775347d0a140b5bd1a1864778488362adfb6274c836
|
|
|
CoverageReport-Debug-Windows-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.85 MB |
sha256:0a72e12fd3d522488c1ae43e679e2435b0ea893854e368821d50ed4c63d8bcae
|
|
|
CoverageReport-Debug-Windows-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.04 MB |
sha256:a379a0d9c377f806284f960dbfd1504dfaacedf96811d5e0b4a9b2cc5bb7cb9e
|
|
|
CoverageReport-Debug-Windows-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.15 MB |
sha256:714505f3211dc3e88669d6549ea4cd44987008ac0df8c4c602819b85ff617dcd
|
|
|
CoverageReport-Debug-Windows-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:7ab11c0888fcf52904a62896705ba0a2430eafec067a7640eb6a5461da160e32
|
|
|
CoverageReport-Debug-Windows-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.91 MB |
sha256:dd0d76dbbc500f6e50aecf2e724f9dae2cb4ac31be50cb5b5f1f21c0025c1e2a
|
|
|
CoverageReport-Debug-Windows-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.16 MB |
sha256:2d5009d08eef698d0dfdc963c6464a622985135897fcd215a079c408b9ff4eed
|
|
|
CoverageReport-Debug-Windows-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:40aaf7aadf03b8f3e13e6aebb6950a135f63158a982a026bedfcca038852eeac
|
|
|
CoverageReport-Debug-Windows-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.9 MB |
sha256:cccc96cdd89d0ab44da1198813f6e1d1172fdf58fa76b3c54b79bc99cd522209
|
|
|
CoverageReport-Debug-Windows-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.46 MB |
sha256:967b251cca949a9f7e5d51f219033a3157be4914d34fe24678d36cbb4718c0fb
|
|
|
CoverageReport-Debug-Windows-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:d0152be9c8f2341012216e37f754046d1e4c70fa939955d50d20a7ce90d87298
|
|
|
CoverageReport-Debug-Windows-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.53 MB |
sha256:7bca7de5c74e7e247667e859b66c32e008984e597cc972eb2c48f1594e484aa7
|
|
|
CoverageReport-Debug-Windows-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.74 MB |
sha256:1d13ea91f6aadf69aa27d6e11c0db73f428eb7778c7c2ab7a8dc93607e67ba06
|
|
|
CoverageReport-Debug-Windows-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.36 MB |
sha256:e8b2141af2b8623d33889b6a82edbde421b47ed389e05a54aeefd19814f7de43
|
|
|
CoverageReport-Debug-Windows-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:d3c06d0f1c9e6ddbe69d4d4de84a391bc28a19d5c7b5382a87e758983a69bcac
|
|
|
CoverageReport-Release-Linux-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.61 MB |
sha256:68b9c7fcaa13511ce22d11b41ba758fcc167d3812f0b578480a8efd74ada8824
|
|
|
CoverageReport-Release-Linux-ARM64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:97b0e76685d7b992998ebf5c090e1870be7ac7370ef1797f3bcc65300fe9d274
|
|
|
CoverageReport-Release-Linux-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.2 MB |
sha256:ce949082c2f535c7b84fd09cc8bdba57db6b56067e4047031b74350e524fa6fa
|
|
|
CoverageReport-Release-Linux-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:b1ef853ef53257d4575cd97233a2f0cb7104e21eaf6e8e9037965600375be3ae
|
|
|
CoverageReport-Release-Linux-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.61 MB |
sha256:5ec364a51688ddeb73076d29523c015b8cbd379b99cf64b218a5231a729c4c9b
|
|
|
CoverageReport-Release-Linux-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.3 MB |
sha256:0ef48490bc044b5a3f7e10a6050c0dfedf62374fc5998def43fc338b6c3d2abc
|
|
|
CoverageReport-Release-Linux-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:ba4d6309b7bd8f390e54cc0094201aee83056aef77db3cec7cb6a00a4b7cca14
|
|
|
CoverageReport-Release-Linux-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.87 MB |
sha256:12db5ead9daa1b08b5d62d7c6cda3d8f6a73a20494a6f2529f8feace94bbf3b5
|
|
|
CoverageReport-Release-Linux-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.44 MB |
sha256:bb6c93de499ff4ac42d120d804977d07884248de4402eb6ec685a8ae5e78c4e0
|
|
|
CoverageReport-Release-Linux-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:0ec4d13964df5ae626de907379fd27d921a8f126795fdb964a91359f4de37bbc
|
|
|
CoverageReport-Release-Linux-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.5 MB |
sha256:1992b809f6c7a65e9ded4b703318164ff0c98476b4593478346d2ba5fb6fdfe6
|
|
|
CoverageReport-Release-Linux-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:cab0f189646732c6585a8acc30f1246ef88f2414ed5543f5fac7340df548fac4
|
|
|
CoverageReport-Release-Linux-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.47 MB |
sha256:63d89b5f5825543d0d4336303b460e39804a83a5a300e2ea3fb296bdbd50c9a6
|
|
|
CoverageReport-Release-Linux-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.24 MB |
sha256:5bbdc9143aa6221d0788c8b4cc3c2e1937027ddcba3f7b235fbffa0747743162
|
|
|
CoverageReport-Release-Linux-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.3 MB |
sha256:50bc9495390291a8537cadb2260febe32848ee8979b103779e5d93ac78350c05
|
|
|
CoverageReport-Release-Linux-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.63 MB |
sha256:6914961e509ebcb1cf3c2b3d20b004200378ec23c015f38a4a75f7f0153202d9
|
|
|
CoverageReport-Release-Linux-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.6 MB |
sha256:fa80117bbf8a0265fa6c7ad272db6e149eab2647ee7de0fba68370d6e8960917
|
|
|
CoverageReport-Release-Linux-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:1c5e4a87e9787e36ab4ee56c04843a2b125d7a010587e216e1e97dbc7c37da48
|
|
|
CoverageReport-Release-Linux-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.67 MB |
sha256:b8b843489e1c8dd2e5149a981cfe79407dbc8ab030fbbd8d7b5406cabd248e33
|
|
|
CoverageReport-Release-Linux-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.87 MB |
sha256:9fdb7c902a74519f6626552ea7552e6d3e976c9fb8018ad57aa7596c1455e8f7
|
|
|
CoverageReport-Release-Linux-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.88 MB |
sha256:adf97caef8ebda9b9b23e69bedc155e69a549e3730a46526694acb162e26b88b
|
|
|
CoverageReport-Release-Linux-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.1 MB |
sha256:77aff9304a6f7264fa72b3adeabe1d910e1840484dcebb77583451a1621db820
|
|
|
CoverageReport-Release-Linux-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.83 MB |
sha256:51a5a068cbbbbda2e75ae61d6dd41c201e35d5e325b801fca90ac1cd656c924c
|
|
|
CoverageReport-Release-Linux-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.02 MB |
sha256:9ee20b2982e8548c989e09b6e33f84d1b17625b6572edaa7417350a363385f31
|
|
|
CoverageReport-Release-Linux-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.14 MB |
sha256:309785ad37bba18461047c2072af7a620148090723fc0dd916e4f9d490f1a191
|
|
|
CoverageReport-Release-Linux-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:79faaa19ca3f317040abeb52cb864f7ff84b5b04e8c389a78ef5bc88deac7999
|
|
|
CoverageReport-Release-Linux-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.9 MB |
sha256:cc6619526424e330ba9440aca37f5cb114425307f0b3f349e97ce90d53bd94a4
|
|
|
CoverageReport-Release-Linux-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.14 MB |
sha256:e9e701c5e362adb348dedf9b370b358715da84e6d4fea7cb7e8f24c3207b81ec
|
|
|
CoverageReport-Release-Linux-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:1a5758b1f557176e1c408f7c50454d34b4175b7618a56c44ce93ec9b6b7f4a71
|
|
|
CoverageReport-Release-Linux-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.8 MB |
sha256:6e9fd0c75d53fe8b4be09d3943e668cdd2ace59547e0bd31c0f09e08d7109cd0
|
|
|
CoverageReport-Release-Linux-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.44 MB |
sha256:a3d245b14e9b980ceb3c61fde58784064f2a431b6527a04c8c394418a6caf2cd
|
|
|
CoverageReport-Release-Linux-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:0f5d427d8ee308fb1a17ca8784547f08165d9d84393eda1e8c3e5df699d7e8fb
|
|
|
CoverageReport-Release-Linux-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.52 MB |
sha256:c8fc7a31ebf91d38d3ccff32f1fa128e2658f44766f31653999f6871029a1104
|
|
|
CoverageReport-Release-Linux-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.72 MB |
sha256:109dc5de4abb0b76cfa4046080f9d9c051d0ea01ec9c323b1ddd1924dc652246
|
|
|
CoverageReport-Release-Linux-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.34 MB |
sha256:4520eaa8ef10cd1e4824966dbc058c99a6622f67d970951f647a6723e475d87f
|
|
|
CoverageReport-Release-Linux-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:2c9b8944560e329cdda055f4ca7f9eb0abce5ac8b708944083eebcc3ee644527
|
|
|
CoverageReport-Release-Linux-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.61 MB |
sha256:62eb55d287b1de7641dd7950df9f2af2bc44c164ed38e55a307048bb8997ec61
|
|
|
CoverageReport-Release-Linux-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:0bf08c5402e793535b205716d2b1a96f285433e0c5c16f8789628ae48fd73fc0
|
|
|
CoverageReport-Release-Linux-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.2 MB |
sha256:41f5d2a44f394811dde22131c6fbee5018d228cc91f2a346e61ca7f38d0d4db7
|
|
|
CoverageReport-Release-Linux-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:bc5c536480bc0058ca33940b4b690a9cf01ff9f40968320bf86f51f4a27ced02
|
|
|
CoverageReport-Release-Linux-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.61 MB |
sha256:27f9fd2cfc3debd6717bcf0fdd9fa0322017486e1138850d1e7c36d98dec424c
|
|
|
CoverageReport-Release-Linux-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.3 MB |
sha256:331d5b89122091e86098b5432505dc550ebd7cad56887c0c7c3d0623ffaea8e7
|
|
|
CoverageReport-Release-Linux-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:978970d33fab2f92a0ddf30a231e3cf6f900bf9fa46fb1a6e9c2fbdf9b4cb26b
|
|
|
CoverageReport-Release-Linux-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.87 MB |
sha256:b4f26fad7b13175c09231abedc9a5a46de4a3557bda9d76de9c27160c54a432d
|
|
|
CoverageReport-Release-Linux-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.44 MB |
sha256:a3cf5c881ec5cb5877a4a91c8144f37aecb70520ce55082d15e32b119655e927
|
|
|
CoverageReport-Release-Linux-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:2df8e35de606ea1b404adbe87d6ec589035b7fdd5b0487155e507a55ca596b81
|
|
|
CoverageReport-Release-Linux-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.5 MB |
sha256:213c82e54d9f6399d8960929f7fb7e22780ebf899c8d57918be63e83c00dbc2f
|
|
|
CoverageReport-Release-Linux-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:03df9b5f7984b32f7b95839c64c22db02d91c194af8a8bffc10a821fd5172622
|
|
|
CoverageReport-Release-Linux-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.47 MB |
sha256:0779d21228c738ed0a14f146829e5cc3fa6af0c790e79f71b91e2b1ae50d90f2
|
|
|
CoverageReport-Release-Linux-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.24 MB |
sha256:c2d43b5f7ffe25a8fec4534c7557ba7bba1dd6d1c60cdaf6787f7a5372eb0368
|
|
|
CoverageReport-Release-Linux-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.3 MB |
sha256:c6107ce7f6d0e5ccc831562e4c180869d1187af3beb822fe7217b017e63c34ab
|
|
|
CoverageReport-Release-Linux-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.63 MB |
sha256:e84ab5cf5908a737fa1fabf3b1a0590cb25b53aa4e7d0f1efc7ff386b918ff96
|
|
|
CoverageReport-Release-Linux-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.6 MB |
sha256:a7deb9eef26b4ea615e15326c13313901b7f82a9bcff9b620dcffdd15492cbfd
|
|
|
CoverageReport-Release-Linux-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:dd8e387b47f77bbdf929a49fb66422eed96db18ac3adaa5bbc8a8d83aca0f5fa
|
|
|
CoverageReport-Release-Linux-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.67 MB |
sha256:696b6d45170caf6ae9945117f2456eaed1267e227e55a2cdaf19d25b928d2d56
|
|
|
CoverageReport-Release-Linux-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.87 MB |
sha256:e4e9637abd3bf45e1d4d5819dd2e2ae4e1984e8e1d82ea286b80ac0b6d66fb8b
|
|
|
CoverageReport-Release-Linux-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.88 MB |
sha256:f353798ec68be12c6a02afb3758ae96a96912670940b7f4eb49a03d59b72f46c
|
|
|
CoverageReport-Release-Linux-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.1 MB |
sha256:ede32ea01740df8189d48e4f84f62668406c92e190d9b2369dac450adbdd01a2
|
|
|
CoverageReport-Release-Linux-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.83 MB |
sha256:758f8e048dab983e0e741c851dc425edd4ae48371b6a4d1475d845374dffc7bb
|
|
|
CoverageReport-Release-Linux-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.02 MB |
sha256:a74847ad334619a6de28e664f2972a55135ea16316cac9a8e899f48a244efa75
|
|
|
CoverageReport-Release-Linux-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.14 MB |
sha256:835bebe132be24a2d0266efe8e3af14fc4d9255ba1653e4d9b96fac081e8e2df
|
|
|
CoverageReport-Release-Linux-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:3ed9f11f340195a1ad6f241c785c5aac163666857dc51f51514bc07e27a73b29
|
|
|
CoverageReport-Release-Linux-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.9 MB |
sha256:2bf89781f98119774565e5ab0ed06a5a4eecf974fa9d3e299656f752c5b4037e
|
|
|
CoverageReport-Release-Linux-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.14 MB |
sha256:5a596ba217dd2fdd4f682dba4f24067a3798aa671d4dead87c2b4e6d39a2b97d
|
|
|
CoverageReport-Release-Linux-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:01793ec8f2e79cce7035077257bf931f432c5c4dcc1847d4f2f8770b3aaaf096
|
|
|
CoverageReport-Release-Linux-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.8 MB |
sha256:16a29435d364cfc0a708174d3e5ea5c99b47716e64718a65a270b50d8f31032c
|
|
|
CoverageReport-Release-Linux-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.44 MB |
sha256:be289153cc9e63166363974b9acd0c1d1655de990eec31957caf84d20410b6c6
|
|
|
CoverageReport-Release-Linux-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:4ff9459030eab612744efac3797c00687df9f4dd0a48ff40885f33efb189874e
|
|
|
CoverageReport-Release-Linux-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.52 MB |
sha256:897f994fa3773b53e977d4da1e8cd32b2e32d0a5b349ad0b5b55c7ce5660b999
|
|
|
CoverageReport-Release-Linux-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.72 MB |
sha256:b496246d4faaaa0637cb0bc9c2431b8a12984974c87afe31a59de8ae3916c1bd
|
|
|
CoverageReport-Release-Linux-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.34 MB |
sha256:19789da19ab395f130e80e8d9da6c169d198dc05d44578529caa6b1611ae3dbf
|
|
|
CoverageReport-Release-Linux-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:d31cbd42e7b24a14cbba2685a8b2f0c37a2be38fb8dbbefbb5b4868d0a068d43
|
|
|
CoverageReport-Release-Windows-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.6 MB |
sha256:ebb8d314cc55cefbf701dbc55fb8bbe6637eeedba386fb149c26e10cd5641ebb
|
|
|
CoverageReport-Release-Windows-ARM64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:b254e28d008ebece44eb351b3a6481c09c78f8545a3b5b3c7767a96965ef584a
|
|
|
CoverageReport-Release-Windows-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.19 MB |
sha256:a8e4c897666d2c990bcae1a091aa73ac8b7e9947c78bd717c8668dda6edb3fb3
|
|
|
CoverageReport-Release-Windows-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:ed73f3dd0ce28459fb9f7d0c7ca49fde641ec1184eb2e5dddeec33bfc7b5888a
|
|
|
CoverageReport-Release-Windows-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.6 MB |
sha256:0bfd9738b3e0335a14746ba0aa3c68cc9df466a8d4c5e100dfc0eda79685f0ca
|
|
|
CoverageReport-Release-Windows-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.3 MB |
sha256:f2a2f1d83059049bb658c483069fbdf4265bfd53667f51aaf9d2cd6111ebc096
|
|
|
CoverageReport-Release-Windows-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:28d7fd3d0ddf0ce735c94e0a406c8689b2cc1aca27671dd2074d1f47c6c74f63
|
|
|
CoverageReport-Release-Windows-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.86 MB |
sha256:16185941664d612445ce8814ea877081d50878cffe466d7ab8d3495bc34e5f02
|
|
|
CoverageReport-Release-Windows-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.43 MB |
sha256:bb03c488f8c4477f6bf14003d9e4da4fe60552bd9446de20e6101af2469e4058
|
|
|
CoverageReport-Release-Windows-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:9ec78f69affaed1342766727a56525e1326632914211f10bc64072c8feebb9e2
|
|
|
CoverageReport-Release-Windows-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.5 MB |
sha256:40cd73c48bc51e4885534e4e17a48ce523bb2f2a8c1256e9aded0231e05f661f
|
|
|
CoverageReport-Release-Windows-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:738bc61ef6cd73e1ae592d962f4de121fb1c689597ebd0446bd4ac24be61337b
|
|
|
CoverageReport-Release-Windows-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.47 MB |
sha256:8098e7900b5627c9d47b8823974bc381749a9f8f6b7c0081024bfb64c2b4aded
|
|
|
CoverageReport-Release-Windows-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.24 MB |
sha256:c5d81b58ffc2e40d4342d500f330d14f0d3038ccc309b13e90c9981fd4e64379
|
|
|
CoverageReport-Release-Windows-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.3 MB |
sha256:30ae3d0ac5a22c5076003c920e7fd2d102c1f618e0825d5127fbb6df52638f6b
|
|
|
CoverageReport-Release-Windows-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.63 MB |
sha256:059a59a6a1f72974eddf0758911739eeabee47d8d625dc9442281adc8aa9d0ed
|
|
|
CoverageReport-Release-Windows-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.5 MB |
sha256:06c52d5fc9de6fd601ad88f9f2074f06e2791b61f8b8d3f58a4e06dc5679a94a
|
|
|
CoverageReport-Release-Windows-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:58f64b1c8a0c61ffc24b78785e61a6bdf900285d23fa7e05dbbb4f1a97f222d9
|
|
|
CoverageReport-Release-Windows-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.66 MB |
sha256:92fc69c3b026e59e19bdf8f4c1bc41faeeda9493e37c115e08b2a515034d484f
|
|
|
CoverageReport-Release-Windows-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.87 MB |
sha256:457fe8f1e1198301efac89231802dba8dbb69b49407219c0802b9764c2909d48
|
|
|
CoverageReport-Release-Windows-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.88 MB |
sha256:8bfbe338076e1a70e9e4e2680a60e98f86474a111e2a16f3252645c56ba0bc8f
|
|
|
CoverageReport-Release-Windows-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.1 MB |
sha256:f8ed341a42f8edd63404dd1395fde40931e29db5e3fcacefb15c398c1589406f
|
|
|
CoverageReport-Release-Windows-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.83 MB |
sha256:a7449a0f50805b74d76bc066f714beea8b843b81c8ca7fd207643051f42c18e5
|
|
|
CoverageReport-Release-Windows-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.02 MB |
sha256:6e93a8a806b8a88b329319b80065e74a03b86af6a1f4c3f6b2062ed794d8e4be
|
|
|
CoverageReport-Release-Windows-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.14 MB |
sha256:cf512227c4c18455d5964f552e29b1c99c88472fe96c23737043613f44a96aff
|
|
|
CoverageReport-Release-Windows-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:8ab6ffa5d23d0e95f0c1975c135d3c8c83f08f27b32985e5d8674857dea69517
|
|
|
CoverageReport-Release-Windows-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.89 MB |
sha256:99293e71ad6b329960473e097d63beb5e242b930506d26d3c9e692c8fc14105b
|
|
|
CoverageReport-Release-Windows-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.14 MB |
sha256:2174c307e7de48abfd3616ec00a82f63f8d63eace1015fdd87c15f3f6289cfce
|
|
|
CoverageReport-Release-Windows-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:88a06040176354f49625ba5fc0ad7c43337d6ff53bce34fe4669f147beaddf66
|
|
|
CoverageReport-Release-Windows-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.8 MB |
sha256:1aa2d8e9a678f5e49d845a42a26037b3797cef9d9f0d5f69e7b7659e84be4915
|
|
|
CoverageReport-Release-Windows-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.44 MB |
sha256:6e25abea73e50e70b95a8fe2cdfb33a84cd41b38a689b4f8f0a087d4cd1a70b4
|
|
|
CoverageReport-Release-Windows-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:451037f917ade9386680a48c37294f69db4b8d1626a57531d9669f07bf182780
|
|
|
CoverageReport-Release-Windows-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.52 MB |
sha256:f893a8afccb02f68af0c3cdacca7b7c38adf9caf18d975c0dcec54e32422c934
|
|
|
CoverageReport-Release-Windows-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.72 MB |
sha256:8a4895a18466f7e91e0de4b82ed0bb323a2f4101c6b1a9dca4b76d9ac385f5ff
|
|
|
CoverageReport-Release-Windows-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.34 MB |
sha256:12a5717e00a42b404436171c3f4dcfdb88920ba796b07479c90fb0ad7dab5e0c
|
|
|
CoverageReport-Release-Windows-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:d0724e17daa6d9e59014d98d042735071e90ada3088221aab56357403bb60af1
|
|
|
CoverageReport-Release-Windows-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
7.6 MB |
sha256:ae82f10318b96c187b599bb6ca7e7c976810c8f760146da433f68ae7bac56079
|
|
|
CoverageReport-Release-Windows-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
12.8 MB |
sha256:d12cdfd755c5b8eeae6baab0bc3f481a480e802c454fba97aa694fa67bfdf477
|
|
|
CoverageReport-Release-Windows-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
7.19 MB |
sha256:9d4e7b6f749e7a09f293aabf7e9222957ab3716a50a39a33f7cafc1148ff6bd5
|
|
|
CoverageReport-Release-Windows-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
14.4 MB |
sha256:db7e10604b753ae22a9c5821d21b87b6881d3bd9cd0ef015ced16b0195f85eb7
|
|
|
CoverageReport-Release-Windows-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
9.6 MB |
sha256:2dc4c4ed91ad308dc597b078980a71b45946092437af6f7958af3b2441c25012
|
|
|
CoverageReport-Release-Windows-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
10.3 MB |
sha256:6a898ddd45b71470f1d360f19db92fa89f5d2ef2d87395f9045209c8d63f3374
|
|
|
CoverageReport-Release-Windows-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
13.9 MB |
sha256:f6052b090cfdac75f3d0168ddb18f912c64ed5a634dc1731017a8afae507d928
|
|
|
CoverageReport-Release-Windows-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
7.86 MB |
sha256:2106ad1dcb7b682a9fd6620afc2c1f7fbb543647b44527aa47a1328011f2f0bb
|
|
|
CoverageReport-Release-Windows-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
8.43 MB |
sha256:40f767bb500876251c52fd041a86b35397a210ee2e531622daf6ef36839639e5
|
|
|
CoverageReport-Release-Windows-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
14.7 MB |
sha256:605d178d91938c99516b65ae95d6244d52cfec11b2f870754fd6997326f7526c
|
|
|
CoverageReport-Release-Windows-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
9.5 MB |
sha256:b4c3bca30b2b070503690393c5c8e5a6f616e877e2a8bdc90b7c661657113541
|
|
|
CoverageReport-Release-Windows-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
14.4 MB |
sha256:4db552cbaa74bf8cb33a114c811f233eba7074e71f16f5228999fe4c8b493c13
|
|
|
CoverageReport-Release-Windows-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
6.47 MB |
sha256:b59cea0cbb7ff044838600d006a4a87aeeefba98baabbca7622b4d6f6d19cada
|
|
|
CoverageReport-Release-Windows-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
7.24 MB |
sha256:789ee2e2e37bf53a234b5f2e35405a3dcf01a74d692f96df6d065eb96e91a750
|
|
|
CoverageReport-Release-Windows-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
16.3 MB |
sha256:4cf1a644322a425c45192623c35003357da4da10b807060f95b23b0bce11f656
|
|
|
CoverageReport-Release-Windows-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
1.63 MB |
sha256:3b33bb53e0b0eacae667b89b04e316667385a399b91052c9f811ae49ee18d199
|
|
|
CoverageReport-Release-Windows-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
14.5 MB |
sha256:820c78ca931c950ed21aeb93fd2fd40c3035be31492dad854d214ad061d3ffaa
|
|
|
CoverageReport-Release-Windows-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
15.9 MB |
sha256:3cadaf4b373a2f0c4fb383d39a9d066731b29525fe6a42b1182ea7c5efce41cc
|
|
|
CoverageReport-Release-Windows-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
8.66 MB |
sha256:e4cbd7c81f4682837d5401be96b25b216bf6014aa99f2b3d2a41ff52f813bf4d
|
|
|
CoverageReport-Release-Windows-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
7.87 MB |
sha256:f1f4e1db9a805e41215836252ab15b92ee55c268f74b390158f344f6412f5b3f
|
|
|
CoverageReport-Release-Windows-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
8.88 MB |
sha256:0536d800cef6c97c46ad3102c0d53a57a6ee98bcb948be6b57bc93e2b80457cc
|
|
|
CoverageReport-Release-Windows-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
16.1 MB |
sha256:7dea100cf3d0a0b252ff3909de116734ee334c0f86727ae87719e33a20a54106
|
|
|
CoverageReport-Release-Windows-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
8.83 MB |
sha256:0d9c7c1a796ae51d60cda7ca016627b6c6450332f06fc844a6f763a596b7016c
|
|
|
CoverageReport-Release-Windows-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
9.02 MB |
sha256:74028a7c607c2a39c8c50704f1bd0069715745658807634a4f4cc46b560227d9
|
|
|
CoverageReport-Release-Windows-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
7.14 MB |
sha256:7fd9ffc8771dadd2c1c5119c5edfe366ea763bba1280746c0272403965d1827c
|
|
|
CoverageReport-Release-Windows-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
14.3 MB |
sha256:c7bee55555befe7701e41b33f4b2c0b74c4ad98f97b7576b273d83dfb1c34325
|
|
|
CoverageReport-Release-Windows-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
6.89 MB |
sha256:3b8c39b492cfabe467e505bedf775fefe551837039d884164212ce55c26b5b9d
|
|
|
CoverageReport-Release-Windows-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
8.14 MB |
sha256:9f98994c17258d2d17d6a9e966a8615c4c6684191e792c84f1ef700915782d62
|
|
|
CoverageReport-Release-Windows-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
14.3 MB |
sha256:0134d4175b0ab1a117882247ed1605338225962c72150d62539d6a4e4182401a
|
|
|
CoverageReport-Release-Windows-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
15.8 MB |
sha256:306002455fcc5812c0f74909fb9d45ce5057c9d640457959b637dc90a6fd6322
|
|
|
CoverageReport-Release-Windows-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
8.44 MB |
sha256:ca833a1496da49e549bca903fb1a6149d4dd3dd0bb611b7d6173f556a0e95caa
|
|
|
CoverageReport-Release-Windows-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
10.1 MB |
sha256:892acd352a40f9928089013767be14a0a737dd4ee3bd0d9a08431092aa8acbf7
|
|
|
CoverageReport-Release-Windows-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
6.52 MB |
sha256:e50efd85e2d6fbd490acf49733dd831bea8e55b38aada35f771ab9b1e76e835c
|
|
|
CoverageReport-Release-Windows-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
7.72 MB |
sha256:65152c1aa61a447eeaba68fb7e3a4e2388f0c142da24a9dd686d9899adf89946
|
|
|
CoverageReport-Release-Windows-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
8.34 MB |
sha256:1d5f82c3cf0d84109e7614b71a37b06f8e16fa8ca3f96309b45583e36158202e
|
|
|
CoverageReport-Release-Windows-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
15.3 MB |
sha256:f4bc17a7667c9469f6550224d26b35255a0b54c8e221badf0103f61df65cc8f6
|
|
|
NuGet-Debug
|
3.83 MB |
sha256:03929e5e4154aaba535911bae82313086aef337be58a6f8716861466e7514a6d
|
|
|
NuGet-Release
|
3.62 MB |
sha256:1c5b7eca6e3f02857a7c53f6a587d5cc99066c3ea4479f55f3f04db4ddf46c30
|
|
|
TestResults-Debug-Linux-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
716 KB |
sha256:76bd967a71cae80b64fd3cff451d9685904e95ac5f948bcc0deeee0765d4e73a
|
|
|
TestResults-Debug-Linux-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
690 KB |
sha256:520d50e20594f3fb9559de36c58ad35d9603fed877a11a2d6d6a5413e84bdbea
|
|
|
TestResults-Debug-Linux-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.28 MB |
sha256:3ca363c632c74241d04155c21c287e641839c9a1d0e2cb2428bfeae355109726
|
|
|
TestResults-Debug-Linux-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
1010 KB |
sha256:c9a7c533b513148db333d56a6a8e199156ae91619710f3f58bd75ff3385de53e
|
|
|
TestResults-Debug-Linux-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
19.6 MB |
sha256:708ef42aa7b6632c993ffd196f0feb6174bb0a593efd23eb08095eec34aa1c61
|
|
|
TestResults-Debug-Linux-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.23 MB |
sha256:aa36780505231f4315abf89fe7143cdcc029f64874eb2a646f47904912ff56cd
|
|
|
TestResults-Debug-Linux-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
772 KB |
sha256:aa08039c3dc0ca7e28e8fc2e94322783fe1eab9113efbb555f6d38f66dd0d3b5
|
|
|
TestResults-Debug-Linux-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
796 KB |
sha256:21eeafda154e43a67c26c0e805704841837aabadc231546469614e27387e487b
|
|
|
TestResults-Debug-Linux-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.31 MB |
sha256:adec454af81ded2b399bcbf544f0ea80a6f8943a9983c2ac5312e18061c7e71b
|
|
|
TestResults-Debug-Linux-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
958 KB |
sha256:01d15913b9b4cd4936b7ed64b2a2fbaf135b1211d1fd852f893ec00b13f2077f
|
|
|
TestResults-Debug-Linux-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.33 MB |
sha256:22afd2014bdcc58756de9b99abae5120cd9ce8765c94339942d4e5ec15cac03b
|
|
|
TestResults-Debug-Linux-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
597 KB |
sha256:1927241edb954cfccc7b02cc48c0083e39d6e4af33fe4048b11734793f0ac4a1
|
|
|
TestResults-Debug-Linux-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
712 KB |
sha256:3abef9d94d4754e59cb71ab1d50db877bfe3021bd8f24c427f57710c4ae924b7
|
|
|
TestResults-Debug-Linux-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.39 MB |
sha256:efa85973d5e949b44d32ac7a8f0ff8d1434aecd77dd98e16606a18a6d8d1efaf
|
|
|
TestResults-Debug-Linux-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
275 KB |
sha256:a711592a2ca757dd13c49adaf307e3c8680b7d064b28d3a9027ce1e1b3630727
|
|
|
TestResults-Debug-Linux-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1.17 MB |
sha256:f8a6fed6b67fd5daf4704f8a4cfb502d6f260fcbdcd8324228e98996f476c918
|
|
|
TestResults-Debug-Linux-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.3 MB |
sha256:833050feb1543fafcfb5b34ab8228eeafe81d0aaecdd5c4e5bfdfe64a4fd82ef
|
|
|
TestResults-Debug-Linux-ARM64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.44 MB |
sha256:7090bdfe1b057cf0a56e4cbaf8ff2a4af9d633ac9ea0cf841d72d4a41d7fe5bd
|
|
|
TestResults-Debug-Linux-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
842 KB |
sha256:8c5f218111e47fa22dae256ed8e71982c233ac29bae29e2c7c2481f4981f6923
|
|
|
TestResults-Debug-Linux-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
745 KB |
sha256:31fbb1f6ff60d96c08263f623126a98ca32157aa8e25b6a6e69bda091880e1e1
|
|
|
TestResults-Debug-Linux-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
800 KB |
sha256:2e450a88abb827f1c1f4ddb1a46c13e1c3a0e86b7d3c19e1070df7823c74a254
|
|
|
TestResults-Debug-Linux-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.36 MB |
sha256:05e02819a7f646a8c262f84e6a597d9eacb9e152b3745b7e0db3d279939734d2
|
|
|
TestResults-Debug-Linux-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
883 KB |
sha256:c6e0eae2b24d8cd1d32a5525e078c2098ded7f12b4513800c3d10d281812c011
|
|
|
TestResults-Debug-Linux-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
1 MB |
sha256:c00f8d737e474fbee5292d62bc38c0eb007f53375f2f637fc43f8729883826c3
|
|
|
TestResults-Debug-Linux-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
691 KB |
sha256:6197fef66dbe7edf6c135eb849ebe1ac333128bd36179d0a67220554fca48cb8
|
|
|
TestResults-Debug-Linux-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
1.11 MB |
sha256:a9c6ad42363c39af413bffb586e7dc48c49479d4c1aba4309b311f039e224713
|
|
|
TestResults-Debug-Linux-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
617 KB |
sha256:1fe7e69d7a65d4cd0409aa80fdf479d42912c7824aefae59241a621981043320
|
|
|
TestResults-Debug-Linux-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
802 KB |
sha256:7d5c317b4b9d45cdb5489725ceabc58f32fe78264b890a3143dc6c6aa47d7ebc
|
|
|
TestResults-Debug-Linux-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1.18 MB |
sha256:71e42b33b58761f67a2c6c12089b7954a2aadef2a9fb676eb8d232d5a9c9f7ab
|
|
|
TestResults-Debug-Linux-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.44 MB |
sha256:17a213f37ae949defacdb90f77ff78b68e45a51a919973d99ab3cefe6772a6fb
|
|
|
TestResults-Debug-Linux-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
841 KB |
sha256:bb868204fd978173029801d1f4c64717e0139123196fe8f6a0bc0b84608f7858
|
|
|
TestResults-Debug-Linux-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
1.02 MB |
sha256:a1ef93688a67e02eaac08f256db04c123d812372059d9fd22c99311501e37900
|
|
|
TestResults-Debug-Linux-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
571 KB |
sha256:7d90db4d70f1256b9674c2aafd206c84c54f6f2868becd1315a1a12959f9643e
|
|
|
TestResults-Debug-Linux-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
726 KB |
sha256:274cfe3cfbf060add23879eb63516d7720a97b176a9b4b7f29607bf106e00585
|
|
|
TestResults-Debug-Linux-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
806 KB |
sha256:bbf9de63eb6e336f2d375d62f026a08b5a164801d4a39ee0590eff11bb4ad685
|
|
|
TestResults-Debug-Linux-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.27 MB |
sha256:c895b81631658f963b3c0822779321e1fb042710e653baece50e6114f0badd39
|
|
|
TestResults-Debug-Linux-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
715 KB |
sha256:2554a1f34451466905f51cc3e10a960d84d01f90b53d01d71b0ebc5fd2957733
|
|
|
TestResults-Debug-Linux-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
1.03 MB |
sha256:eef5c5df228570e1134c335384e561fc33f7fee633acd3562404d33dfd40e609
|
|
|
TestResults-Debug-Linux-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
691 KB |
sha256:02be09b92ab4d82f8c05dae0a307c7d323da1a9e109967573c45664d9288309a
|
|
|
TestResults-Debug-Linux-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.28 MB |
sha256:076a3ad09f96f45d139a53bb8a21ec6e505790d2dda34942471e8c2be282a73b
|
|
|
TestResults-Debug-Linux-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
1010 KB |
sha256:1a59be4ef837f377d67f3f695b3f1ac61d1801f43981e97465480a9d6925ecd8
|
|
|
TestResults-Debug-Linux-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
19.6 MB |
sha256:86280d4c715e5d966875fd722d4d1e9c7db6754f49cfadd5572e003f3782a35e
|
|
|
TestResults-Debug-Linux-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.24 MB |
sha256:9d2151068f509189621a965020e55d156958f46c4486250c081c9ae5745f1f05
|
|
|
TestResults-Debug-Linux-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
773 KB |
sha256:665c38c954557d819e35b311e07400de2ce9bedb86a9cbe82268b5127702ca85
|
|
|
TestResults-Debug-Linux-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
796 KB |
sha256:c3a9a9e9e02ddd56cb380f6d6dc3cc4e96a5bc01631f89a526f5350f24663abe
|
|
|
TestResults-Debug-Linux-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.31 MB |
sha256:1eb2dcf2b065cef78c22010903c6ba3e838af5e28268177468170441f9ee379e
|
|
|
TestResults-Debug-Linux-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
959 KB |
sha256:5fa712f63f31203297709a2f1c78954978efd18af79fdae260c691a3af958370
|
|
|
TestResults-Debug-Linux-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.33 MB |
sha256:7ce6bec073430b4d12bd5b0672ba15f282bd42f16e0757694516e8d5e33caf76
|
|
|
TestResults-Debug-Linux-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
597 KB |
sha256:3b37e032de19528d4c8956a63d307eaf1cfa79e14fe5dabe6c0b5dbbb38db278
|
|
|
TestResults-Debug-Linux-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
713 KB |
sha256:ceb48289b37e7169ac2ff65fa08fb5e322bddf2ead16b0dcb70b6ab079f9c74c
|
|
|
TestResults-Debug-Linux-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.39 MB |
sha256:887b8001af1268f41f765a7217ad29292c5bcc7b2e01a41920ee18c14c85fef9
|
|
|
TestResults-Debug-Linux-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
275 KB |
sha256:f53a5d13659af9e63628b43eb40908450e4530c906c7b1cd1219c46cbe6852ba
|
|
|
TestResults-Debug-Linux-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1.17 MB |
sha256:8198fb28145c7759d7f52d1ce1c553201e8d9b4ea5eb5d6656bbcc61979a283b
|
|
|
TestResults-Debug-Linux-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.31 MB |
sha256:aaad82c64377f5b12facd300cfe7d0af80d656f183b9619b1352f41b47bcefcb
|
|
|
TestResults-Debug-Linux-X64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.45 MB |
sha256:88b856ca151da4da939ee42d4f4f7c8c5e2a49c8af62b541d5979b74c9b15eb5
|
|
|
TestResults-Debug-Linux-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
843 KB |
sha256:1fa37694f58940834fcb2ea92bcf7c0e85e4be5711870e0194dc7b90e4b52c7d
|
|
|
TestResults-Debug-Linux-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
745 KB |
sha256:bbaba2c45bd359e35420614ca9c04a1fd5709cc847125fd75a2498b22b013ce1
|
|
|
TestResults-Debug-Linux-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
799 KB |
sha256:e09142a56b7a15d38dc64537b8344653bdc312845c3cbdb6aa7bf5c5dc6e5c00
|
|
|
TestResults-Debug-Linux-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.36 MB |
sha256:0eb2fe55c2c22eb3288efdf297a16cfdc818a90ff909de73719a0ceef5429eee
|
|
|
TestResults-Debug-Linux-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
884 KB |
sha256:2c68173c573a852c264915cc9c9c925910a8158b9181556c271b316786fe4af7
|
|
|
TestResults-Debug-Linux-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
1 MB |
sha256:67d607d307c6ff95e720a21a1c68fc37878c3964781310d67d01064b4bdf0a3c
|
|
|
TestResults-Debug-Linux-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
691 KB |
sha256:fe5f6c10daf49b1a2b24eccefe9b5acf72cc1c3ffead0b623f50c633640fec26
|
|
|
TestResults-Debug-Linux-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
1.11 MB |
sha256:0a8332a67b8e347ab8e274bec2edc802caa813ecc14eafe8ae32a1a365cb916f
|
|
|
TestResults-Debug-Linux-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
618 KB |
sha256:728f08a646c738b89640030ed0644473a04e385ac2682a146f5de0d37ff51abe
|
|
|
TestResults-Debug-Linux-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
802 KB |
sha256:b84c2a8311bd7cd910515a3fef5512cedac623a1d053c7a6ec2195537002436d
|
|
|
TestResults-Debug-Linux-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1.18 MB |
sha256:028c0057c33db63e2105a582d4a9e7e41e736518dfec45a5e9e82eb0775d8aba
|
|
|
TestResults-Debug-Linux-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.44 MB |
sha256:79a1342354d43bfe23748e24ca69f33f52b0698e24c60ab2aa368f671bd1e4c9
|
|
|
TestResults-Debug-Linux-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
841 KB |
sha256:fe1c65d60fff534329226a58bad790671e12962d694cd94172b0c257c57f4eee
|
|
|
TestResults-Debug-Linux-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
1.02 MB |
sha256:289b81184335d8e5693292f0b317964b37b73eaeb301e7a2a8aba8c4ae8a46e6
|
|
|
TestResults-Debug-Linux-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
571 KB |
sha256:7996298987a9770e959bd44201228d402004ca53ab4756073a853d1b454b55f2
|
|
|
TestResults-Debug-Linux-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
726 KB |
sha256:c0b8eed735babd783d6acdd3b262815dd43194a7dc7d99d605530abac673f2c2
|
|
|
TestResults-Debug-Linux-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
806 KB |
sha256:09d0a015b451cc45d574cbb7d785f34023d1b1d1493d1219bec923a6fa086b03
|
|
|
TestResults-Debug-Linux-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.27 MB |
sha256:39757ff4ea6995961f8e3f54bc08205056739af83675324694f1446c34e0558b
|
|
|
TestResults-Debug-Windows-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
722 KB |
sha256:055d0969103a266578489f45fcaec59207c974d18dd7e54742ef9ef24dd9dade
|
|
|
TestResults-Debug-Windows-ARM64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
1.04 MB |
sha256:fcacba2193c37466d960aded8cbe4e28650dc0a46349f9451f5984255a3ecf7d
|
|
|
TestResults-Debug-Windows-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
695 KB |
sha256:f9ff1898c3c3aeaab0220f88374d7bfdd8f829a1f1206cc73eb8b36cd3867cb5
|
|
|
TestResults-Debug-Windows-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.29 MB |
sha256:0556a4da1d5bed8a6ccbd6cf9bd447d46ddc4e571a323b9d5141fd75d6eacb42
|
|
|
TestResults-Debug-Windows-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
1020 KB |
sha256:53cfda076b10e569f9113efa80ce7eb660488757da3fb5bb510dcc4f1d02de6b
|
|
|
TestResults-Debug-Windows-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
28.9 MB |
sha256:ca6ffd9b99ca42e77dd00557b94fe7288bcc27c86add6e7c3b48105aa474e75c
|
|
|
TestResults-Debug-Windows-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.24 MB |
sha256:f1c5668968c2b370003bef1bf1970d5903d30476256caa50395d897273c808c2
|
|
|
TestResults-Debug-Windows-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
779 KB |
sha256:6a6c80eb161948599dcda2f56bb22fa431651a2160263e634c6725e614ff780e
|
|
|
TestResults-Debug-Windows-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
803 KB |
sha256:6b168b1bb154a365422b2771b44995aa4cf215405c1f87b354fa25c2e636ecfb
|
|
|
TestResults-Debug-Windows-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.32 MB |
sha256:321cd50c30ad8d23de6897d31f2b0007ba0d6175046da1a5c8309474bc8b4595
|
|
|
TestResults-Debug-Windows-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
970 KB |
sha256:c84b650808d813aae82c9288b51fe192739e1ec483f07e7f0f9382144c65fd0a
|
|
|
TestResults-Debug-Windows-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.33 MB |
sha256:994f75dc8e5c0d60fc79bec340cf3277197f25312fa98a2fae462dbccb7b8ce7
|
|
|
TestResults-Debug-Windows-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
611 KB |
sha256:a3ea211feed5955b95d47f13e8866c350218b84c5243232c1ebee3fbfa8a89bd
|
|
|
TestResults-Debug-Windows-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
721 KB |
sha256:0ee741be8b30d71c94c0939a5b58c1d36b7017fe34297fbc2da025eddd111d9b
|
|
|
TestResults-Debug-Windows-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.39 MB |
sha256:47c021f257ef636d5f9294d182d65436c1b0027a1ca506114f098487db4366fa
|
|
|
TestResults-Debug-Windows-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
329 KB |
sha256:b7eb422a6bf58b5f36a794b81e42d172079650a3e612689950cc1ad7d5ea7535
|
|
|
TestResults-Debug-Windows-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1.17 MB |
sha256:466eef95b5dcb95e99a645b9fe665a6832316167dab772eab32cadb44138eaab
|
|
|
TestResults-Debug-Windows-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.31 MB |
sha256:e6ad10fbcfb20c6ef8657a423b689901cb1906e9896b98453e3d85ee3eb17098
|
|
|
TestResults-Debug-Windows-ARM64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.62 MB |
sha256:d47296cb538f1324c665b783c122f2cdb8c5b018403f66ff7e8cefe93462b157
|
|
|
TestResults-Debug-Windows-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
849 KB |
sha256:4297e56db19be860c8de6a7a58dae3c67f0016d051787956a195988f56fd6279
|
|
|
TestResults-Debug-Windows-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
752 KB |
sha256:bc8a741cbcf1c7f4fd59133846b4af2488d715ca5e4e8e7c8a097201e9a2a574
|
|
|
TestResults-Debug-Windows-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
805 KB |
sha256:8244d5067cbb3292c3db8ec833151d5109b65e8983a4eb172de8e7e0be1b7845
|
|
|
TestResults-Debug-Windows-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.36 MB |
sha256:52d9765e2397008216fb938e7092e6d17ffc9c5d3ec89ffd69d88ec245505bb9
|
|
|
TestResults-Debug-Windows-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
896 KB |
sha256:ee76a74867844a3fccbf964bb674eec76f19f87797483b6c57d4b7dcba2488df
|
|
|
TestResults-Debug-Windows-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
1.04 MB |
sha256:50e400278a131d8cf1af88bbf6cd8c3c58a3bb0e9e5281fdfe52a9f4e4046bb6
|
|
|
TestResults-Debug-Windows-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
703 KB |
sha256:2285da1337ffdb5bf6f6b48be9b2fd47ed3cc29175144bff7a2c3949961410c0
|
|
|
TestResults-Debug-Windows-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
1.12 MB |
sha256:5eb8a25b97c2b9372baf80504f7ae80bb9cd47780ae685353cf8ac46ef953baa
|
|
|
TestResults-Debug-Windows-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
636 KB |
sha256:5aee53373f12d8e6574c4a19b8fc2993b74723549d69e5830070a4029850ecb0
|
|
|
TestResults-Debug-Windows-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
809 KB |
sha256:5f1147bb9757dc5f81e129ae0507d294c99352add0889571f12786eef9fca08b
|
|
|
TestResults-Debug-Windows-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1.18 MB |
sha256:915b4a38a6d7416a63734e60a1a4fdda25d9ce393acee121e95aaa899d372b99
|
|
|
TestResults-Debug-Windows-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.44 MB |
sha256:213cadc7aec362643270671cfb2d592f9acb54fb966544ba8b43b7de528230d7
|
|
|
TestResults-Debug-Windows-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
850 KB |
sha256:050a9e463ef7013cd08f822577325b3d8dd984c45b2743d4c03fd4e5bebff800
|
|
|
TestResults-Debug-Windows-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
1.03 MB |
sha256:2936ba874272a40ea0406012480d204d616d3257465675655544d05b1d9ea402
|
|
|
TestResults-Debug-Windows-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
576 KB |
sha256:8ab559036b6d52645a0d3497dccd75439fde350a753d427d1d11a54cef410600
|
|
|
TestResults-Debug-Windows-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
735 KB |
sha256:5ff3afaa1e8d7408c8ee4654a14b3ee29c2533df9b627917f06e02a2c4acf37f
|
|
|
TestResults-Debug-Windows-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
810 KB |
sha256:b87455fc9c415092dda00ef05c74e764b21f3e3f8eaad476c6ca790d8212870d
|
|
|
TestResults-Debug-Windows-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.28 MB |
sha256:184e035069bd458b70d4f3bee7bd455597a31b9fd66a27d34d3b8842f2430e5f
|
|
|
TestResults-Debug-Windows-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
723 KB |
sha256:eb73e4ff754547041687f00e4a0652d51f03c6711ef09ddfca4e1c0dc8b64e2c
|
|
|
TestResults-Debug-Windows-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
1.04 MB |
sha256:3730211f0524e96344ce0b1e71169bb26d88db06188f8b85c8404d7253f1b174
|
|
|
TestResults-Debug-Windows-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
695 KB |
sha256:0fa57c64b5f56929b836968eeb8a69b4bd5b385a8bb0b9d13b606f81cfe0f674
|
|
|
TestResults-Debug-Windows-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.29 MB |
sha256:9682182ec69e09b03dc016ce8b8c3a947012035128a8ebbe985606688f481b7a
|
|
|
TestResults-Debug-Windows-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
1020 KB |
sha256:b998cc4afd7c2e8dfae35efdd3cc036d0dc20785d42c8f724efe603a4c082218
|
|
|
TestResults-Debug-Windows-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
28.9 MB |
sha256:7e4a4a27b99adc3dad0b6ed5fb06e95e20e392103af9e54b5a07fb2a3fca929b
|
|
|
TestResults-Debug-Windows-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.24 MB |
sha256:fd41206f0e406870802f0c7c80f45be1593677a3402f3cb031d23c1e6dba0c90
|
|
|
TestResults-Debug-Windows-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
779 KB |
sha256:7190f35ae57475efc05373e5db6dae9577f416fd8634fb5131e3ff4c7c32f8f3
|
|
|
TestResults-Debug-Windows-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
803 KB |
sha256:35a71e2c66340144f2d3531c075d7ba4bb218f412c5a88092fcbf8dc15fa2d70
|
|
|
TestResults-Debug-Windows-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.32 MB |
sha256:333bbc63876999a2d9c759c2889905454b33a06d88db7f810acde2a97bdb270b
|
|
|
TestResults-Debug-Windows-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
970 KB |
sha256:1a6afbb2bd48196cf5d9207491cd6258833250cd47afcd7c282d218776f015c1
|
|
|
TestResults-Debug-Windows-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.33 MB |
sha256:f7489f174bbe4cb57df28b6e3d4b0671066c0e573dc049749d173c1ade67e3e4
|
|
|
TestResults-Debug-Windows-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
611 KB |
sha256:27328a2fd118dd020e4fdc7d74cb6df556a3befd08ef3d06c97dc6eeccd4a803
|
|
|
TestResults-Debug-Windows-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
721 KB |
sha256:333740fca912be2eb810bd2b2a3f268ea13230e15b6a75f4730c897110a9cfa6
|
|
|
TestResults-Debug-Windows-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.39 MB |
sha256:e85dbfc61d7446c3142ace2adca8a04a1f0c19ae72ee09c0a461f84ed166ea61
|
|
|
TestResults-Debug-Windows-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
329 KB |
sha256:83cd7c691d59aa531fd48cdeaa4692bb1f4c7e9ea8ec93dc03c3f982b7af8149
|
|
|
TestResults-Debug-Windows-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1.17 MB |
sha256:7d762ad79a6b30199f3e3f4a025c31dda935d17c55f38f1e1d05aa5404159962
|
|
|
TestResults-Debug-Windows-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.31 MB |
sha256:c43f0ab5b0986c65948ecf4b5cce27a44e00930e3647c76aa3d2e53ad6a832f7
|
|
|
TestResults-Debug-Windows-X64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.62 MB |
sha256:c214619cbaba842db00f51b5028b14791dc0149adbe0aa2a9bbdff4156b78a42
|
|
|
TestResults-Debug-Windows-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
849 KB |
sha256:3e85f113dcf844bd52b816e5a39411353c4180197132fbeb7f00e5135d64845f
|
|
|
TestResults-Debug-Windows-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
752 KB |
sha256:27a0f07b5107ff91d7168d46a296a6564b37407d6e9ec419a217b32075478f77
|
|
|
TestResults-Debug-Windows-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
805 KB |
sha256:54ad2b1654f2c5be72ac5a0061fe615eea08eb798650ea74561847d5d944e3a8
|
|
|
TestResults-Debug-Windows-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.36 MB |
sha256:68b900e69732922082466658c6c36c438ddd45ab54dbd75167f6e8f00ee98dc4
|
|
|
TestResults-Debug-Windows-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
896 KB |
sha256:062332ddd2a0873654f1043f0888828d3433a4c8635378f6f27b666203f82692
|
|
|
TestResults-Debug-Windows-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
1.04 MB |
sha256:f56fcceabeeac8c037908871a8e5d8d630bf7b2e6bff513b8be2c44b2dda3920
|
|
|
TestResults-Debug-Windows-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
703 KB |
sha256:be6dbb74c0312fd9b1c2a7ed7c703017cca84f3edd5556631824bd3d72743a88
|
|
|
TestResults-Debug-Windows-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
1.12 MB |
sha256:15a148c1d77e357bb24cf269daeaaddfd4ee708fdf2eaa6d7f33b11c9948639a
|
|
|
TestResults-Debug-Windows-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
635 KB |
sha256:fb0481291a0f6e8103bb926c41c3a04429afd621c6de78d5ad834cb621c3e2c3
|
|
|
TestResults-Debug-Windows-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
809 KB |
sha256:7796e4c58f93e586721866e96f59f3d77f4e7340eee6f2c44c2fa2ce6e00f136
|
|
|
TestResults-Debug-Windows-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1.18 MB |
sha256:7aa14726870a5e3020ed48e9f6e727f23d08b663a010a83eb970b59399b91126
|
|
|
TestResults-Debug-Windows-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.44 MB |
sha256:8706cb23c10927d8435b15066efa1e8b6e75dd015b3e84000bd1091d34fe8284
|
|
|
TestResults-Debug-Windows-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
850 KB |
sha256:cbe8a31b544ee0142c83429680fb638b845576eb5110a577583efdf92cb058fe
|
|
|
TestResults-Debug-Windows-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
1.03 MB |
sha256:97e2841f56983924f971d629e5a6b0bdb71f838c2d414a9471e87a3c79a105dc
|
|
|
TestResults-Debug-Windows-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
576 KB |
sha256:3b5353506ec1925bd483650061177349b512c6a50cacee5e46dca36fb0bc6ad8
|
|
|
TestResults-Debug-Windows-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
735 KB |
sha256:7725515588ac3ec34bf4d17bb0d65f43d26fee6828c5138c09e408ddbc2e53b9
|
|
|
TestResults-Debug-Windows-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
810 KB |
sha256:ef4f3eddc186aab745d4d31dfe0db3d30f8690a8f4f7df30f31acda500c36d16
|
|
|
TestResults-Debug-Windows-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.28 MB |
sha256:050178500608af65706ac450769c02b7d844ace93f7cb78daedee469fbf51218
|
|
|
TestResults-Release-Linux-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
609 KB |
sha256:4320e76e71423954ce7ac20e2a060c5f35c597f08cb58e6ed9eed42262634801
|
|
|
TestResults-Release-Linux-ARM64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
899 KB |
sha256:ca2e46dce3be209f30d2379114f1c44270008ac80a9746b1337c41f399ff1c6f
|
|
|
TestResults-Release-Linux-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
586 KB |
sha256:b1a9b401fb71b141232973c5b8da8a7cba1cd75cdce1d30249317579980db80f
|
|
|
TestResults-Release-Linux-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.09 MB |
sha256:2a76809b7c7ecc4e66ca767ef2c245b9c44a5b0a558505405ccae7322d7cfa3d
|
|
|
TestResults-Release-Linux-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
852 KB |
sha256:a45f4de29508c165a0af212039762bb8bc030fef5e7f94224f306e255af80d4d
|
|
|
TestResults-Release-Linux-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
19.4 MB |
sha256:aaead35b0d1b1613dbff86f48ed69d6967a4ef9f235e22be3b22a15aa683c306
|
|
|
TestResults-Release-Linux-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.06 MB |
sha256:1e6b3aa75307f48a23bf6b95f76cd8beffdc94d2afcd31f46fcbef50a830abe0
|
|
|
TestResults-Release-Linux-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
646 KB |
sha256:36f3cb1c0e4a73cc8073624fc73fa8238b89c33537b74232b59927d3562a2b63
|
|
|
TestResults-Release-Linux-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
677 KB |
sha256:0ae23433c6e53e685c22a5255b52971d4a3fb4424c94de5169694c96f748abac
|
|
|
TestResults-Release-Linux-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.12 MB |
sha256:2c57ea37453a4e0ff6b0b043a5c9ef5824f89e90f9e25a924c52d5b83d305f75
|
|
|
TestResults-Release-Linux-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
807 KB |
sha256:fc06d05cd674b9ec8ac83af55bf6f8e05c248c3c1037c15932c505f04d94187d
|
|
|
TestResults-Release-Linux-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.14 MB |
sha256:cb42ac447fd8bc7e8c013db5eee63181b440af743c25aed7a9017218e60f8a21
|
|
|
TestResults-Release-Linux-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
511 KB |
sha256:1366cac542da31b9a28f560473cf7dc006940f195139f5b32ad63d2b22e37cc6
|
|
|
TestResults-Release-Linux-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
604 KB |
sha256:f6b8ea218ef8d901753680cac6012db23a111026b801b7e71950621ff481e7e6
|
|
|
TestResults-Release-Linux-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.19 MB |
sha256:427818f1d510250feda2f1482ed5e1c186153807667d9b96b6306547276e27db
|
|
|
TestResults-Release-Linux-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
250 KB |
sha256:8fceef5caebfb21e593d440882e499b381f206429733548f0a0bbe757e563bf4
|
|
|
TestResults-Release-Linux-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1020 KB |
sha256:0a618c82bee981fc02f29f831ba4dd234b1ffad9307b9ec92ef7f105c9ec3e1e
|
|
|
TestResults-Release-Linux-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.11 MB |
sha256:5540e4e4a74591bb15697c21b7962c35241cdd04d1bdc8d1a29b5ab411068510
|
|
|
TestResults-Release-Linux-ARM64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.27 MB |
sha256:37979d9c9fd5688514037e1fe6a2615d1807bccbae54e67f6a698b4a52ef6960
|
|
|
TestResults-Release-Linux-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
707 KB |
sha256:a6a333ff36e6326f21e78da8396d99e2cbaac77ac0f7f4b08062ea3b14d086c1
|
|
|
TestResults-Release-Linux-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
635 KB |
sha256:e14f4378f057b615d473ccfd00cb5c0e7d5f47e2f0ff1e5c29d62798fcb3d06d
|
|
|
TestResults-Release-Linux-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
683 KB |
sha256:ee1d17e28c2ce4ed21e42c58a5d97d3a8190d3ba984cc13be01c1816a7adf941
|
|
|
TestResults-Release-Linux-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.16 MB |
sha256:3c7f5dd764fd7f1b2c13cc762a031e3bfdd8e5dd42d30d5932de9b23ed8e5505
|
|
|
TestResults-Release-Linux-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
742 KB |
sha256:db9fd1de327e19f4ff7b68f69d077415b277b0cf7c7637bf74f59471c9d9bb6f
|
|
|
TestResults-Release-Linux-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
869 KB |
sha256:8608803cd01e162a07185ffe10b66232bff6a9cd13d74ffbdd9f7ecd3152ae9e
|
|
|
TestResults-Release-Linux-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
589 KB |
sha256:1298ce5d5d9ad261dfd5e5588a6ba0f4de8cc1fc609e0fea851b9bd16619011d
|
|
|
TestResults-Release-Linux-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
973 KB |
sha256:64f9a132fea682e6b5158c8432bcdf56dc62681a365f2914a408b7152d7f09d2
|
|
|
TestResults-Release-Linux-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
531 KB |
sha256:8392fe8236529b99092bee0408b457e00c6faf2c27f152485d7ed9a63b049654
|
|
|
TestResults-Release-Linux-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
671 KB |
sha256:b23cf8bd01b3c13ad53346fa59ae5f299f2341b4e39876653a43b70436bf3eb0
|
|
|
TestResults-Release-Linux-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1 MB |
sha256:3215980d4a3b08b04ea33cd0aeaf81162474eb61a6df75e891533093b652e1c4
|
|
|
TestResults-Release-Linux-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.23 MB |
sha256:2ff7a88ddf44e72a8017bc48fa1bcb041da98750155052fcda65895fc3b22541
|
|
|
TestResults-Release-Linux-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
706 KB |
sha256:b3e9ab5120f2f15168d7a9ef46ab0d5083259e00e306ab4592aec4fe86c07453
|
|
|
TestResults-Release-Linux-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
877 KB |
sha256:a747409c5b65e0b6acce58c7e83cd29925a583eb5fd0ca528fab2875574c559f
|
|
|
TestResults-Release-Linux-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
485 KB |
sha256:51d20a23b6742e9747c8069ee61e2f285a9b781ec1450999e4913fb942ae02a0
|
|
|
TestResults-Release-Linux-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
617 KB |
sha256:6f0b509a1bb29c388d579227163b720c46cac696bf790afb1d161dbebdb1817a
|
|
|
TestResults-Release-Linux-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
686 KB |
sha256:a23f46564e0cf9c2eee62cba795b07f099c4ce0f0f9b62d9dcbee8ee83a95531
|
|
|
TestResults-Release-Linux-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.09 MB |
sha256:b0f21ebb4cb3705942f4015a46b753eb78437fd0b933d6c750f3e831f003c21f
|
|
|
TestResults-Release-Linux-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
609 KB |
sha256:2784a2632d5eb925a8ea25b50e760973bdf155c7d611292e5171df83e8de9e85
|
|
|
TestResults-Release-Linux-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
899 KB |
sha256:ee71c2410c52eda06f8e955e1c9862b182be8959cc6e5ccc7b3eca50cdd17ce7
|
|
|
TestResults-Release-Linux-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
586 KB |
sha256:ddc93a4d0cfbbdb2705b7381804a704c226d066a5103a0cda83dd78aa36bbc49
|
|
|
TestResults-Release-Linux-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.09 MB |
sha256:02d6acddd4aef7213cf0b3c9609a28bed858acd47d615ce98a922ed4950fa9aa
|
|
|
TestResults-Release-Linux-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
852 KB |
sha256:292ef1200b588b4adeefe1568e8391f29e1b29e7217299b31ac7043b99ee0e0e
|
|
|
TestResults-Release-Linux-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
19.4 MB |
sha256:7ef58853eb667aa5856be302de2612cec8dc7a51cce88fba72996d5c1c179f3f
|
|
|
TestResults-Release-Linux-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.06 MB |
sha256:684e0542592cdd7e707417d27315bcd546f0099b709d178e4966bd4f12e842b2
|
|
|
TestResults-Release-Linux-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
646 KB |
sha256:e3f981948707d6e41516176110bcd415e43c5149b9cf1ffb1b5b49fb22903c38
|
|
|
TestResults-Release-Linux-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
678 KB |
sha256:dfb8d484b35f32c78e92aada9ff97be253b80b5cfeed3ec86afd80889241703d
|
|
|
TestResults-Release-Linux-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.12 MB |
sha256:efee7eddf1648707049eb388251382fd60a14d26fb8616b203903bb49088a023
|
|
|
TestResults-Release-Linux-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
807 KB |
sha256:93220a9c27a6c503bcc39f926cbff5af5a188fb1eaf53573a49535fbf0cead8a
|
|
|
TestResults-Release-Linux-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.14 MB |
sha256:32db6c24833b53806bea8043e8d8a0919c5e861a25f7443d4fd7bf96c3e8fdcd
|
|
|
TestResults-Release-Linux-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
510 KB |
sha256:6d7b6adfa83b637f2bb6303f3fb0cf53987697f95e16d723f9d9499d21640412
|
|
|
TestResults-Release-Linux-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
604 KB |
sha256:50e966a442b67c8fed578d8eaaa5c3481fb66da4d7cfad06af83c3b439772a0d
|
|
|
TestResults-Release-Linux-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.19 MB |
sha256:196511cf3365fe6b66bde6b3c85c79d4ddfe76b24107b28c0ad2ea60ae1485e1
|
|
|
TestResults-Release-Linux-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
250 KB |
sha256:d4c02459966fa8053d3522bdab396cc5c3fa8073fd4cecf8f735baa4e5906c65
|
|
|
TestResults-Release-Linux-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1020 KB |
sha256:ba2e57db7ce4f048ee9837a94ae08df231875c7efc4037b52c39a6ce9cf892b2
|
|
|
TestResults-Release-Linux-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.11 MB |
sha256:5b308a4e666bbd9d980b4b072e0b444663842a8d57f9deb5936bd4b488c939f2
|
|
|
TestResults-Release-Linux-X64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.28 MB |
sha256:156aff4349c7445ebe9feb97705320dd0d19e7a40b9dd7d4912abc7153924fb5
|
|
|
TestResults-Release-Linux-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
707 KB |
sha256:8c79eed91a6ee269d8e49d954085f6264fe366a52351294eb97adcb034a75278
|
|
|
TestResults-Release-Linux-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
634 KB |
sha256:588fd05c108eac42bf4947a71148b722e322a249a97b054846087501314ddaf7
|
|
|
TestResults-Release-Linux-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
682 KB |
sha256:8e03425a8f94d006f59556dd49df7e0d09232eb14b2720330a8ecf52e53fd2c1
|
|
|
TestResults-Release-Linux-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.16 MB |
sha256:8ffaa59f31ac4326cd53f97582a26c55fe1075389cd0c16d867f04aa2f3c4e2b
|
|
|
TestResults-Release-Linux-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
742 KB |
sha256:a0ea328a1bf2d638dd0d42a1abbb24229499ebe2a4491a1f51c341014d584c89
|
|
|
TestResults-Release-Linux-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
869 KB |
sha256:a052e0cf4b8144be1bb5d6ee626dfe06a94f269101529108a1e486c129e7df19
|
|
|
TestResults-Release-Linux-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
589 KB |
sha256:f6b736307900de387779a39048341d0ee06872d57685374b755959a4c765cd9f
|
|
|
TestResults-Release-Linux-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
973 KB |
sha256:682d34d4306c748a0b72e29703cdd63aa57423b2f9db5e2a22d76a0efbc23773
|
|
|
TestResults-Release-Linux-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
531 KB |
sha256:f37c808d77971c2c56465858c758807efbd45cdaca1cdc546030e732733c1507
|
|
|
TestResults-Release-Linux-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
671 KB |
sha256:8ab37e6f55ef250b7851eb3d3679680f96d4b979900d8683da6473ca027c3e56
|
|
|
TestResults-Release-Linux-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1 MB |
sha256:532ae9b39b66557991991691353b7e977612973d972189dc7b2d08b68e328dcf
|
|
|
TestResults-Release-Linux-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.23 MB |
sha256:7ed0c2a95258caa4fb812eafd8b1f5dcb0569a70b9f033b14739b0c16ad3c170
|
|
|
TestResults-Release-Linux-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
706 KB |
sha256:51c753e87a19bf6f0d7e133e5861fcaf69f1c523a7f1559aa1b003a41a348ab1
|
|
|
TestResults-Release-Linux-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
878 KB |
sha256:fbd7c42811a89664c91ea18b9881abbf26c74e61e1a2873b25fce6abb162e5b4
|
|
|
TestResults-Release-Linux-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
485 KB |
sha256:5c33cdc778eded87c926d7f1c264e2d5f29147e31c43b03ec1570a2553967068
|
|
|
TestResults-Release-Linux-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
617 KB |
sha256:c8a731fbc0050bc7928123dabd2347862554ac34a247fa16b11d4486d0c9e3fd
|
|
|
TestResults-Release-Linux-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
686 KB |
sha256:eb29080f9a51827be342b3c565333f9f170f7814a07b32a0348010e94bee03c4
|
|
|
TestResults-Release-Linux-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.09 MB |
sha256:edf8a7f1b574e12d153f1675a0ab2bff2f6d2b3eb2da86c54f60b14097df1ff0
|
|
|
TestResults-Release-Windows-ARM64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
615 KB |
sha256:df5ab756e45a3845440302acf942379485551eadd7a2cc901e2c32951b812554
|
|
|
TestResults-Release-Windows-ARM64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
903 KB |
sha256:c0c49fe3529114a515d0702429f151ea83db1cce0e04d5112754605d183abed7
|
|
|
TestResults-Release-Windows-ARM64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
589 KB |
sha256:a40307bcf560a4980196d1ed916470406831bcd6179c92f94bd2b7b1db7be993
|
|
|
TestResults-Release-Windows-ARM64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.1 MB |
sha256:63db07c30ea02dfe10efd94e072f7ab8ebd23d98cb03523d71f934dba0afada7
|
|
|
TestResults-Release-Windows-ARM64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
862 KB |
sha256:0120c4854a984d8bdca23ac2c458a048a2ca56b7b19ec34d4de45d587bfcc58f
|
|
|
TestResults-Release-Windows-ARM64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
28.8 MB |
sha256:44c862dc464ad0fc8f5c00281fda29817e8e9a371741be625d2c8cac6a362b97
|
|
|
TestResults-Release-Windows-ARM64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.06 MB |
sha256:c48d79ab52ce972672e24794bb9a31b5e65559295a11073571d3ab3df1fe5a39
|
|
|
TestResults-Release-Windows-ARM64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
652 KB |
sha256:1b141a4c9404171939ad3320dd24d8c17a549bb43d524d4d905879a31ff75b51
|
|
|
TestResults-Release-Windows-ARM64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
683 KB |
sha256:e6a0fc5abdad5b2927bf8106bb6d5592fe294fb180d44d4841b8223a32ec691d
|
|
|
TestResults-Release-Windows-ARM64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.12 MB |
sha256:d85d5afe5c53ce77d829c2fe63b655db4e07333be4c609711063520dd8d2315f
|
|
|
TestResults-Release-Windows-ARM64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
818 KB |
sha256:912d1c9ed59b9b2a0ce4d61669393de1453d08ea029e70fa7b3783af45d39435
|
|
|
TestResults-Release-Windows-ARM64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.14 MB |
sha256:f1b15dadf5d89ae189af3e582645e884bc978b10a40d4caf50bc472c2af089fa
|
|
|
TestResults-Release-Windows-ARM64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
524 KB |
sha256:6cd15a4da20716caa958c007e98b46cf1c3b0ba088bf3141b8672981b8459306
|
|
|
TestResults-Release-Windows-ARM64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
611 KB |
sha256:da21f5ab3910f30b356624970c8f683086ee09f31b428fa3b082a5394158c637
|
|
|
TestResults-Release-Windows-ARM64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.19 MB |
sha256:b6ddd74b8a2ec9e0045f484e3f4fe4f47e4696b845a59a081609653345335f1f
|
|
|
TestResults-Release-Windows-ARM64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
305 KB |
sha256:9296059b09d95d47da44570c57dd4dffe70f0ff426051de3408ef72c4cbb0335
|
|
|
TestResults-Release-Windows-ARM64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1 MB |
sha256:75dda2eb664e81e524939aa398a3feb3a03cfa1c9e477de565fd4f113a60902d
|
|
|
TestResults-Release-Windows-ARM64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.12 MB |
sha256:933dff89b75dcb3ae41c5ea199878a8213d9992d1d93de37ab0f99abd0ad493a
|
|
|
TestResults-Release-Windows-ARM64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.45 MB |
sha256:69260442c9f7f7822e8b2a1bac274cfe7b72c9c85d8283593ccf26858d663bfa
|
|
|
TestResults-Release-Windows-ARM64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
713 KB |
sha256:e4486ee09e9759eec34826dc286a59e28e3ade7f72d390167efc616eee0b941b
|
|
|
TestResults-Release-Windows-ARM64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
641 KB |
sha256:19d480d06929a0b3e1aad790352beb6992eb854962c07e94877e5f35449b46eb
|
|
|
TestResults-Release-Windows-ARM64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
688 KB |
sha256:5c86f41138e675422685b74ceab8771aa4b66cd5b990e6ae66bbb85a99baeaf7
|
|
|
TestResults-Release-Windows-ARM64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.16 MB |
sha256:65764c680a13577f18d7a535575100e18e199bec25e49d17704f825d6284a461
|
|
|
TestResults-Release-Windows-ARM64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
754 KB |
sha256:98a83a2aa3747ff524d8c13c9238586c0121c7f9d3dc832c78adebc2854aa3c3
|
|
|
TestResults-Release-Windows-ARM64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
908 KB |
sha256:1cd6e1ad21a33d32905acdb818ee249d2017a57b8ac70f67141e84c38f735c6f
|
|
|
TestResults-Release-Windows-ARM64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
600 KB |
sha256:c6ba1e07884a92ff59cac2e2cdabcfaa3347a0ce40bc197e68064bcd9249abbd
|
|
|
TestResults-Release-Windows-ARM64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
978 KB |
sha256:4e7cd256de2658bea05bc151262c1579564943881740da2626ca561976d89df8
|
|
|
TestResults-Release-Windows-ARM64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
548 KB |
sha256:702e62dd0aa3544d2d93227ce95549bc127bb86f89ceb4c53d0fe50ae53bad1d
|
|
|
TestResults-Release-Windows-ARM64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
677 KB |
sha256:dc496cd429163b10dd0e762fcd42515180b7277990a7dc455cc39641966cfc5d
|
|
|
TestResults-Release-Windows-ARM64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1.01 MB |
sha256:136a7a21c0d1f1f668b39e32a728134d6221355463d96abbe43b8e3482dc9c5a
|
|
|
TestResults-Release-Windows-ARM64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.23 MB |
sha256:79e9cea8aa70b0daef06d36265fd206621ed7ee0b0c65b470dbc9ea0f7f02a09
|
|
|
TestResults-Release-Windows-ARM64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
714 KB |
sha256:69f479242cdb27b27ea42bd2177a47b3e485d383fd26ec0f8f75c61c039bc6a3
|
|
|
TestResults-Release-Windows-ARM64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
886 KB |
sha256:9928b3fad44b89ad9a206b04060e7e3080327b011401cb52e9bcc97a2675d2cb
|
|
|
TestResults-Release-Windows-ARM64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
489 KB |
sha256:daa11a0aa72a86d7a6d842405a716e4313f38516d95c0c80c64b7ed96d0b7f7c
|
|
|
TestResults-Release-Windows-ARM64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
626 KB |
sha256:5e9fc95a5ca643381679c8eca021eb072a8f5258646054b4734a6ac9486e5535
|
|
|
TestResults-Release-Windows-ARM64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
689 KB |
sha256:02b42ca0328477403d7ce181d02b6678f5083c62941917748e061485449d0805
|
|
|
TestResults-Release-Windows-ARM64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.09 MB |
sha256:d74c5fd9788c795b419a2962858574e0696d8cc2809f119d009f7b5661cd3dc9
|
|
|
TestResults-Release-Windows-X64-01c0d15fa4e3e794889bfaa3ff97b36af2645ba0222071f747294fd6e3166420
|
615 KB |
sha256:1ba05ce1a7e9fa7d2b61380e9c793614de5bf8de93128306162ca2f1a3f58de9
|
|
|
TestResults-Release-Windows-X64-01e05b968216841cee194283042be0f01b48669cc586515c8cf37419cabe4b4e
|
903 KB |
sha256:a676c348f8991583a03b6b87d0049c58d738a5b35c113f1df791b5a90f6501cd
|
|
|
TestResults-Release-Windows-X64-0d9c4006df84be90f25972c174baabd3d0030474c7276b7e1ae11dddbb62ecaa
|
589 KB |
sha256:b88bae11874717f9deafeb445fd8abcae7e8f5e4bd32df5042b1b2bb384f0061
|
|
|
TestResults-Release-Windows-X64-161e000b90a4a8c0c7d022bf94a97705b0145860a57fcbba8be0d5b905fd2ccd
|
1.1 MB |
sha256:5e201c820e251d6f863b6d321c4ba5acb070aa8d991f059e44c9dbdd63327635
|
|
|
TestResults-Release-Windows-X64-16882e9c3da3f1e34682ff1a515bbef7cbdb037734a03d494f04772bc192b824
|
862 KB |
sha256:6d443543aed11b995128e10d787b90fd46319d18d6c568dda5dc8f8d3def3603
|
|
|
TestResults-Release-Windows-X64-1afd73a929e4211099798baf01be4fc29a89e589cb1592c89d386402039da708
|
28.8 MB |
sha256:a62a4625a9c7bbf66ac6a6f5b252820dde50efe0b4445f7e23114c3899cc177f
|
|
|
TestResults-Release-Windows-X64-1db727d8fd3021a11b4f03c00cbcfafd51be9fea8cf93b7a745b241a83e4fc39
|
1.06 MB |
sha256:130642ad8177939e9c9aaed692b7dd5229172c5d94856d3a95ae59e9773b02e3
|
|
|
TestResults-Release-Windows-X64-1f375b940a2e0545abcfac6bf903fa202acae7a575046ef77de5191451ffc417
|
652 KB |
sha256:7a05a19b5eaac3ef8ea70e2ccffae44ecaab4e2c0d6c86867b04b23ebc937ac0
|
|
|
TestResults-Release-Windows-X64-1f811e89a1d58bfb8fc1415a6297ba599fce46731e90129fdbc3bc7d5ba53380
|
684 KB |
sha256:54d62a1a0c9f26f9eae305dc933a76125ea760fa84d6f3f0df5b5d2d946cbab5
|
|
|
TestResults-Release-Windows-X64-2f767c9906edd72e4c167b880768ffae46bb0f5f0be91cacdc9fb885bcc537a6
|
1.13 MB |
sha256:fa8d6e729c66bf919a3ead10b8d2b504e05f33f88be630ffbe8400a8f7a15091
|
|
|
TestResults-Release-Windows-X64-3b4c7d08462a1a749fd35c1cffdf02dbd4ae90ce47ad3c03f7e438c87bd1bdd9
|
818 KB |
sha256:0e4b68e39b6948232fff7d3c5d0c12dae9697f12a32dadba4bbdc8c23fb8bd5a
|
|
|
TestResults-Release-Windows-X64-5825c04dc6b64b1cdc4d6a0527ddfafb9e68dd0394df3355ab979454e398ef92
|
1.14 MB |
sha256:41f38e46ffbcbc5dc197ecf066ce695812d8820f2fdc0b49f3f7f057e1b85e18
|
|
|
TestResults-Release-Windows-X64-5b9adcc9c60e6a04d2d32d45c5617c1d786a1b18eeb3b1e63945a441c4054d2c
|
524 KB |
sha256:4c9064f44f86c8c59d953e95293b0f7679a2f5ae74da5bdc90defd936d149ba6
|
|
|
TestResults-Release-Windows-X64-6717946679c160aa43818e92e88bf37abdfc8b0bb25cd4f438baada86c6e0ca0
|
611 KB |
sha256:fd9cc79b7ea0b9e63c4e13ff3a2c15469c103738d721203d66929185e971520d
|
|
|
TestResults-Release-Windows-X64-686f22a6beffa8ed0d9ae3e43dd32831a51bb466829b41d43945861ba0e7393f
|
1.19 MB |
sha256:aee6c1c5d9fb892edda62d3f314532213b18c99315f40318dcfaa4c078ec61e9
|
|
|
TestResults-Release-Windows-X64-6aa3e9942c1b562b4f69553261a3eff2bf3345ecfbf40b7e5214ee51d8edb979
|
305 KB |
sha256:ffcb4996897d6195860f1b33faeb302600d9b5b5987f570745b9810c7b2c7ddd
|
|
|
TestResults-Release-Windows-X64-6f6f34714c092e01c919f50b19fa6c5ff10d113fd1d77d13628cd67ec57ab1a2
|
1 MB |
sha256:8901c27760a61f989bfbd254ebdced7522b1d92513478cfe047502910ff9a8c8
|
|
|
TestResults-Release-Windows-X64-84dcdf2ca850badccfd1e6fd611ecef25b1a427e144e7a7aa0b5caa60eb54e5e
|
1.12 MB |
sha256:c9ea4b696650e3af16eb078278b791e5c14206009e5bb065ca4c0cc77bec6575
|
|
|
TestResults-Release-Windows-X64-8f34d02dd31cdefdb5f61dfd5c84a33b7aa368e82a78a277ea7693a6acb57dd1
|
1.44 MB |
sha256:fa8d0192c50f6e679fc8fef9608689836178e5c616ca27ff7d54d0da67a55803
|
|
|
TestResults-Release-Windows-X64-9ee5ed28b919780c4fc3d1bc95dd2bcd9df72c98650ed7b82c4455e68b09d529
|
713 KB |
sha256:9411ccc656a20b20df21ddeb09f063a8a7e08fd6add8de4942a968150e3fbe2e
|
|
|
TestResults-Release-Windows-X64-ab001a92a68c184211ea07706923772ad9ef2640d6a6cc4ec54c95d93777659a
|
641 KB |
sha256:c92c175a0ef1253f2029bda885fc9b540a63fde6dc51d95f80af2bcc457c32f5
|
|
|
TestResults-Release-Windows-X64-b0d9c0fb9f3dde0fe85b051e114101accd7838aa80884d3985c7894d9753ee0d
|
687 KB |
sha256:37f851d6f62d03994c02ccb11470b767bd182dba318f0eaa0a1778b21b8a1405
|
|
|
TestResults-Release-Windows-X64-b381910acb1161a36cfc70e05c96c1bfe922bb769b23ecef069de93bfb7f01fa
|
1.16 MB |
sha256:84edaf687ada84dcbdcd213865751ef2614daea6f60c73f88f2516ab55489023
|
|
|
TestResults-Release-Windows-X64-c1a00215a72bfe76488147e87788abe916a502153890dcf8743ecd1ed2082d0c
|
754 KB |
sha256:349a3e752e3796f8c176baba82bf235eb5633d4822aa004d2fbd50ef5671f37e
|
|
|
TestResults-Release-Windows-X64-c93344a7c0481bd69fdf9d2a6595ce4c8f199a57ac75919966a0680dabded609
|
908 KB |
sha256:aabfeb490b1837c77ef66ee4adf24285133d55e435205b37491d0b65ce4a5e14
|
|
|
TestResults-Release-Windows-X64-d0993826e443b7ac0dc338c904d7717ccba408b5a250d244d95a7b4f61a32db7
|
600 KB |
sha256:cce80abce3c6bf0b8b777e423f1e4c701bce801110e1744db7c8a7a68223a422
|
|
|
TestResults-Release-Windows-X64-d56b177a1158f8cd6248b1c3d3e1ef1996cd5a6fc1aa7e601f157e13f8ea666d
|
978 KB |
sha256:0af061d7c8e8e91dc1bce4cca55fab14362c36ef2a10180c4b99d87d67feca7f
|
|
|
TestResults-Release-Windows-X64-d999fdc541698d786d28472de745a7e1f204e7c45204313fa58bd5dbcaa568d5
|
547 KB |
sha256:ac687db1d331609dabfe8e67783033104926669fee903eeece290d32a6db9c1a
|
|
|
TestResults-Release-Windows-X64-dad5c104f7411497e31b449386fd0b337de4a000e52d729fce87f4729dd8bdb7
|
677 KB |
sha256:74685a359187ee5865f6d25c4ddfe16dd7b6dda3ac5c7fc1abffe2e846b4e05f
|
|
|
TestResults-Release-Windows-X64-e2405abe754dc8eccd848b36b5a4c9c5feea7a3662e7cedc430418bb862dd90a
|
1.01 MB |
sha256:b1b79a9044aed8bba17090a8eb1afad80815f435572fe95f648e62f4601674bd
|
|
|
TestResults-Release-Windows-X64-ef0e9ff038c18c5f7285108de064ea2a3c6b0975e3c2ab32f1a4696fc70b87a1
|
1.23 MB |
sha256:43f8f463698565ef36a214484626c954746b930162e90d72e1b9423173c2d633
|
|
|
TestResults-Release-Windows-X64-ef771fef0e695684219d17d5653ed4afefecc0ad6c49de1a585769462faea2bf
|
714 KB |
sha256:3ac8c12cd8ba0854a9f7982c361b18ac68c06faef516fd877ca62bb124157170
|
|
|
TestResults-Release-Windows-X64-f2b8452f231ffd844dcd1bc8de9c67520673389b35b5aaaf45d82f355d96cafc
|
886 KB |
sha256:7898ac138be0f294915fd23d12ca6d0e3fc95e38aacb57e0e0d6bb0d507e25b9
|
|
|
TestResults-Release-Windows-X64-f6d7285d66bdcdda1708b7bdee4f5b159584022d67f89b878a62553662b1d4a3
|
489 KB |
sha256:6bc27e28078861c73a4aebf5c0bc93a97cfd36da50ac688959727a5d3f8499dd
|
|
|
TestResults-Release-Windows-X64-fa722fd76d042fb7f520b18c4d8e8e6c9b7b0df5837cad08a2a9735afdfbbf92
|
626 KB |
sha256:a3d858f33af3a0f7ae9b0a2636fd246c187143ecdc65e4598b4b9c4b92d671ad
|
|
|
TestResults-Release-Windows-X64-fc1d6eefb6e21d8a759176064e40772b4f9075c6f63dc1b4efeff62d5bad1367
|
689 KB |
sha256:47003abf84a89d66381f16dce304512ac0c0a7c8abddd197d00498e04a632f38
|
|
|
TestResults-Release-Windows-X64-fff9c4400cd5d7bb2ec111355d97989742114e4ba2fb6f113452fffdcfc71603
|
1.09 MB |
sha256:0345cdba56bd9ca368f0112bcce28be9c95535f1cd045b1689e29de2685d6bae
|
|
|
build-Debug-ARM64
|
539 MB |
sha256:e515a82bb80e9a8921618d85b661041948254fb75194e28d77b5b7640e52fa45
|
|
|
build-Debug-X64
|
539 MB |
sha256:4b0cbf024b4ec41b3ea7c8648cecca78f90ca12f5343b9524fc1e1825b8f0e0e
|
|
|
build-Release-ARM64
|
533 MB |
sha256:701c69b21507af83981a4dfd8966b1cb49695f7880c81c602167bde22c7dcaea
|
|
|
build-Release-X64
|
533 MB |
sha256:50ee5df6df870822ee031b09964256116095f29aac409fde88d1dfc9ead7a0ac
|
|