Skip to content

Added modpack generator #29

Added modpack generator

Added modpack generator #29

Triggered via push January 31, 2024 03:33
Status Success
Total duration 55s
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, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Utilities.cs#L16
Converting null literal or possible null value to non-nullable type.
build: ThunderstoreMessages.cs#L92
Non-nullable property 'Categories' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L95
Non-nullable property 'Community' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L98
Non-nullable property 'ReviewStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L51
Non-nullable property 'Namespace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L54
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L57
Non-nullable property 'VersionNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L60
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L63
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ThunderstoreMessages.cs#L66
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.