Skip to content

新增FromPointAsync 定义 (#20) #49

新增FromPointAsync 定义 (#20)

新增FromPointAsync 定义 (#20) #49

Triggered via push July 16, 2024 13:16
Status Failure
Total duration 1m 49s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/UIA/Mortise.UIAAccessibility/UiaAccessibleDetector.cs#L12
'UiaAccessibleDetector' does not implement inherited abstract member 'AccessibleDetector.FromPointAsync(Point)'
build: src/UIA/Mortise.UIAAccessibility/UiaAccessibleDetector.cs#L12
'UiaAccessibleDetector' does not implement inherited abstract member 'AccessibleDetector.FromPointAsync(Point)'
build
Process completed with exit code 1.
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/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.