Skip to content

Merge pull request #21 from LittleVaaty/18-retrieve-desktop-info #12

Merge pull request #21 from LittleVaaty/18-retrieve-desktop-info

Merge pull request #21 from LittleVaaty/18-retrieve-desktop-info #12

Triggered via push July 30, 2024 15:22
Status Success
Total duration 1m 57s
Artifacts

dotnet-CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: VDesk/Utils/OS.cs#L17
Dereference of a possibly null reference.
build: VDesk/Utils/OS.cs#L17
Dereference of a possibly null reference.
build: VDesk/Utils/OS.cs#L17
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: VDesk/Services/ProcessService.cs#L38
Possible null reference argument for parameter 'process' in 'nint ProcessService.GetMainWindowHandle(Process process)'.
build
Dereference of a possibly null reference.
build
Dereference of a possibly null reference.
build: VDesk/Commands/MoveCommand.cs#L12
Non-nullable property 'DesktopNameOrNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VDesk/Commands/MoveCommand.cs#L12
Non-nullable property 'ProcessName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VDesk/Commands/RunCommand.cs#L11
Non-nullable property 'DesktopNameOrNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VDesk/Commands/RunCommand.cs#L11
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.