Fix TagWriter type and name writing #47
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
SharpNBT/TagWriter.cs#L204
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
|
SharpNBT/TagWriter.cs#L309
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
|
SharpNBT/TagWriter.cs#L314
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
|
SharpNBT/TagWriter.cs#L315
Possible null reference argument for parameter 'value' in 'void TagWriter.WriteUTF8String(string value)'.
|
SharpNBT/Tags/ByteTag.cs#L29
'NumericTag<byte>.Value.set' is obsolete: 'Numeric tag types will be made immutable in a future version.'
|
SharpNBT/Tags/StringTag.cs#L25
'StringTag.Value.set' is obsolete: 'String tag type will be made immutable in a future version.'
|
SharpNBT/Tags/CompoundTag.cs#L70
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
|
SharpNBT/Tags/CompoundTag.cs#L80
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
|
SharpNBT/Tags/ShortTag.cs#L23
'NumericTag<short>.Value.set' is obsolete: 'Numeric tag types will be made immutable in a future version.'
|
SharpNBT/Tags/IntTag.cs#L23
'NumericTag<int>.Value.set' is obsolete: 'Numeric tag types will be made immutable in a future version.'
|
|
This job succeeded
Loading