Updated to windows runner #2
Annotations
1 error and 5 warnings
|
deploy
Action failed with "The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128"
|
|
deploy:
src/GameboyColorReducer.Core/ColourArrayEqualityComparer.cs#L12
Nullability of reference types in type of parameter 'x' of 'bool ColourArrayEqualityComparer.Equals(Colour[] x, Colour[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Colour[]>.Equals(Colour[]? x, Colour[]? y)' (possibly because of nullability attributes).
|
|
deploy:
src/GameboyColorReducer.Core/ColourArrayEqualityComparer.cs#L12
Nullability of reference types in type of parameter 'y' of 'bool ColourArrayEqualityComparer.Equals(Colour[] x, Colour[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Colour[]>.Equals(Colour[]? x, Colour[]? y)' (possibly because of nullability attributes).
|
|
deploy:
src/GameboyColorReducer.Wasm/Pages/Home.razor#L175
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
deploy:
src/GameboyColorReducer.Wasm/Pages/Home.razor#L171
Non-nullable field 'imageSharpImageConverter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
deploy:
src/GameboyColorReducer.Wasm/Pages/Home.razor#L172
Non-nullable field 'colourReducer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|