Skip to content

Admin Sample CD

Admin Sample CD #111

Manually triggered June 1, 2024 15:40
Status Success
Total duration 12m 28s
Artifacts 4

admin-sample.cd.yml

on: workflow_dispatch
build api + blazor web
2m 15s
build api + blazor web
build blazor hybrid (windows)
2m 40s
build blazor hybrid (windows)
build blazor hybrid (android)
12m 21s
build blazor hybrid (android)
build blazor hybrid (iOS-macOS)
2m 51s
build blazor hybrid (iOS-macOS)
deploy api + blazor
37s
deploy api + blazor
Fit to window
Zoom out
Zoom in

Annotations

59 warnings
build api + blazor web
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build api + blazor web
- Add lib or ref assemblies for the net8.0 target framework
build api + blazor web
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build api + blazor web
- Add lib or ref assemblies for the net8.0 target framework
build api + blazor web
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build api + blazor web
- Add lib or ref assemblies for the net8.0 target framework
build api + blazor web
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build api + blazor web
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build api + blazor web: AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build api + blazor web: AdminPanel/src/Client/AdminPanel.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
build api + blazor web: AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminPanel.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build api + blazor web: AdminPanel/src/Client/AdminPanel.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'AdminPanel.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
build api + blazor web: AdminPanel/src/AdminPanel.Server/Components/EmailTokenTemplate.razor#L15
Possible null reference argument for parameter 'arguments' in 'LocalizedString IStringLocalizer.this[string name, params object[] arguments]'.
build api + blazor web: AdminPanel/src/AdminPanel.Server/Program.Services.cs#L352
Possible null reference argument for parameter 'userName' in 'void SmtpHealthCheckOptions.LoginWith(string userName, string password)'.
build api + blazor web: AdminPanel/src/AdminPanel.Server/Program.Services.cs#L352
Possible null reference argument for parameter 'password' in 'void SmtpHealthCheckOptions.LoginWith(string userName, string password)'.
build blazor hybrid (windows)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (windows)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (windows)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (windows)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (windows)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (windows)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (windows): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (windows): AdminPanel/src/Client/AdminPanel.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
build blazor hybrid (windows): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminPanel.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build blazor hybrid (windows): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'AdminPanel.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
build blazor hybrid (iOS-macOS)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (iOS-macOS)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (iOS-macOS): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (iOS-macOS): AdminPanel/src/Client/AdminPanel.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
build blazor hybrid (iOS-macOS): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminPanel.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build blazor hybrid (iOS-macOS): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'AdminPanel.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
build blazor hybrid (iOS-macOS): AdminPanel/src/Client/AdminPanel.Client.Maui/Services/MauiDeviceCoordinator.cs#L41
'Device.InvokeOnMainThreadAsync(Action)' is obsolete: 'Use BindableObject.Dispatcher.DispatchAsync() instead.'
build blazor hybrid (iOS-macOS): AdminPanel/src/Client/AdminPanel.Client.Maui/Services/MauiDeviceCoordinator.cs#L16
This call site is reachable on: 'iOS' 14.0 and later, 'maccatalyst' 14.0 and later. 'UIApplication.Windows' is obsoleted on: 'ios' 15.0 and later (Use 'UIWindowScene.Windows' in the desired window scene object instead.), 'maccatalyst' 15.0 and later (Use 'UIWindowScene.Windows' in the desired window scene object instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
build blazor hybrid (iOS-macOS)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (iOS-macOS)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (iOS-macOS)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (iOS-macOS)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (iOS-macOS)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (iOS-macOS)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (android)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (android)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (android)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (android)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (android)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build blazor hybrid (android)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (android): AdminPanel/src/Client/AdminPanel.Client.Core/Services/Contracts/IPrerenderStateService.cs#L15
Ambiguous reference in cref attribute: 'GetValue'. Assuming 'IPrerenderStateService.GetValue<T>(Func<Task<T?>>, int, string, string)', but could have also matched other overloads including 'IPrerenderStateService.GetValue<T>(string, Func<Task<T?>>)'.
build blazor hybrid (android): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'AdminPanel.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build blazor hybrid (android): AdminPanel/src/Client/AdminPanel.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'AdminPanel.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
build blazor hybrid (android): AdminPanel/src/Client/AdminPanel.Client.Maui/Services/MauiDeviceCoordinator.cs#L35
This call site is reachable on: 'Android' 24.0 and later. 'View.SystemUiFlags' is obsoleted on: 'Android' 30.0 and later (These flags are deprecated. Use WindowInsetsController instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
build blazor hybrid (android): AdminPanel/src/Client/AdminPanel.Client.Maui/Services/MauiDeviceCoordinator.cs#L32
This call site is reachable on: 'Android' 24.0 and later. 'View.SystemUiFlags' is obsoleted on: 'Android' 30.0 and later (These flags are deprecated. Use WindowInsetsController instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build blazor hybrid (android)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.

Artifacts

Produced during runtime
Name Size
android-bundle Expired
143 MB
ios-bundle Expired
8.42 MB
server-bundle Expired
94.3 MB
win-exe-bundle Expired
15.2 MB