Skip to content

Merge branch 'master' of https://github.com/ObsidianMC/Obsidian #2

Merge branch 'master' of https://github.com/ObsidianMC/Obsidian

Merge branch 'master' of https://github.com/ObsidianMC/Obsidian #2

Triggered via push February 21, 2024 00:13
Status Failure
Total duration 45s
Artifacts

nuget-push.yml

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

Annotations

1 error and 11 warnings
Package Commit
Process completed with exit code 1.
Package Commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L301
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L414
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L21
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L8
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L20
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L57
Converting null literal or possible null value to non-nullable type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L58
Possible null reference argument for parameter 'symbol' in 'Property.Property(FieldDeclarationSyntax field, ISymbol symbol)'.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L63
Converting null literal or possible null value to non-nullable type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L64
Possible null reference argument for parameter 'symbol' in 'Property.Property(PropertyDeclarationSyntax property, ISymbol symbol)'.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L107
Dereference of a possibly null reference.