Unit tests to validate C# logic and calls to js interop #5
Annotations
9 warnings
|
ObserverLibraryTests/Services/ResizeObserverServiceTests.cs#L206
Cannot convert null literal to non-nullable reference type.
|
|
ObserverLibraryTests/Services/ResizeObserverServiceTests.cs#L206
Converting null literal or possible null value to non-nullable type.
|
|
ObserverLibraryTests/Tasks/ResizeTaskTests.cs#L12
Non-nullable field '_resizeTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
ObserverLibraryTests/Tasks/ResizeTaskTests.cs#L11
Non-nullable field '_executedData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
ObserverLibraryTests/Services/ResizeObserverServiceTests.cs#L206
Cannot convert null literal to non-nullable reference type.
|
|
ObserverLibraryTests/Services/ResizeObserverServiceTests.cs#L206
Converting null literal or possible null value to non-nullable type.
|
|
ObserverLibraryTests/Tasks/ResizeTaskTests.cs#L12
Non-nullable field '_resizeTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
ObserverLibraryTests/Tasks/ResizeTaskTests.cs#L11
Non-nullable field '_executedData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
|
The logs for this run have expired and are no longer available.
Loading