Bump actions/checkout from 4 to 5 #2
Annotations
20 warnings and 1 notice
|
src/Game/BreakoutGame.Input.cs#L276
Unreachable code detected
|
|
src/Game/BreakoutGame.cs#L1293
Unreachable code detected
|
|
src/Game/Sprites/BallSprite.cs#L100
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.
|
|
src/Game/Sprites/PaddleSprite.cs#L139
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.
|
|
src/Helpers/AppLanguage.cs#L144
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
|
|
src/Helpers/AppLanguage.cs#L81
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
|
|
src/MainPage.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/Game/Sprites/PowerupSprite.cs#L45
'PowerUpSprite.Type' hides inherited member 'SkiaShape.Type'. Use the new keyword if hiding was intended.
|
|
src/Game/BreakoutGame.cs#L66
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/App.xaml.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/Game/BreakoutGame.Input.cs#L276
Unreachable code detected
|
|
src/Game/BreakoutGame.cs#L1293
Unreachable code detected
|
|
src/Helpers/AppLanguage.cs#L144
'Application.MainPage.get' is obsolete: 'This property has been deprecated. For single-window applications, use Windows[0].Page. For multi-window applications, identify and use the appropriate Window object to access the desired Page. Additionally, each element features a Window property, accessible when it's part of the current window.'
|
|
src/Helpers/AppLanguage.cs#L81
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
|
|
src/Game/Sprites/BallSprite.cs#L100
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.
|
|
src/Game/Sprites/PaddleSprite.cs#L139
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.
|
|
src/MainPage.cs#L27
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/Game/Sprites/PowerupSprite.cs#L45
'PowerUpSprite.Type' hides inherited member 'SkiaShape.Type'. Use the new keyword if hiding was intended.
|
|
src/Game/BreakoutGame.cs#L66
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
src/App.xaml.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading