Fix ImageSharp memory limit #269
Merged
Annotations
22 warnings
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/
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
GameRealisticMap/Satellite/S2Cloudless.cs#L133
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
GameRealisticMap/ElevationModel/Constrained/ElevationSmoothSegment.cs#L44
Nullable value type may be null.
|
GameRealisticMap/ElevationModel/Constrained/ElevationSmoothSegment.cs#L48
Nullable value type may be null.
|
GameRealisticMap/ElevationModel/ElevationBuilder.cs#L121
Nullable value type may be null.
|
GameRealisticMap/ElevationModel/ElevationBuilder.cs#L121
Nullable value type may be null.
|
GameRealisticMap/ElevationModel/Constrained/ElevationConstraintNode.cs#L139
Nullable value type may be null.
|
GameRealisticMap/Satellite/RawSatelliteImageBuilder.cs#L80
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.
|
GameRealisticMap/Satellite/RawSatelliteImageBuilder.cs#L87
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.
|
GameRealisticMap/Geometries/SimpleSpacialIndex.cs#L88
Nullability of reference types in value of type 'IEnumerable<T?>' doesn't match target type 'IEnumerable<T>'.
|
GameRealisticMap/Geometries/FollowPath.cs#L70
Dereference of a possibly null reference.
|
bis-file-formats/BIS.Core/Compression/LzssCompression.cs#L687
The variable 'k' is declared but never used
|
GameRealisticMap/Satellite/S2Cloudless.cs#L133
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
GameRealisticMap/Satellite/RawSatelliteImageBuilder.cs#L80
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.
|
GameRealisticMap/Satellite/RawSatelliteImageBuilder.cs#L87
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.
|
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L155
Possible null reference argument for parameter 'relation' in 'Feature DefaultFeatureInterpreter2.InterpretMultipolygonRelation(CompleteRelation relation)'.
|
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L163
Possible null reference argument for parameter 'relation' in 'Feature DefaultFeatureInterpreter2.InterpretMultipolygonRelation(CompleteRelation relation)'.
|
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L239
Converting null literal or possible null value to non-nullable type.
|
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L242
Possible null reference return.
|
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L253
Possible null reference argument for parameter 'value' in 'KeyValuePair<bool, CompleteWay>.KeyValuePair(bool key, CompleteWay value)'.
|
GameRealisticMap/Osm/DefaultFeatureInterpreter2.cs#L257
Possible null reference argument for parameter 'value' in 'KeyValuePair<bool, CompleteWay>.KeyValuePair(bool key, CompleteWay value)'.
|
This job succeeded
Loading