Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Relational #420
Annotations
5 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Microting.eFormMonitoringBase.Unit.Tests/DbTestFixture.cs#L123
'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)
|
build:
Microting.eFormMonitoringBase.Unit.Tests/DbTestFixture.cs#L102
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:
Microting.eFormMonitoringBase.Unit.Tests/DbTestFixture.cs#L123
'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)
|
build:
Microting.eFormMonitoringBase.Unit.Tests/DbTestFixture.cs#L102
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.
|