Skip to content

Bump Microting.eForm from 7.0.75 to 8.0.1 in /eFormAPI/Plugins/TrashInspection.Pn #329

Bump Microting.eForm from 7.0.75 to 8.0.1 in /eFormAPI/Plugins/TrashInspection.Pn

Bump Microting.eForm from 7.0.75 to 8.0.1 in /eFormAPI/Plugins/TrashInspection.Pn #329

Status Failure
Total duration 3m 32s
Artifacts

dotnet-core-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build
Process completed with exit code 1.
test-dotnet: eFormAPI/Plugins/TrashInspection.Pn/TrashInspection.Pn.Test/DbTestFixture.cs#L106
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
test-dotnet: eFormAPI/Plugins/TrashInspection.Pn/TrashInspection.Pn.Test/DbTestFixture.cs#L85
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.
test-dotnet: eFormAPI/Plugins/TrashInspection.Pn/TrashInspection.Pn.Test/DbTestFixture.cs#L106
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
test-dotnet: eFormAPI/Plugins/TrashInspection.Pn/TrashInspection.Pn.Test/DbTestFixture.cs#L85
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.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/