Skip to content

Update dotnet.yml to use .NET 7.0 #25

Update dotnet.yml to use .NET 7.0

Update dotnet.yml to use .NET 7.0 #25

Triggered via push August 25, 2023 08:14
Status Failure
Total duration 30s
Artifacts

dotnet.yml

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

Annotations

10 errors and 1 warning
.NET 7.0.x: SharpNBT/IO/BedrockNetworkReader.cs#L4
The type or namespace name 'Tags' does not exist in the namespace 'SharpNBT' (are you missing an assembly reference?)
.NET 7.0.x: SharpNBT/IO/JavaTagReader.cs#L4
The type or namespace name 'Tags' does not exist in the namespace 'SharpNBT' (are you missing an assembly reference?)
.NET 7.0.x: SharpNBT/IO/TagReader.cs#L3
The type or namespace name 'Tags' does not exist in the namespace 'SharpNBT' (are you missing an assembly reference?)
.NET 7.0.x: SharpNBT/IO/BedrockNetworkReader.cs#L10
The type or namespace name 'Stream' could not be found (are you missing a using directive or an assembly reference?)
.NET 7.0.x: SharpNBT/IO/TagReader.cs#L35
The type or namespace name 'Stream' could not be found (are you missing a using directive or an assembly reference?)
.NET 7.0.x: SharpNBT/IO/EndianExtensions.cs#L29
The type or namespace name 'CLSCompliantAttribute' could not be found (are you missing a using directive or an assembly reference?)
.NET 7.0.x: SharpNBT/IO/EndianExtensions.cs#L29
The type or namespace name 'CLSCompliant' could not be found (are you missing a using directive or an assembly reference?)
.NET 7.0.x: SharpNBT/IO/EndianExtensions.cs#L41
The type or namespace name 'CLSCompliantAttribute' could not be found (are you missing a using directive or an assembly reference?)
.NET 7.0.x: SharpNBT/IO/EndianExtensions.cs#L41
The type or namespace name 'CLSCompliant' could not be found (are you missing a using directive or an assembly reference?)
.NET 7.0.x: SharpNBT/IO/EndianExtensions.cs#L50
The type or namespace name 'CLSCompliantAttribute' could not be found (are you missing a using directive or an assembly reference?)
.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/