Skip to content

Add give command

Add give command #884

Triggered via pull request December 11, 2024 21:45
Status Success
Total duration 1m 4s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Obsidian.Nbt/NbtReader.Primitives.cs#L18
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: Obsidian.Nbt/NbtReader.Primitives.cs#L26
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: Obsidian.Nbt/NbtReader.Primitives.cs#L34
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: Obsidian.Nbt/NbtReader.Primitives.cs#L42
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: Obsidian.Nbt/NbtReader.Primitives.cs#L58
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: Obsidian.Nbt/NbtReader.Primitives.cs#L50
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
build: Obsidian.API/Configuration/ServerConfiguration.cs#L105
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/Builders/BaseSoundEffectBuilder.cs#L9
Non-nullable property 'SoundLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.