Skip to content

Bump actions/setup-dotnet from 3 to 4 (#82) #332

Bump actions/setup-dotnet from 3 to 4 (#82)

Bump actions/setup-dotnet from 3 to 4 (#82) #332

Triggered via push January 14, 2024 00:23
Status Success
Total duration 2m 8s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Analyze (csharp)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Analyze (csharp): src/ProfileManager.cs#L171
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Analyze (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby