Skip to content

Simplified workflow #89

Simplified workflow

Simplified workflow #89

Triggered via push February 10, 2024 08:23
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: ModuleLauncher.NET/Launcher.cs#L53
Non-nullable property 'MinecraftResolver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Launcher.cs#L68
'Launcher.LaunchAsync(MinecraftEntry)' is obsolete: 'This method will be soon abandoned'
build: ModuleLauncher.NET/Resources/MinecraftResolver.cs#L26
Non-nullable field '_rootPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ModuleLauncher.NET/Models/Resources/RemoteMinecraftEntry.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/RemoteMinecraftEntry.cs#L18
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/RemoteMinecraftEntry.cs#L30
Non-nullable property 'Sha1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Resources/MinecraftResolver.cs#L31
Non-nullable field '_rootPath' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftTree.cs#L13
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftTree.cs#L18
Non-nullable property 'Versions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftTree.cs#L23
Non-nullable property 'Saves' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.