Update dependabot.yml #2
Annotations
8 warnings
build:
src/UI/FormMain.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/UI/FormAbout.cs#L18
Dereference of a possibly null reference.
|
build:
src/UI/FormAbout.cs#L19
Dereference of a possibly null reference.
|
build:
src/UI/FormMain.cs#L617
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/UI/FormMain.cs#L32
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
src/UI/FormAbout.cs#L18
Dereference of a possibly null reference.
|
build:
src/UI/FormAbout.cs#L19
Dereference of a possibly null reference.
|
build:
src/UI/FormMain.cs#L617
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|