Skip to content

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

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

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

Triggered via push December 16, 2024 05:53
Status Success
Total duration 7m 44s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
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/Infrastructure/EAVODataUriResolver.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Building: src/Infrastructure/EAVODataUriResolver.cs#L139
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Building: src/Infrastructure/EAVODataUriResolver.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/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/MigrationManager.cs#L419
The variable 'ex' is declared but never used
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/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.
Releasing
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
Releasing
- Add lib or ref assemblies for the netstandard2.0 target framework
Releasing: src/Infrastructure/EAVODataUriResolver.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: src/Infrastructure/EAVODataUriResolver.cs#L139
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: src/Infrastructure/EAVODataUriResolver.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Releasing: 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.
Releasing: 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)
Releasing: src/MigrationManager.cs#L419
The variable 'ex' is declared but never used
Releasing: 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)
Releasing: 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)