Skip to content

.NET

.NET #5

Manually triggered March 10, 2024 22:37
Status Failure
Total duration 54s
Artifacts

dotnet.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build (8.0.x)
Process completed with exit code 2.
build (8.0.x)
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 (8.0.x): Code/MelonInstaller/Program.cs#L60
Converting null literal or possible null value to non-nullable type.
build (8.0.x): Code/MelonInstaller/Program.cs#L91
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build (8.0.x): Code/MelonInstaller/Program.cs#L11
Non-nullable field 'LaunchArgs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (8.0.x): Code/MelonInstaller/Program.cs#L16
Non-nullable property 'StringsManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L72
Non-nullable property 'login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L74
Non-nullable property 'node_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L75
Non-nullable property 'avatar_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L76
Non-nullable property 'gravatar_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L77
Non-nullable property 'url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (8.0.x): Code/MelonInstaller/Models/GitHubRelease.cs#L78
Non-nullable property 'html_url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.