Skip to content

fix nuget_publish.yml Release (#30) #71

fix nuget_publish.yml Release (#30)

fix nuget_publish.yml Release (#30) #71

Triggered via push October 15, 2024 14:28
Status Success
Total duration 1m 21s
Artifacts

dotnet.yml

on: push
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/Mortise.Accessibility.Abstractions/AccessibleComponentStack.cs#L8
Dereference of a possibly null reference.
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/Accessible.cs#L7
Non-nullable property 'UniqueId' 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/Accessible.cs#L8
Non-nullable property 'FileName' 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/Accessible.cs#L11
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/Accessible.cs#L12
Non-nullable property 'Components' 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/Accessible.cs#L13
Non-nullable property 'Detector' 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#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.