PlaywrightTestRunner #2
Annotations
10 warnings
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L313
Non-nullable property 'Uint8Array1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L312
Non-nullable property 'Circlular1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L311
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L307
Non-nullable property 'Uint8Array1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L306
Non-nullable property 'Circlular1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L305
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L246
Non-nullable property 'OffscreenCanvasArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L242
Non-nullable property 'Uint8Array' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Program.cs#L234
Non-nullable property 'MySubClass' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
test (ubuntu-latest):
SpawnDev.BlazorJS.WebWorkers.Demo/Services/AsyncCallDispatcherTest.cs#L89
Nullability of reference types in type of parameter 'caller' of 'Task AsyncCallDispatcherTest.Test(AsyncCallDispatcher caller)' doesn't match implicitly implemented member 'Task IAsyncCallDispatcherTest.Test(AsyncCallDispatcher? caller = null)' (possibly because of nullability attributes).
|