Skip to content

Initial implementation of WinUI with samples and features working #187

Initial implementation of WinUI with samples and features working

Initial implementation of WinUI with samples and features working #187

Triggered via pull request January 10, 2025 01:40
@vb2aevb2ae
synchronize #853
feature/WinUI
Status Failure
Total duration 13m 48s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
Unable to optimize assemblies for performance: a valid runtime package was not found. Either set the PublishReadyToRun property to false, or use a supported runtime identifier when publishing. When targeting .NET 6 or higher, make sure to restore packages with the PublishReadyToRun property set to true.
build
Process completed with exit code 1.
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
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: 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: 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: 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: 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
A publish profile with the name 'win-x64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.