Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Clean up some compiler warnings #368

Clean up some compiler warnings

Clean up some compiler warnings #368

Triggered via push November 4, 2023 21:40
Status Failure
Total duration 7m 34s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
Build Windows
Process completed with exit code 1.
Build Windows
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 Windows: src/Squirrel.CommandLine/Sync/S3Repository.cs#L245
'RegionEndpoint.GetEndpointForService(string)' is obsolete: 'This operation is obsoleted because as of version 3.7.100 endpoint is resolved using a newer system that uses request level parameters to resolve the endpoint, use the service-specific client.DetermineServiceOperationEndPoint method instead.'
Build Windows: test/Squirrel.CommandLine.Tests/Commands/WindowsCommandTests.cs#L154
Possible null reference argument for parameter 'collection' in 'void Assert.Contains<string>(string expected, IEnumerable<string> collection)'.