Randomization operations on objects within composition #213
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Linux Command Line:
GameRealisticMap/Satellite/S2Cloudless.cs#L129
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build Linux Command Line:
GameRealisticMap/Satellite/RawSatelliteImageBuilder.cs#L81
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.
|
Build Linux Command Line:
GameRealisticMap/Satellite/RawSatelliteImageBuilder.cs#L88
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.
|
Build Linux Command Line:
GameRealisticMap/Geometries/FollowPath.cs#L70
Dereference of a possibly null reference.
|
Build Linux Command Line:
GameRealisticMap/Geometries/FollowPath.cs#L78
Possible null reference return.
|
Build Linux Command Line:
GameRealisticMap/Geometries/SimpleSpacialIndex.cs#L88
Nullability of reference types in value of type 'IEnumerable<T?>' doesn't match target type 'IEnumerable<T>'.
|
Build Linux Command Line:
GameRealisticMap/Geometries/FollowPath.cs#L142
Dereference of a possibly null reference.
|
Build Linux Command Line:
GameRealisticMap/Geometries/FollowPath.cs#L142
Dereference of a possibly null reference.
|
Build Linux Command Line:
GameRealisticMap/Geometries/SimpleSpacialIndex.cs#L167
Nullability of reference types in value of type 'List<T?>' doesn't match target type 'List<T>'.
|
Build Linux Command Line:
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L155
Possible null reference argument for parameter 'relation' in 'Feature DefaultFeatureInterpreter2.InterpretMultipolygonRelation(CompleteRelation relation)'.
|
Build:
bis-file-formats/BIS.Core/Compression/LzssCompression.cs#L687
The variable 'k' is declared but never used
|
Build:
mapkit/MapToolkit/Utils/clipper.cs#L262
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
mapkit/MapToolkit/Utils/clipper.cs#L412
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
mapkit/MapToolkit/Utils/clipper.cs#L495
Nullability of reference types in type of parameter 'node1' of 'int MyIntersectNodeSort.Compare(IntersectNode node1, IntersectNode node2)' doesn't match implicitly implemented member 'int IComparer<IntersectNode>.Compare(IntersectNode? x, IntersectNode? y)' (possibly because of nullability attributes).
|
Build:
mapkit/MapToolkit/Utils/clipper.cs#L495
Nullability of reference types in type of parameter 'node2' of 'int MyIntersectNodeSort.Compare(IntersectNode node1, IntersectNode node2)' doesn't match implicitly implemented member 'int IComparer<IntersectNode>.Compare(IntersectNode? x, IntersectNode? y)' (possibly because of nullability attributes).
|
Build:
mapkit/MapToolkit/Databases/DemHttpStorage.cs#L35
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
|
Build:
mapkit/MapToolkit/Databases/DemHttpStorage.cs#L39
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build:
GameRealisticMap/Geometries/FollowPath.cs#L70
Dereference of a possibly null reference.
|
Build:
GameRealisticMap/Geometries/FollowPath.cs#L78
Possible null reference return.
|
Build:
GameRealisticMap/Geometries/FollowPath.cs#L142
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Linux Command Line".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading