Skip to content

Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 #211

Bump NUnit3TestAdapter from 5.2.0 to 6.0.0

Bump NUnit3TestAdapter from 5.2.0 to 6.0.0 #211

Status Failure
Total duration 1m 19s
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.
build: Microting.EformAngularFrontendBase.Tests/DbTestFixture.cs#L123
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build: Microting.EformAngularFrontendBase/Infrastructure/Data/Factories/BaseDbContextFactory.cs#L42
'RelationalDbContextOptionsBuilder<MySqlDbContextOptionsBuilder, MySqlOptionsExtension>.TranslateParameterizedCollectionsToConstants()' is obsolete: 'Use UseParameterizedCollectionMode instead.'
build: Microting.EformAngularFrontendBase.Tests/DbTestFixture.cs#L123
Method 'ExecuteSqlRawAsync' inserts interpolated strings directly into the SQL, without any protection against SQL injection. Consider using 'ExecuteSqlAsync' instead, which protects against SQL injection, or make sure that the value is sanitized and suppress the warning.
build: Microting.EformAngularFrontendBase/Infrastructure/Data/Factories/BaseDbContextFactory.cs#L42
'RelationalDbContextOptionsBuilder<MySqlDbContextOptionsBuilder, MySqlOptionsExtension>.TranslateParameterizedCollectionsToConstants()' is obsolete: 'Use UseParameterizedCollectionMode instead.'
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/