Skip to content

Remove GitHub Actions build for .NET 6 & 7 #136

Remove GitHub Actions build for .NET 6 & 7

Remove GitHub Actions build for .NET 6 & 7 #136

Triggered via push March 17, 2024 16:00
Status Success
Total duration 3m 5s
Artifacts

ci.yml

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

Annotations

33 warnings
Linux .NET 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linux .NET 8: UdpHosts/GameServer/GameServer.cs#L17
Using directive for 'System.Threading.Tasks' should appear before directive for 'Shared.Udp' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L5
Using directive for 'System.Collections.Generic' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L6
Using directive for 'System.Linq' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L7
Using directive for 'System.Text.Json' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L8
Using directive for 'System.Text.Json.Serialization' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/CharacterEventHandler.cs#L2
Using directive for 'System.Collections.Generic' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/CharacterEventHandler.cs#L3
Using directive for 'System.Linq' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/GRPCService.cs#L5
Using directive for 'System.Collections.Concurrent' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Linux .NET 8: UdpHosts/GameServer/GRPC/GRPCService.cs#L6
Using directive for 'System.Threading.Tasks' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS .NET 8: UdpHosts/GameServer/GameServer.cs#L17
Using directive for 'System.Threading.Tasks' should appear before directive for 'Shared.Udp' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L5
Using directive for 'System.Collections.Generic' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L6
Using directive for 'System.Linq' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L7
Using directive for 'System.Text.Json' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L8
Using directive for 'System.Text.Json.Serialization' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/CharacterEventHandler.cs#L2
Using directive for 'System.Collections.Generic' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/CharacterEventHandler.cs#L3
Using directive for 'System.Linq' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/GRPCService.cs#L5
Using directive for 'System.Collections.Concurrent' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
macOS .NET 8: UdpHosts/GameServer/GRPC/GRPCService.cs#L6
Using directive for 'System.Threading.Tasks' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows VS2022 .NET 8: UdpHosts/GameServer/GameServer.cs#L17
Using directive for 'System.Threading.Tasks' should appear before directive for 'Shared.Udp' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L5
Using directive for 'System.Collections.Generic' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L6
Using directive for 'System.Linq' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L7
Using directive for 'System.Text.Json' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/ArmyEventHandler.cs#L8
Using directive for 'System.Text.Json.Serialization' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/EventHandlers/CharacterEventHandler.cs#L2
Using directive for 'System.Collections.Generic' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/GRPCService.cs#L5
Using directive for 'System.Collections.Concurrent' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Windows VS2022 .NET 8: UdpHosts/GameServer/GRPC/GRPCService.cs#L6
Using directive for 'System.Threading.Tasks' should appear before directive for 'GrpcGameServerAPIClient' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)