Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev #148
Annotations
2 errors and 11 warnings
Test Generation
Process completed with exit code 1.
|
Create DB
Process completed with exit code 126.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test Generation:
src/Endpoints/Results/Status202AcceptedResult.cs#L13
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Test Generation:
src/Logging/Logging.cs#L13
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
|
Test Generation:
src/Shared/V2/ManifestService.cs#L69
'TypeAttributes.Serializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Test Generation:
src/MigrationManager.cs#L419
The variable 'ex' is declared but never used
|
Test Generation:
src/Shared/V2/DynamicTableBuilder.cs#L582
'TypeAttributes.Serializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Test Generation:
src/Shared/V2/DynamicTableBuilder.cs#L588
'TypeAttributes.Serializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
|
Test Generation:
src/DbSchemaAwareMigrationAssembly.cs#L16
Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
Test Generation:
src/DbSchemaAwareMigrationAssembly.cs#L28
Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationsAssembly is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
Test Generation:
aspire/EAVFramework.Extensions.Aspire.Hosting/Database/DatabaseExtensions.cs#L137
The type name 'test' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Test Generation:
aspire/EAVFramework.Extensions.Aspire.Hosting/PublishEAVFWProjectLifecycleHook.cs#L74
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading