.NET 9 samples #159
Triggered via pull request
October 30, 2024 15:56
Status
Failure
Total duration
1h 38m 29s
Artifacts
–
Annotations
8 errors, 20 warnings, and 20 notices
build (macos-14)
To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.
|
build (macos-14)
To build a project targeting Windows on this operating system, set the EnableWindowsTargeting property to true.
|
build (macos-14)
Build failed for ./9.0/PlatformIntegration/NativeEmbeddingDemo/NativeEmbeddingDemo.WinUI/NativeEmbeddingDemo.WinUI.csproj
|
build (macos-14)
Build failed for ./9.0/PlatformIntegration/PlatformIntegrationDemos/PlatformIntegrationDemo/PlatformIntegrationDemo.csproj
|
build (macos-14)
Build failed for ./9.0/WebServices/PushNotificationsDemo/PushNotificationsDemo/PushNotificationsDemo.csproj
|
build (macos-14)
Process completed with exit code 1.
|
build (windows-latest)
Build failed for ./9.0/PlatformIntegration/NativeEmbeddingDemo/NativeEmbeddingDemo.WinUI/NativeEmbeddingDemo.WinUI.csproj
|
build (windows-latest)
Process completed with exit code 1.
|
build (macos-14)
Found no csproj for file .github/workflows/build-all.yml
|
build (macos-14)
Found no csproj for file .github/workflows/build-pr.yml
|
build (macos-14)
Found no csproj for file 9.0/Animations/Animations.sln
|
build (macos-14):
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-14):
9.0/Animations/Animations/App.xaml.cs#L9
'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.'
|
build (macos-14):
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-14):
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-14):
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-14):
9.0/Animations/Animations/App.xaml.cs#L9
'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.'
|
build (macos-14):
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)
Found no csproj for file .github/workflows/build-all.yml
|
build (windows-latest)
Found no csproj for file .github/workflows/build-pr.yml
|
build (windows-latest)
Found no csproj for file 9.0/Animations/Animations.sln
|
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/App.xaml.cs#L9
'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.'
|
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 (macos-14)
./9.0/Animations/Animations/Animations.csproj is not in processed builds yet
|
build (macos-14)
Added ./9.0/Animations/Animations/Animations.csproj to processed builds
|
build (macos-14)
./9.0/Apps/BugSweeper/BugSweeper/BugSweeper.csproj is not in processed builds yet
|
build (macos-14)
Added ./9.0/Apps/BugSweeper/BugSweeper/BugSweeper.csproj to processed builds
|
build (macos-14)
./9.0/Apps/Calculator/src/Calculator/Calculator.csproj is not in processed builds yet
|
build (macos-14)
Added ./9.0/Apps/Calculator/src/Calculator/Calculator.csproj to processed builds
|
build (macos-14)
./9.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj is not in processed builds yet
|
build (macos-14)
Added ./9.0/Apps/GameOfLife/GameOfLife/GameOfLife.csproj to processed builds
|
build (macos-14)
./9.0/Apps/PointOfSale/src/PointOfSale.API/PointOfSale.API.csproj is not in processed builds yet
|
build (macos-14)
Added ./9.0/Apps/PointOfSale/src/PointOfSale.API/PointOfSale.API.csproj to processed builds
|
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.API/PointOfSale.API.csproj is not in processed builds yet
|
build (windows-latest)
Added ./9.0/Apps/PointOfSale/src/PointOfSale.API/PointOfSale.API.csproj to processed builds
|