Skip to content

Fix 10s delay on Win10 #47

Fix 10s delay on Win10

Fix 10s delay on Win10 #47

Triggered via pull request November 20, 2024 20:00
Status Success
Total duration 44s
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.