Skip to content

update nuget_publish.yml #68

update nuget_publish.yml

update nuget_publish.yml #68

Triggered via pull request October 15, 2024 14:22
Status Success
Total duration 1m 30s
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/Request.cs#L7
Possible null reference return.
build: src/Browser/Mortise.BrowserAccessibility/BrowserAccessible.cs#L6
Non-nullable property 'Descriptor' 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#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/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.