Initial implementation of WinUI with samples and features working #185
Annotations
10 errors and 11 warnings
Build feature features:
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 feature features:
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 feature features:
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 feature features:
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 feature features:
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 feature features:
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 feature features:
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 feature features:
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 feature features:
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 feature features:
samples/features/Features.UWP/App.xaml.cs#L55
The type or namespace name 'LaunchActivatedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
|
Build app for release:
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 app for release:
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 app for release:
src/Caliburn.Micro.Platform/Platforms/uap/CaliburnApplication.cs#L33
Missing XML comment for publicly visible type or member 'CaliburnApplication.Window'
|
Build app for release:
src/Caliburn.Micro.Platform/Platforms/uap/CaliburnApplication.cs#L221
Missing XML comment for publicly visible type or member 'CaliburnApplication.CreateWindow()'
|
Build app for release:
src/Caliburn.Micro.Platform/Platforms/uap/CaliburnApplication.cs#L227
Missing XML comment for publicly visible type or member 'CaliburnApplication.InitializeWindow()'
|
Build app for release
Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build feature features:
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.
|
Build feature features:
samples/features/Features.WinUI3/App.xaml.cs#L28
Non-nullable field 'container' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build feature features:
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.
|
Build feature features:
samples/features/Features.WinUI3/App.xaml.cs#L28
Non-nullable field 'container' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build feature features
A publish profile with the name 'win-x64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
|
Loading