Skip to content

PR for fsw separate #34

PR for fsw separate

PR for fsw separate #34

Triggered via pull request August 17, 2024 14:27
@liziyu0714liziyu0714
opened #13
dev
Status Failure
Total duration 2m 0s
Artifacts

dotnet-desktop.yml

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

Annotations

3 errors and 9 warnings
build (Release)
Assets file 'D:\a\FishDeskNextReborn\FishDeskNextReborn\src\fsw\obj\project.assets.json' doesn't have a target for 'net8.0-windows'. Ensure that restore has run and that you have included 'net8.0-windows' in the TargetFrameworks for your project.
build (Release)
Assets file 'D:\a\FishDeskNextReborn\FishDeskNextReborn\src\fsw.Host\obj\project.assets.json' doesn't have a target for 'net8.0-windows'. Ensure that restore has run and that you have included 'net8.0-windows' in the TargetFrameworks for your project.
build (Release)
Process completed with exit code 1.
build (Release)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build (Release): src/FDNRBox/Win32APIWrapper.cs#L189
This takes the address of, gets the size of, or declares a pointer to a managed type ('Win32APIWrapper.STARTUPINFO')
build (Release): src/FDNRBox/Win32APIWrapper.cs#L189
This takes the address of, gets the size of, or declares a pointer to a managed type ('Win32APIWrapper.STARTUPINFO')
build (Release): src/FishDeskNextReborn/ViewModel/ColorMgmtViewModel.cs#L30
Non-nullable field 'hyperLinkCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Release): src/FishDeskNextReborn/Views/ColorMgmt.xaml.cs#L21
Dereference of a possibly null reference.
build (Release): src/FishDeskNextReborn/Views/ColorMgmt.xaml.cs#L21
Dereference of a possibly null reference.
build (Release): src/FishDeskNextReborn/Views/ColorMgmt.xaml.cs#L21
Dereference of a possibly null reference.
build (Release): src/FishDeskNextReborn/Views/ColorMgmt.xaml.cs#L21
Dereference of a possibly null reference.
build (Release): src/FishDeskNextReborn/ViewModel/ColorMgmtViewModel.cs#L30
Non-nullable field 'hyperLinkCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.