Skip to content

Add Icons, Register.exe/Unregister.exe, and CI #24

Add Icons, Register.exe/Unregister.exe, and CI

Add Icons, Register.exe/Unregister.exe, and CI #24

Triggered via pull request October 28, 2024 01:15
@nrefnref
synchronize #40
feature/ci
Status Success
Total duration 1m 33s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: BrowseRouter/App.cs#L7
Non-nullable field 'exePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BrowseRouter/Browser.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: BrowseRouter/Browser.cs#L6
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: BrowseRouter/UrlPreference.cs#L5
Non-nullable property 'UrlPattern' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: BrowseRouter/UrlPreference.cs#L6
Non-nullable property 'Browser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: BrowseRouter/Log.cs#L39
The variable 'e' is declared but never used
test: BrowseRouter/App.cs#L7
Non-nullable field 'exePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test: BrowseRouter/Browser.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: BrowseRouter/Browser.cs#L6
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: BrowseRouter/UrlPreference.cs#L5
Non-nullable property 'UrlPattern' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.