Skip to content
Triggered via release June 10, 2023 20:48
@DaanV2DaanV2
created v2.0.0
Status Success
Total duration 3m 24s
Artifacts

publish.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/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/Abstract Classes/NBT Tag Value/NBT Tag Value - NBTTag.cs#L18
Possible null reference return.
build: Library/Static Classes/Utillity/Utillity.cs#L46
Converting null literal or possible null value to non-nullable type.
build: Library/Static Classes/Utillity/Utillity.cs#L46
Possible null reference argument for parameter 'item' in 'void List<T>.Add(T item)'.