Skip to content

Fix GetNearbyElevation #33

Fix GetNearbyElevation

Fix GetNearbyElevation #33

Triggered via pull request May 4, 2024 14:20
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: pull_request
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@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: MapToolkit/Utils/clipper.cs#L262
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: MapToolkit/Utils/clipper.cs#L412
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: 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: 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: MapToolkit/Databases/DemHttpStorage.cs#L35
Possible null reference argument for parameter 'baseUri' in 'Uri.Uri(Uri baseUri, string? relativeUri)'.
build: MapToolkit/Databases/DemHttpStorage.cs#L39
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: MapToolkit.Drawing/VectorBrush.cs#L30
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: MapToolkit.Drawing/SolidColorBrush.cs#L20
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: MapToolkit.Drawing/Pen.cs#L38
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: MapToolkit.Drawing/ImageRender/ImageStyle.cs#L22
Possible null reference argument for parameter 'strokeFill' in 'PatternPen.PatternPen(Brush strokeFill, float strokeWidth, float[] strokePattern)'.