Skip to content

Update dotnet-desktop.yml #13

Update dotnet-desktop.yml

Update dotnet-desktop.yml #13

Triggered via pull request October 19, 2023 22:30
Status Failure
Total duration 3m 39s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
deploy
Assets file 'D:\a\VTOL\VTOL\VTOL_2.0.0\obj\project.assets.json' doesn't have a target for 'net6.0-windows10.0.17763.0/win-x64'. Ensure that restore has run and that you have included 'net6.0-windows10.0.17763.0' in the TargetFrameworks for your project. You may also need to include 'win-x64' in your project's RuntimeIdentifiers.
deploy
Process completed with exit code 1.
deploy
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/
deploy: VTOL_2.0.0/Pages/Page_Home.xaml.cs#L2321
Cannot convert null literal to non-nullable reference type.
deploy: VTOL_2.0.0/Pages/Page_Mods.xaml.cs#L98
Nullability of reference types in type of 'event PropertyChangedEventHandler Card_.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
deploy: VTOL_2.0.0/Pages/Page_Mods.xaml#L94
'Page_Mods.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
deploy: VTOL_2.0.0/Scripts/Version_.cs#L101
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
deploy: VTOL_2.0.0/Pages/Page_Server.xaml.cs#L452
Cannot convert null literal to non-nullable reference type.
deploy: VTOL_2.0.0/Pages/Page_Server.xaml.cs#L599
Cannot convert null literal to non-nullable reference type.
deploy: VTOL_2.0.0/Pages/Page_Server.xaml.cs#L660
Cannot convert null literal to non-nullable reference type.
deploy: VTOL_2.0.0/Pages/Page_Server.xaml.cs#L720
Cannot convert null literal to non-nullable reference type.
deploy: VTOL_2.0.0/Pages/Page_Settings.xaml.cs#L32
'Page_Settings.Language' hides inherited member 'FrameworkElement.Language'. Use the new keyword if hiding was intended.
deploy: VTOL_2.0.0/Pages/Page_Thunderstore.xaml.cs#L35
Nullability of reference types in type of parameter 'x' of 'bool CustomStringComparer.Equals(string x, string y)' doesn't match implicitly implemented member 'bool IEqualityComparer<string>.Equals(string? x, string? y)' (possibly because of nullability attributes).