移除Accessible中options定义以及关联函数 #39
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 'Identity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|