Skip to content

chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v6.0.420 #1964

chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v6.0.420

chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v6.0.420 #1964

Triggered via push April 6, 2024 07:55
Status Success
Total duration 1m 47s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
dotnet-build
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/.
dotnet-build: installer/InstallerUpdater/Program.cs#L137
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/InstallerUpdater/Program.cs#L141
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/InstallerUpdater/Program.cs#L137
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/InstallerUpdater/Program.cs#L141
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/Installer/Model.cs#L643
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/Installer/Model.cs#L647
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/Installer/Model.cs#L643
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/Installer/Model.cs#L647
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/InstallerUpdater/Program.cs#L137
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: installer/InstallerUpdater/Program.cs#L141
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'classroomArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'classroomPositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'chestArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'chestPositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'doorArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'doorPositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'gateArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'gatePositionIndex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/MainWindow.xaml.cs#L36
Non-nullable field 'hiddenGateArray' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/Client/PlaybackClient.cs#L99
Dereference of a possibly null reference.