This repository was archived by the owner on Dec 1, 2025. It is now read-only.
deps: Bump Microsoft.Diagnostics.Tracing.TraceEvent from 3.1.8 to 3.1.28#10
Open
dependabot[bot] wants to merge 1 commit into
Annotations
1 error and 12 warnings
|
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|
|
src/Silvanna.Core/Analysis/OutlierDetector.cs#L334
Change 'CleanMeasurements' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
src/Silvanna.Core/Analysis/OutlierDetector.cs#L335
Change 'List<Measurement>' in 'OutlierAnalysis.Outliers' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
|
|
src/Silvanna.Core/Analysis/OutlierDetector.cs#L335
Change 'Outliers' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
src/Silvanna.Core/Attributes/GlobalSetupAttribute.cs#L7
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
|
|
src/Silvanna.Core/Attributes/GlobalSetupAttribute.cs#L12
Remove the property setter from Target or reduce its accessibility because it corresponds to positional argument target (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
|
src/Silvanna.Core/Attributes/GlobalCleanupAttribute.cs#L7
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
|
|
src/Silvanna.Core/Attributes/GlobalCleanupAttribute.cs#L12
Remove the property setter from Target or reduce its accessibility because it corresponds to positional argument target (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
|
src/Silvanna.Core/Attributes/BenchmarkAttribute.cs#L7
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
|
|
src/Silvanna.Core/Attributes/BenchmarkAttribute.cs#L17
Remove the property setter from Description or reduce its accessibility because it corresponds to positional argument description (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
|
|
|
|
|
This run of the CodeQL Action does not have permission to access the CodeQL Action API endpoints. As a result, it will not be opted into any experimental features. This could be because the Action is running on a pull request from a fork. If not, please ensure the workflow has at least the 'security-events: read' permission. Details: Resource not accessible by integration - https://docs.github.com/rest
|
The logs for this run have expired and are no longer available.
Loading