Attempt build with dotnet 8. #209
Annotations
1 error and 22 warnings
Test with coverage report.
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build all projects.:
src/Itinero/Network/DataStructures/SparseArray.cs#L16
Possible null reference assignment.
|
Build all projects.:
src/Itinero/Network/Search/Edges/EdgeSearch.cs#L194
Async-iterator 'EdgeSearch.SnapAllInBoxAsync(RoutingNetwork, ((double longitude, double latitude, float? e) topLeft, (double longitude, double latitude, float? e) bottomRight), IEdgeChecker?, bool, double, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
Build all projects.:
src/Itinero/Network/Search/Edges/EdgeSearch.cs#L370
Async-iterator 'EdgeSearch.SnapToAllVerticesInBoxAsync(RoutingNetwork, ((double longitude, double latitude, float? e) topLeft, (double longitude, double latitude, float? e) bottomRight), IEdgeChecker?, double, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
Build all projects.:
src/Itinero/Network/Tiles/ArrayBaseExtensions.cs#L16
Possible null reference assignment.
|
Build all projects.:
src/Itinero/Routing/RouterExtensions.cs#L40
Nullable value type may be null.
|
Build all projects.:
src/Itinero/Network/Enumerators/Edges/IEdgeEnumeratorExtensions.cs#L173
Nullable value type may be null.
|
Build all projects.:
src/Itinero/Network/Enumerators/Edges/IEdgeEnumeratorExtensions.cs#L173
Nullable value type may be null.
|
Build all projects.:
src/Itinero/Network/Enumerators/Edges/IEdgeEnumeratorExtensions.cs#L173
Nullable value type may be null.
|
Build all projects.:
src/Itinero/Network/Restrictions/RestrictionExtensions.cs#L52
The tuple element name 'Id' is ignored because a different name or no name is specified by the target type '(EdgeId, bool)'.
|
Build all projects.:
src/Itinero/Routes/RouteExtensions.cs#L215
Possible null reference argument for parameter 'result' in 'Result<Route>.Result(Route result)'.
|
Test with coverage report.:
src/Itinero/Network/DataStructures/SparseArray.cs#L16
Possible null reference assignment.
|
Test with coverage report.:
src/Itinero/Network/Search/Edges/EdgeSearch.cs#L194
Async-iterator 'EdgeSearch.SnapAllInBoxAsync(RoutingNetwork, ((double longitude, double latitude, float? e) topLeft, (double longitude, double latitude, float? e) bottomRight), IEdgeChecker?, bool, double, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
Test with coverage report.:
src/Itinero/Network/Search/Edges/EdgeSearch.cs#L370
Async-iterator 'EdgeSearch.SnapToAllVerticesInBoxAsync(RoutingNetwork, ((double longitude, double latitude, float? e) topLeft, (double longitude, double latitude, float? e) bottomRight), IEdgeChecker?, double, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
Test with coverage report.:
src/Itinero/Network/Tiles/ArrayBaseExtensions.cs#L16
Possible null reference assignment.
|
Test with coverage report.:
src/Itinero/Network/Restrictions/RestrictionExtensions.cs#L52
The tuple element name 'Id' is ignored because a different name or no name is specified by the target type '(EdgeId, bool)'.
|
Test with coverage report.:
src/Itinero/Network/Enumerators/Edges/IEdgeEnumeratorExtensions.cs#L173
Nullable value type may be null.
|
Test with coverage report.:
src/Itinero/Network/Enumerators/Edges/IEdgeEnumeratorExtensions.cs#L173
Nullable value type may be null.
|
Test with coverage report.:
src/Itinero/Network/Enumerators/Edges/IEdgeEnumeratorExtensions.cs#L173
Nullable value type may be null.
|
Test with coverage report.:
src/Itinero/Routing/RouterExtensions.cs#L40
Nullable value type may be null.
|
Test with coverage report.:
src/Itinero/Routes/RouteExtensions.cs#L215
Possible null reference argument for parameter 'result' in 'Result<Route>.Result(Route result)'.
|
The logs for this run have expired and are no longer available.
Loading