Skip to content

Build and Release

Build and Release #3

Re-run triggered June 1, 2024 16:09
Status Failure
Total duration 29s
Billable time 12m
Artifacts 3

release.yml

on: push
Matrix: build
create_release
21s
create_release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 39 warnings
create_release
Resource not accessible by integration
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest): src/AwsServiceAuthenticator.Commands/EcrAuthCommand.cs#L42
Dereference of a possibly null reference.
build (macos-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L64
Dereference of a possibly null reference.
build (macos-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L89
Dereference of a possibly null reference.
build (macos-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (macos-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L11
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (macos-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L14
Non-nullable property 'LogFolderPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (macos-latest): src/AwsServiceAuthenticator.Cli/Program.cs#L7
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest): src/AwsServiceAuthenticator.Commands/EcrAuthCommand.cs#L42
Dereference of a possibly null reference.
build (ubuntu-latest)
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.
build (macos-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L64
Dereference of a possibly null reference.
build (ubuntu-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L64
Dereference of a possibly null reference.
build (macos-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L89
Dereference of a possibly null reference.
build (ubuntu-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L89
Dereference of a possibly null reference.
build (macos-latest)
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.
build (ubuntu-latest): src/AwsServiceAuthenticator.Commands/EcrAuthCommand.cs#L42
Dereference of a possibly null reference.
build (ubuntu-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L11
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L14
Non-nullable property 'LogFolderPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/AwsServiceAuthenticator.Cli/Program.cs#L7
Converting null literal or possible null value to non-nullable type.
build (ubuntu-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L64
Dereference of a possibly null reference.
build (ubuntu-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L89
Dereference of a possibly null reference.
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest): src/AwsServiceAuthenticator.Commands/EcrAuthCommand.cs#L42
Dereference of a possibly null reference.
build (windows-latest)
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.
build (windows-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L64
Dereference of a possibly null reference.
build (windows-latest): src/AwsServiceAuthenticator.Commands/EcrAuthCommand.cs#L42
Dereference of a possibly null reference.
build (windows-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L89
Dereference of a possibly null reference.
build (windows-latest): src/AwsServiceAuthenticator.Cli/Program.cs#L7
Converting null literal or possible null value to non-nullable type.
build (windows-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L8
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L11
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/AwsServiceAuthenticator.Cli/Options.cs#L14
Non-nullable property 'LogFolderPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L64
Dereference of a possibly null reference.
build (windows-latest): src/AwsServiceAuthenticator.Commands/EcrAuthCommand.cs#L42
Dereference of a possibly null reference.
build (windows-latest): src/AwsServiceAuthenticator.Commands/NuGetAuthCommand.cs#L89
Dereference of a possibly null reference.
create_release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/download-artifact@v3, actions/create-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
create_release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/create-release@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "release-macos-latest", "release-ubuntu-latest", "release-windows-latest". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
release-macos-latest Expired
36.4 MB
release-ubuntu-latest Expired
36.3 MB
release-windows-latest Expired
36.5 MB