Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Update packages version #59

Update packages version

Update packages version #59

Triggered via push May 3, 2024 19:15
Status Success
Total duration 55s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: IO.Astrodynamics/PDS/V4/MissionInformation/Model/SurfaceMissionInformation_1K00_1220.cs#L7949
The type name 'altitude' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: IO.Astrodynamics/PDS/V4/MissionInformation/Model/SurfaceMissionInformation_1K00_1220.cs#L8117
The type name 'aperture' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: IO.Astrodynamics/PDS/V4/MissionInformation/Model/SurfaceMissionInformation_1K00_1220.cs#L4527
The type name 'offset' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: IO.Astrodynamics/PDS/V4/MissionInformation/Model/MissionInformation_1K00_1300.cs#L7250
The type name 'aperture' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: IO.Astrodynamics/PDS/V4/MissionInformation/Model/MissionInformation_1K00_1300.cs#L3660
The type name 'offset' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: IO.Astrodynamics/PDS/V4/MissionInformation/Model/MissionInformation_1K00_1300.cs#L7082
The type name 'altitude' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: IO.Astrodynamics/Enumeration.cs#L19
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields' in call to 'System.Type.GetFields()'. The generic parameter 'T' of 'IO.Astrodynamics.Enumeration.GetValueFromDescription<T>(String)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
build: IO.Astrodynamics/Cosmographia/CosmographiaExporter.cs#L78
Using member 'System.Text.Json.JsonSerializer.SerializeAsync<TValue>(Stream, TValue, JsonSerializerOptions, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build: IO.Astrodynamics/Cosmographia/CosmographiaExporter.cs#L78
Using member 'System.Text.Json.JsonSerializer.SerializeAsync<TValue>(Stream, TValue, JsonSerializerOptions, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build: IO.Astrodynamics/Cosmographia/CosmographiaExporter.cs#L99
Using member 'System.Text.Json.JsonSerializer.SerializeAsync<TValue>(Stream, TValue, JsonSerializerOptions, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.