Skip to content

Fix entities

Fix entities #820

Triggered via pull request September 13, 2024 19:41
@TidesTides
synchronize #450
fix-entities
Status Success
Total duration 1m 1s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Obsidian.API/Configuration/ServerConfiguration.cs#L92
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: Obsidian.API/_Types/ChatMessage.cs#L146
XML comment has badly formed XML -- 'The character(s) ''' cannot be used at this location.'
build: Obsidian.API/Commands/ArgumentParsers/PlayerArgumentParser.cs#L22
Possible null reference assignment.
build: Obsidian.API/Noise/DensityNoiseMapBuilder.cs#L19
Non-nullable property 'SourceNoiseCube' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Obsidian.API/Containers/Container.cs#L22
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: Obsidian.API/Noise/HeightNoiseMapBuilder.cs#L19
Non-nullable property 'SourceNoiseCube' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Obsidian.API/Crafting/Builders/BaseRecipeBuilder.cs#L7
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Obsidian.API/Logging/LoggerProvider.cs#L29
Cannot convert null literal to non-nullable reference type.
build: Obsidian.API/Noise/RiverSelector.cs#L8
Non-nullable property 'RiverNoise' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Obsidian.API/Noise/ContinentSelector.cs#L9
Non-nullable property 'TerrainNoise' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.