Skip to content

frame: 📌 change to .NET 6.0 #101

frame: 📌 change to .NET 6.0

frame: 📌 change to .NET 6.0 #101

Triggered via pull request November 4, 2023 14:34
@Grange007Grange007
opened #23
dev
Status Failure
Total duration 2m 18s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
dotnet-build: logic/Client/MainPage.xaml.cs#L22
'TimeSpan' does not contain a definition for 'FromMicroseconds'
dotnet-build: logic/Client/MainPage.xaml.cs#L22
'TimeSpan' does not contain a definition for 'FromMicroseconds'
dotnet-build: logic/Client/MainPage.xaml.cs#L22
'TimeSpan' does not contain a definition for 'FromMicroseconds'
dotnet-build: logic/Client/MainPage.xaml.cs#L22
'TimeSpan' does not contain a definition for 'FromMicroseconds'
dotnet-build
Process completed with exit code 1.
dotnet-build
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
dotnet-build
The workload 'maccatalyst' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
dotnet-build: logic/GameClass/GameObj/Team.cs#L135
Non-nullable field 'birthPointList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Team.cs#L135
Non-nullable field 'home' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L171
Non-nullable property 'Armor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L171
Non-nullable property 'Shield' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Ship.cs#L171
Non-nullable property 'BulletNum' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-build: logic/GameClass/GameObj/Team.cs#L17
Field 'Team.birthPointList' is never assigned to, and will always have its default value null
dotnet-build: logic/Client/MainPage.xaml.cs#L588
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build: logic/Client/MainPage.xaml.cs#L374
The variable 'ex' is declared but never used