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

Merge branch 'master' into develop #391

Merge branch 'master' into develop

Merge branch 'master' into develop #391

Triggered via push December 22, 2023 15:33
Status Failure
Total duration 6m 39s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 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: src/Update.OSX/Logging.cs#L30
'SimpleConfigurator' is obsolete: 'Use LogManager.Setup().LoadConfiguration() instead. Marked obsolete on NLog 5.2'
Build Windows: src/Update.OSX/Logging.cs#L30
'SimpleConfigurator.ConfigureForTargetLogging(Target, LogLevel)' is obsolete: 'Use LogManager.Setup().LoadConfiguration(c => c.ForLogger(minLevel).WriteTo(target)) instead. Marked obsolete on NLog 5.2'
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)'.
Build Windows: test/Squirrel.CommandLine.Tests/Commands/WindowsCommandTests.cs#L372
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build Windows: test/Squirrel.CommandLine.Tests/Commands/WindowsCommandTests.cs#L398
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build Windows: test/Squirrel.CommandLine.Tests/Commands/WindowsCommandTests.cs#L482
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Build Windows: test/Squirrel.CommandLine.Tests/Commands/GitHubCommandTests.cs#L28
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)