Skip to content

Preparation for nuget #2

Preparation for nuget

Preparation for nuget #2

Triggered via push May 23, 2024 16:31
Status Success
Total duration 30s
Artifacts

ci.yml

on: push
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@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Spoleto.RestClient/Serializers/XmlSerializer.cs#L26
Possible null reference return.
build: src/Spoleto.RestClient/Serializers/XmlSerializer.cs#L28
Possible null reference return.
build: src/Spoleto.RestClient/Client/RestClient.cs#L109
Possible null reference return.
build: src/Spoleto.RestClient/Serializers/JsonSerializer.cs#L28
Possible null reference return.
build: src/Spoleto.RestClient/RestResponse/RestResponse.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.RestClient/RestRequest/XmlRestRequest.cs#L16
Possible null reference argument for parameter 'content' in 'StringContent.StringContent(string content, Encoding? encoding, string mediaType)'.
build: src/Spoleto.RestClient/RestRequest/JsonRestRequest.cs#L18
Possible null reference argument for parameter 'content' in 'StringContent.StringContent(string content, Encoding? encoding, string mediaType)'.
build: src/Spoleto.RestClient/RestResponse/RestResponse.cs#L7
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Spoleto.RestClient/RestRequest/BinaryRestRequest.cs#L17
Possible null reference argument for parameter 'content' in 'ByteArrayContent.ByteArrayContent(byte[] content)'.
build: src/Spoleto.RestClient/Client/RestClient.cs#L109
Possible null reference return.