Skip to content

📦 Nuget Release

📦 Nuget Release #5

Triggered via push December 24, 2023 19:42
Status Success
Total duration 4m 14s
Artifacts

publish.yml

on: push
📝 Update version
4s
📝 Update version
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🛠️ Build: Library/Serialization/Classes/DeserializationException/DeserializationException.cs#L15
'DeserializationException.Message(string?, NBTTagType, long)' hides inherited member 'Exception.Message'. Use the new keyword if hiding was intended.
🛠️ Build: Library/Abstract Classes/NBT Tag Value/NBT Tag Value - NBTTag.cs#L6
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
🛠️ Build: Library/Classes/NBT Tag Float/NBT Tag Float - Overrides.cs#L17
Nullability of reference types in type of parameter 'other' of 'bool NBTTagFloat.Equals(NBTTagFloat other)' doesn't match implicitly implemented member 'bool IEquatable<NBTTagFloat>.Equals(NBTTagFloat? other)' (possibly because of nullability attributes).
🛠️ Build: Library/Classes/NBT Tag Int Array/NBT Tag Int Array - Overrides.cs#L20
Nullability of reference types in type of parameter 'other' of 'bool NBTTagIntArray.Equals(NBTTagIntArray other)' doesn't match implicitly implemented member 'bool IEquatable<NBTTagIntArray>.Equals(NBTTagIntArray? other)' (possibly because of nullability attributes).
🛠️ Build: Library/Classes/NBT Tag Int/NBT Tag Int - Overrides.cs#L17
Nullability of reference types in type of parameter 'other' of 'bool NBTTagInt.Equals(NBTTagInt other)' doesn't match implicitly implemented member 'bool IEquatable<NBTTagInt>.Equals(NBTTagInt? other)' (possibly because of nullability attributes).
🛠️ Build: Library/Classes/NBT Tag Byte/NBT Tag Byte - Overrides.cs#L21
Nullability of reference types in type of parameter 'other' of 'bool NBTTagByte.Equals(NBTTagByte other)' doesn't match implicitly implemented member 'bool IEquatable<NBTTagByte>.Equals(NBTTagByte? other)' (possibly because of nullability attributes).
🛠️ Build: Library/Classes/NBT Tag Double/NBT Tag Double - Overrides.cs#L20
Nullability of reference types in type of parameter 'other' of 'bool NBTTagDouble.Equals(NBTTagDouble other)' doesn't match implicitly implemented member 'bool IEquatable<NBTTagDouble>.Equals(NBTTagDouble? other)' (possibly because of nullability attributes).
🛠️ Build: Library/Static Classes/Utillity/Utillity.cs#L46
Converting null literal or possible null value to non-nullable type.