Skip to content

Fix TagWriter type and name writing #47

Fix TagWriter type and name writing

Fix TagWriter type and name writing #47

Re-run triggered June 26, 2024 12:52
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
.NET 7.0.x
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/.
.NET 7.0.x
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/
.NET 7.0.x: SharpNBT/TagWriter.cs#L204
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
.NET 7.0.x: SharpNBT/TagWriter.cs#L309
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
.NET 7.0.x: SharpNBT/TagWriter.cs#L314
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
.NET 7.0.x: SharpNBT/TagWriter.cs#L315
Possible null reference argument for parameter 'value' in 'void TagWriter.WriteUTF8String(string value)'.
.NET 7.0.x: SharpNBT/Tags/ByteTag.cs#L29
'NumericTag<byte>.Value.set' is obsolete: 'Numeric tag types will be made immutable in a future version.'
.NET 7.0.x: SharpNBT/Tags/StringTag.cs#L25
'StringTag.Value.set' is obsolete: 'String tag type will be made immutable in a future version.'
.NET 7.0.x: SharpNBT/Tags/CompoundTag.cs#L70
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
.NET 7.0.x: SharpNBT/Tags/CompoundTag.cs#L80
'Tag.Parent' is obsolete: 'Parent property may be removed in a future version.'
.NET 7.0.x: SharpNBT/Tags/ShortTag.cs#L23
'NumericTag<short>.Value.set' is obsolete: 'Numeric tag types will be made immutable in a future version.'
.NET 7.0.x: SharpNBT/Tags/IntTag.cs#L23
'NumericTag<int>.Value.set' is obsolete: 'Numeric tag types will be made immutable in a future version.'
.NET 7.0.x
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.