Skip to content

Bumped version

Bumped version #96

Triggered via push July 20, 2024 13:08
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/Launcher/Launcher.cs#L51
Non-nullable property 'MinecraftResolver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Authentications/MicrosoftAuthenticator.cs#L31
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property 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.
build: ModuleLauncher.NET/Models/Resources/MinecraftTree.cs#L28
Non-nullable property 'Mods' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftTree.cs#L33
Non-nullable property 'ResourcesPacks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.