Skip to content

chore: adding ci build #7

chore: adding ci build

chore: adding ci build #7

Triggered via pull request October 28, 2023 16:06
Status Failure
Total duration 2m 16s
Artifacts

ci.yml

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

Annotations

21 errors and 23 warnings
build-sample (23-RegionMemeberLifetime/RegionMemberLifetime.sln) / Build Sample
Process completed with exit code 1.
build-sample (29-InvokeCommandAction/InvokeCommandAction.sln) / Build Sample
Process completed with exit code 1.
build-sample (26-UsingDialogService/UsingDialogService.sln) / Build Sample: 26-UsingDialogService/UsingDialogService/ViewModels/NotificationDialogViewModel.cs#L10
'NotificationDialogViewModel' does not implement interface member 'IDialogAware.RequestClose'
build-sample (26-UsingDialogService/UsingDialogService.sln) / Build Sample: 26-UsingDialogService/UsingDialogService/ViewModels/NotificationDialogViewModel.cs#L10
'NotificationDialogViewModel' does not implement interface member 'IDialogAware.RequestClose'
build-sample (26-UsingDialogService/UsingDialogService.sln) / Build Sample
Process completed with exit code 1.
build-sample (24-NavigationJournal/NavigationJournal.sln) / Build Sample: 24-NavigationJournal/ModuleA/ViewModels/PersonListViewModel.cs#L38
The type or namespace name 'NavigationParameters' could not be found (are you missing a using directive or an assembly reference?)
build-sample (24-NavigationJournal/NavigationJournal.sln) / Build Sample: 24-NavigationJournal/ModuleA/ViewModels/PersonListViewModel.cs#L38
The type or namespace name 'NavigationParameters' could not be found (are you missing a using directive or an assembly reference?)
build-sample (24-NavigationJournal/NavigationJournal.sln) / Build Sample
Process completed with exit code 1.
build-sample (18-NavigationCallback/BasicRegionNavigation.sln) / Build Sample: 18-NavigationCallback/BasicRegionNavigation/ViewModels/MainWindowViewModel.cs#L34
The type or namespace name 'NavigationResult' could not be found (are you missing a using directive or an assembly reference?)
build-sample (18-NavigationCallback/BasicRegionNavigation.sln) / Build Sample: 18-NavigationCallback/BasicRegionNavigation/ViewModels/MainWindowViewModel.cs#L34
The type or namespace name 'NavigationResult' could not be found (are you missing a using directive or an assembly reference?)
build-sample (18-NavigationCallback/BasicRegionNavigation.sln) / Build Sample
Process completed with exit code 1.
build-sample (21-PassingParameters/PassingParameters.sln) / Build Sample: 21-PassingParameters/ModuleA/ViewModels/PersonListViewModel.cs#L33
The type or namespace name 'NavigationParameters' could not be found (are you missing a using directive or an assembly reference?)
build-sample (21-PassingParameters/PassingParameters.sln) / Build Sample: 21-PassingParameters/ModuleA/ViewModels/PersonListViewModel.cs#L33
The type or namespace name 'NavigationParameters' could not be found (are you missing a using directive or an assembly reference?)
build-sample (21-PassingParameters/PassingParameters.sln) / Build Sample
Process completed with exit code 1.
build-sample (27-StylingDialog/StylingDialog.sln) / Build Sample: 27-StylingDialog/StylingDialog/ViewModels/NotificationDialogViewModel.cs#L10
'NotificationDialogViewModel' does not implement interface member 'IDialogAware.RequestClose'
build-sample (27-StylingDialog/StylingDialog.sln) / Build Sample: 27-StylingDialog/StylingDialog/ViewModels/NotificationDialogViewModel.cs#L10
'NotificationDialogViewModel' does not implement interface member 'IDialogAware.RequestClose'
build-sample (27-StylingDialog/StylingDialog.sln) / Build Sample
Process completed with exit code 1.
build-sample (28-UsingCustomWindow/UsingCustomWindow.sln) / Build Sample: 28-UsingCustomWindow/UsingCustomWindow/ViewModels/NotificationDialogViewModel.cs#L10
'NotificationDialogViewModel' does not implement interface member 'IDialogAware.RequestClose'
build-sample (28-UsingCustomWindow/UsingCustomWindow.sln) / Build Sample: 28-UsingCustomWindow/UsingCustomWindow/ViewModels/NotificationDialogViewModel.cs#L10
'NotificationDialogViewModel' does not implement interface member 'IDialogAware.RequestClose'
build-sample (28-UsingCustomWindow/UsingCustomWindow.sln) / Build Sample
Process completed with exit code 1.
build-sample (11-UsingDelegateCommands/UsingDelegateCommands.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (12-UsingCompositeCommands/UsingCompositeCommands.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (08-ViewModelLocator/ViewModelLocator.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (10-CustomRegistrations/ViewModelLocator.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (07-Modules-Code/Modules.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (05-ViewInjection/ViewInjection.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (07-Modules-Xaml/Modules.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (15-FilteringEvents/UsingEventAggregator.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (01-BootstrapperShell/BootstrapperShell.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (06-ViewActivationDeactivation/ActivationDeactivation.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (09-ChangeConvention/ViewModelLocator.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (07-Modules-Directory/Modules.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (14-UsingEventAggregator/UsingEventAggregator.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (16-RegionContext/RegionContext.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (07-Modules-LoadManual/Modules.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (22-ConfirmCancelNavigation/ConfirmCancelNavigation.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (17-BasicRegionNavigation/BasicRegionNavigation.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (04-ViewDiscovery/ViewDiscovery.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (19-NavigationParticipation/NavigationParticipation.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (03-CustomRegions/Regions.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (07-Modules-AppConfig/Modules.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (02-Regions/Regions.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.
build-sample (13-IActiveAwareCommands/UsingCompositeCommands.sln) / Build Sample
No files were found with the provided path: ./Artifacts/. No artifacts will be uploaded.