Skip to content

优化命名以及结构 #41

优化命名以及结构

优化命名以及结构 #41

Triggered via pull request July 3, 2024 13:18
Status Success
Total duration 2m 8s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/Mortise.Accessibility.Abstractions/AccessibleComponentStack.cs#L8
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 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 declaring the property as nullable.
build: src/Mortise.Accessibility.Abstractions/AccessibleComponent.cs#L26
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Mortise.Accessibility.Abstractions/AccessibleComponent.cs#L28
Non-nullable property 'NativeElement' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Mortise.Accessibility.Abstractions/Accessible.cs#L7
Non-nullable property 'UniqueId' must contain a non-null value when exiting constructor. Consider 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 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 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 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 declaring the property as nullable.