Skip to content

chore(deps): Bump actions/upload-artifact from 4 to 6 (#64) #235

chore(deps): Bump actions/upload-artifact from 4 to 6 (#64)

chore(deps): Bump actions/upload-artifact from 4 to 6 (#64) #235

Triggered via push January 19, 2026 17:38
Status Success
Total duration 8m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analyze: tests/ExperimentFramework.Generators.Tests/ExperimentProxyGeneratorTests.cs#L441
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
analyze: src/ExperimentFramework.Dashboard.Abstractions/IDashboardDataProvider.cs#L8
XML comment has cref attribute 'IExperimentRegistry' that could not be resolved
analyze: src/ExperimentFramework.Generators/Schema/ConfigSchemaGenerator.cs#L13
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
analyze: src/ExperimentFramework.Generators/ExperimentProxyGenerator.cs#L16
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
analyze: src/ExperimentFramework.Generators/Analyzers/ExperimentConfigurationAnalyzer.cs#L14
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)