Skip to content

Bump System.Text.Json from 8.0.4 to 8.0.5 in /Obsidian.SourceGenerato… #26

Bump System.Text.Json from 8.0.4 to 8.0.5 in /Obsidian.SourceGenerato…

Bump System.Text.Json from 8.0.4 to 8.0.5 in /Obsidian.SourceGenerato… #26

Triggered via push October 9, 2024 01:16
Status Success
Total duration 40s
Artifacts

nuget-push.yml

on: push
Package Commit
30s
Package Commit
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Package Commit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Package Commit: Obsidian.API/Configuration/ServerConfiguration.cs#L105
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
Package Commit: Obsidian.API/_Types/ChatMessage.cs#L146
XML comment has badly formed XML -- 'The character(s) ''' cannot be used at this location.'
Package Commit: 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.
Package Commit: 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.
Package Commit: Obsidian.API/Commands/ArgumentParsers/PlayerArgumentParser.cs#L22
Possible null reference assignment.
Package Commit: 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.
Package Commit: 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.
Package Commit: Obsidian.API/Logging/LoggerProvider.cs#L29
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.API/Logging/Logger.cs#L28
Nullable value type may be null.
Package Commit: 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.