Skip to content

Bumped version

Bumped version #99

Triggered via push October 21, 2024 11:36
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: ModuleLauncher.NET/Launcher/Launcher.cs#L53
Non-nullable property 'MinecraftResolver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModuleLauncher.NET/Authentications/MicrosoftAuthenticator.cs#L20
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftJson.cs#L53
Non-nullable property 'Raw' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftEntry.cs#L8
Non-nullable property 'Json' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModuleLauncher.NET/Models/Resources/MinecraftEntry.cs#L13
Non-nullable property 'Tree' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.