This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Fix/maneuver (#109) #64
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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#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/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#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/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#L7082
The type name 'altitude' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
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.
|
build:
IO.Astrodynamics/Cosmographia/CosmographiaExporter.cs#L99
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.
|