Skip to content

reviewed unittest for WaitControl #219

reviewed unittest for WaitControl

reviewed unittest for WaitControl #219

Triggered via push July 25, 2023 21:23
Status Failure
Total duration 2m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Samples/MultiSelectUserTypeSamples/Program.cs#L9
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserTypeSamples/Program.cs#L10
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserScopeSamples/Program.cs#L28
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/MultiSelectUserScopeSamples/Program.cs#L29
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserScopeSamples/Program.cs#L28
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserScopeSamples/Program.cs#L29
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserTypeSamples/Program.cs#L9
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Samples/SelectUserTypeSamples/Program.cs#L10
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: UnitTests/Controls/PaginatorTest.cs#L196
Cannot convert null literal to non-nullable reference type.
build: UnitTests/Controls/PaginatorTest.cs#L212
Cannot convert null literal to non-nullable reference type.