Upgrading nuget packages #72
Annotations
11 warnings
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/Options/LaunchOptions.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#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/Mortise.Accessibility.Abstractions/AccessibleComponentStack.cs#L8
Dereference of a possibly null reference.
|
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/Mortise.Accessibility.Abstractions/AccessibleComponentStack.cs#L22
Dereference of a possibly null reference.
|
Build:
src/Mortise.Accessibility.Abstractions/AccessibleComponentStack.cs#L36
Dereference of a possibly null reference.
|
Build:
src/Mortise.Accessibility.Abstractions/AccessibleComponent.cs#L8
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/Mortise.Accessibility.Abstractions/AccessibleComponent.cs#L22
Non-nullable property 'Accessible' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading