Skip to content

修改DomRect实体 #56

修改DomRect实体

修改DomRect实体 #56

Triggered via pull request July 22, 2024 15:03
Status Success
Total duration 4m 4s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated 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/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/AccessibleComponentStack.cs#L8
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 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.