Skip to content

Generating documentation #13

Generating documentation

Generating documentation #13

Triggered via pull request February 9, 2024 06:33
Status Success
Total duration 29s
Artifacts

release.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
release: sources/Pelias.NET/Model/Objects/Pelias/Converters/BoundingBoxConverter.cs#L24
Cannot convert null literal to non-nullable reference type.
release: sources/Pelias.NET/Model/Objects/Pelias/Converters/CoordinatesConverter.cs#L17
Cannot convert null literal to non-nullable reference type.
release: sources/Pelias.NET/Controller/Clients/Client.cs#L36
Cannot convert null literal to non-nullable reference type.
release: sources/Pelias.NET/Controller/Clients/Client.cs#L45
Cannot convert null literal to non-nullable reference type.
release: sources/Pelias.NET/Model/Objects/Pelias/Protocols/Http/Requests/Queries/QueryBase.cs#L70
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
release: sources/Pelias.NET/Model/Objects/Pelias/Protocols/Http/Requests/Queries/QueryBase.cs#L70
Converting null literal or possible null value to non-nullable type.
release: sources/Pelias.NET/Model/Objects/Pelias/Protocols/Http/Requests/Queries/QueryBase.cs#L70
Possible null reference argument for parameter 'item' in 'void ICollection<JsonConverter>.Add(JsonConverter item)'.
release: sources/Pelias.NET/Controller/Clients/Client.cs#L88
Possible null reference argument for parameter 'value' in 'Task JsonSerializer.SerializeAsync<Response>(Stream utf8Json, Response value, JsonSerializerOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))'.
release: sources/Pelias.NET/Controller/Clients/Client.cs#L104
Possible null reference return.
release: sources/Pelias.NET/Controller/Clients/Client.cs#L127
'WebRequest.CreateHttp(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)