Skip to content

.NET Version release #422

.NET Version release

.NET Version release #422

Triggered via push March 5, 2025 09:07
Status Success
Total duration 1m 12s
Artifacts

dotnet-core.yml

on: push

Annotations

4 warnings
build: Microting.ItemsPlanningBase.Tests/DbTestFixture.cs#L130
'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.ItemsPlanningBase.Tests/DbTestFixture.cs#L110
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.ItemsPlanningBase.Tests/DbTestFixture.cs#L130
'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.ItemsPlanningBase.Tests/DbTestFixture.cs#L110
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.