Skip to content

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.7.1 to 1.11.0 in /src #2512

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.7.1 to 1.11.0 in /src

Bump OpenTelemetry.Instrumentation.AspNetCore from 1.7.1 to 1.11.0 in /src #2512

Triggered via pull request January 27, 2025 12:09
Status Success
Total duration 3m 32s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.Application/Universalis.Application.csproj : warning NU1902: Package 'OpenTelemetry.Instrumentation.Http' 1.7.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-vh2m-22xx-q94f [/home/runner/work/Universalis/Universalis/src/Universalis.sln]
Analyze (csharp)
/home/runner/.dotnet/sdk/8.0.404/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets(36,5): warning NETSDK1194: The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds. [/home/runner/work/Universalis/Universalis/src/Universalis.sln]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.Application/Universalis.Application.csproj : warning NU1902: Package 'OpenTelemetry.Instrumentation.Http' 1.7.1 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-vh2m-22xx-q94f
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/GameDataProviderTests.cs(24,17): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/Universalis.GameData.Tests.csproj]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/GameDataProviderTests.cs(38,17): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/Universalis.GameData.Tests.csproj]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/GameDataProviderTests.cs(53,17): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/Universalis.GameData.Tests.csproj]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/GameDataProviderTests.cs(69,17): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/Universalis.GameData.Tests.csproj]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/GameDataProviderTests.cs(85,17): warning xUnit1008: Test data attribute should only be used on a Theory. Remove the test data, or add the Theory attribute to the test method. (https://xunit.net/xunit.analyzers/rules/xUnit1008) [/home/runner/work/Universalis/Universalis/src/Universalis.GameData.Tests/Universalis.GameData.Tests.csproj]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.DbAccess.Tests/MarketBoard/HistoryDbAccessTests.cs(47,27): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/home/runner/work/Universalis/Universalis/src/Universalis.DbAccess.Tests/Universalis.DbAccess.Tests.csproj]
Analyze (csharp)
/home/runner/work/Universalis/Universalis/src/Universalis.Application.Tests/Controllers/V1/MarketableControllerTests.cs(15,9): warning xUnit2027: Comparing an instance of System.Collections.Generic.IReadOnlySet<int> with an instance of System.Collections.Generic.IEnumerable<int> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027) [/home/runner/work/Universalis/Universalis/src/Universalis.Application.Tests/Universalis.Application.Tests.csproj]