Skip to content

Initial implementation of WinUI with samples and features working #164

Initial implementation of WinUI with samples and features working

Initial implementation of WinUI with samples and features working #164

Triggered via pull request December 18, 2024 08:22
Status Failure
Total duration 12m 32s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
build: samples/features/Features.UWP/App.xaml.cs#L3
The type or namespace name 'ApplicationModel' does not exist in the namespace 'Windows' (are you missing an assembly reference?)
build: samples/features/Features.UWP/App.xaml.cs#L4
The type or namespace name 'Core' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?)
build: samples/features/Features.UWP/App.xaml.cs#L5
The type or namespace name 'Popups' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?)
build: samples/features/Features.UWP/Views/DesignTimeView.xaml.cs#L7
The type or namespace name 'Collections' does not exist in the namespace 'Windows.Foundation' (are you missing an assembly reference?)
build: samples/features/Features.UWP/Views/DesignTimeView.xaml.cs#L11
The type or namespace name 'Data' does not exist in the namespace 'Windows.UI.Xaml' (are you missing an assembly reference?)
build: samples/features/Features.UWP/Views/DesignTimeView.xaml.cs#L12
The type or namespace name 'Input' does not exist in the namespace 'Windows.UI.Xaml' (are you missing an assembly reference?)
build: samples/features/Features.UWP/Views/DesignTimeView.xaml.cs#L14
The type or namespace name 'Navigation' does not exist in the namespace 'Windows.UI.Xaml' (are you missing an assembly reference?)
build: samples/features/Features.CrossPlatform.Shared/Results/MessageDialogResult.cs#L12
The type or namespace name 'Popups' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?)
build: samples/features/Features.UWP/Views/DesignTimeView.xaml.cs#L23
The type or namespace name 'Page' could not be found (are you missing a using directive or an assembly reference?)
build: samples/features/Features.UWP/App.xaml.cs#L42
The type or namespace name 'Frame' could not be found (are you missing a using directive or an assembly reference?)
build: src/Caliburn.Micro.Platform/Platforms/Maui/Android/ActivityLifecycleCallbackHandler.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Caliburn.Micro.Platform/Platforms/Maui/Android/ActivityLifecycleCallbackHandler.cs#L147
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Caliburn.Micro.Platform/Platforms/uap/CaliburnApplication.cs#L33
Missing XML comment for publicly visible type or member 'CaliburnApplication.Window'
build: src/Caliburn.Micro.Platform/Platforms/uap/CaliburnApplication.cs#L221
Missing XML comment for publicly visible type or member 'CaliburnApplication.CreateWindow()'
build: src/Caliburn.Micro.Platform/Platforms/uap/CaliburnApplication.cs#L227
Missing XML comment for publicly visible type or member 'CaliburnApplication.InitializeWindow()'
build: samples/features/Features.WinUI3/obj/x64/Release/net8.0-windows10.0.19041.0/Views/CoroutineView.g.i.cs#L26
'CoroutineView.Loading' hides inherited member 'FrameworkElement.Loading'. Use the new keyword if hiding was intended.