Skip to content

update nuget version #66

update nuget version

update nuget version #66

Triggered via pull request October 14, 2024 13:50
Status Success
Total duration 1m 27s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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: src/Browser/Mortise.BrowserAccessibility/BrowserDescriptor.cs#L7
Non-nullable property 'ExecutablePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/BrowserDescriptor.cs#L8
Non-nullable property 'Profiles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/BrowserDescriptor.cs#L9
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/BrowserDescriptor.cs#L11
Non-nullable property 'SupportedProcessNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/BrowserDescriptor.cs#L12
Non-nullable property 'IdentityString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/Request.cs#L7
Possible null reference return.
build: src/Browser/Mortise.BrowserAccessibility/Frame.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/Frame.cs#L7
Non-nullable property 'Src' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/Frame.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Browser/Mortise.BrowserAccessibility/Frame.cs#L10
Non-nullable property 'Child' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.