Potential fix for code scanning alert no. 1: Workflow does not contain permissions #5
Annotations
8 warnings
|
Test:
Services/SceneryService.cs#L25
Non-nullable property 'contributions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
MainWindow.xaml.cs#L29
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.
|
|
Test:
Services/SceneryService.cs#L25
Non-nullable property 'contributions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
MainWindow.xaml.cs#L29
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.
|
|
Test:
Services/SceneryService.cs#L25
Non-nullable property 'contributions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
MainWindow.xaml.cs#L29
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.
|
|
Test:
Services/SceneryService.cs#L25
Non-nullable property 'contributions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test:
MainWindow.xaml.cs#L29
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.
|