Skip to content

Bump version

Bump version #50

Triggered via pull request November 27, 2024 21:38
Status Success
Total duration 40s
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.