Skip to content

Remove the null annotation #181

Remove the null annotation

Remove the null annotation #181

Triggered via pull request December 4, 2024 10:29
Status Failure
Total duration 1h 38m 14s
Artifacts

build-pr.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 20 warnings, and 20 notices
build (macos-15)
Build failed for ./9.0/PlatformIntegration/PlatformIntegrationDemos/PlatformIntegrationDemo/PlatformIntegrationDemo.csproj
build (macos-15)
Build failed for ./9.0/WebServices/PushNotificationsDemo/PushNotificationsDemo/PushNotificationsDemo.csproj
build (macos-15)
Process completed with exit code 1.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L107
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.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L107
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.
build (windows-latest): 9.0/Animations/Animations/Pages/Controls/EasingCard.cs#L42
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.
build (windows-latest): 9.0/Animations/Animations/Pages/Controls/EasingCard.cs#L42
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.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (windows-latest): 9.0/Animations/Animations/Pages/Controls/EasingCard.cs#L42
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.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L107
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.
build (windows-latest): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L107
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.
build (macos-15): 9.0/Animations/Animations/Pages/Controls/EasingCard.cs#L42
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.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L107
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.
build (macos-15): 9.0/Animations/Animations/Pages/Controls/EasingCard.cs#L42
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.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L107
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.
build (macos-15): 9.0/Animations/Animations/Pages/Controls/EasingCard.cs#L42
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.
build (macos-15): 9.0/Animations/Animations/Pages/EasingEditorPage.xaml.cs#L98
'EasingEditorPage.PropertyChanged' hides inherited member 'BindableObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (windows-latest)
./9.0/Animations/Animations/Animations.csproj is not in processed builds yet
build (windows-latest)
Added ./9.0/Animations/Animations/Animations.csproj to processed builds
build (windows-latest)
./9.0/Apps/BugSweeper/BugSweeper/BugSweeper.csproj is not in processed builds yet
build (windows-latest)
Added ./9.0/Apps/BugSweeper/BugSweeper/BugSweeper.csproj to processed builds
build (windows-latest)
./9.0/Apps/Calculator/src/Calculator/Calculator.csproj is not in processed builds yet
build (windows-latest)
Added ./9.0/Apps/Calculator/src/Calculator/Calculator.csproj to processed builds
build (windows-latest)
./9.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj is not in processed builds yet
build (windows-latest)
Added ./9.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj to processed builds
build (windows-latest)
./9.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj is not in processed builds yet
build (windows-latest)
Added ./9.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj to processed builds
build (macos-15)
./9.0/Animations/Animations/Animations.csproj is not in processed builds yet
build (macos-15)
Added ./9.0/Animations/Animations/Animations.csproj to processed builds
build (macos-15)
./9.0/Apps/BugSweeper/BugSweeper/BugSweeper.csproj is not in processed builds yet
build (macos-15)
Added ./9.0/Apps/BugSweeper/BugSweeper/BugSweeper.csproj to processed builds
build (macos-15)
./9.0/Apps/Calculator/src/Calculator/Calculator.csproj is not in processed builds yet
build (macos-15)
Added ./9.0/Apps/Calculator/src/Calculator/Calculator.csproj to processed builds
build (macos-15)
./9.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj is not in processed builds yet
build (macos-15)
Added ./9.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj to processed builds
build (macos-15)
./9.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj is not in processed builds yet
build (macos-15)
Added ./9.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj to processed builds