Skip to content

Upgrading to .NET 9 #1031

Upgrading to .NET 9

Upgrading to .NET 9 #1031

Triggered via push November 21, 2025 14:39
Status Failure
Total duration 1m 6s
Artifacts
outer-inner-resource-build
21s
outer-inner-resource-build
outer-inner-resource-dotnet-test
1m 2s
outer-inner-resource-dotnet-test
outer-inner-resource-test
0s
outer-inner-resource-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
outer-inner-resource-build
Process completed with exit code 1.
outer-inner-resource-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
outer-inner-resource-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
outer-inner-resource-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
outer-inner-resource-build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
outer-inner-resource-dotnet-test: eFormAPI/Plugins/OuterInnerResource.Pn/OuterInnerResource.Pn.Test/DbTestFixtures.cs#L107
Method 'ExecuteSqlRaw' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSql' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.