Skip to content

Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev #148

Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev

Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev #148

Triggered via push December 6, 2024 09:42
Status Failure
Total duration 2m 50s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
Building
Process completed with exit code 1.
Building
Process completed with exit code 126.
Building
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Building: 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.
Building: 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)
Building: 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)
Building: src/MigrationManager.cs#L419
The variable 'ex' is declared but never used
Building: 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)
Building: 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)
Building: 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.
Building: 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.
Building: 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.
Building: 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.