Skip to content

Todo Sample CD

Todo Sample CD #182

Manually triggered July 22, 2024 19:28
Status Cancelled
Total duration 7m 52s
Artifacts 2

todo-sample.cd.yml

on: workflow_dispatch
build api + blazor web
2m 23s
build api + blazor web
build blazor hybrid (windows)
1m 54s
build blazor hybrid (windows)
build blazor hybrid (android)
4m 37s
build blazor hybrid (android)
build blazor hybrid (iOS-macOS)
7m 44s
build blazor hybrid (iOS-macOS)
deploy api + blazor
29s
deploy api + blazor
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 62 warnings
build blazor hybrid (android)
The run was canceled by @ysmoradi.
build blazor hybrid (android)
The operation was canceled.
build blazor hybrid (iOS-macOS)
The run was canceled by @ysmoradi.
build blazor hybrid (iOS-macOS)
The operation was canceled.
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): TodoSample/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
build blazor hybrid (windows): TodoSample/src/Shared/Controllers/Attributes.cs#L51
XML comment has cref attribute 'AuthDelegatingHandler' that could not be resolved
build blazor hybrid (windows): TodoSample/src/Shared/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)
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): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (windows): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'TodoSample.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build blazor hybrid (windows): TodoSample/src/Client/TodoSample.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'TodoSample.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
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: TodoSample/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
build api + blazor web: TodoSample/src/Shared/Controllers/Attributes.cs#L51
XML comment has cref attribute 'AuthDelegatingHandler' that could not be resolved
build api + blazor web: TodoSample/src/Shared/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: TodoSample/src/Shared/Dtos/Identity/ChangePasswordRequestDto.cs#L7
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
build api + blazor web: TodoSample/src/Shared/Dtos/Identity/ChangePasswordRequestDto.cs#L13
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
build api + blazor web: TodoSample/src/Shared/Dtos/Identity/ChangePasswordRequestDto.cs#L18
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
build api + blazor web: TodoSample/src/Shared/Dtos/Identity/ResetPasswordRequestDto.cs#L11
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
build api + blazor web: TodoSample/src/Shared/Dtos/Identity/ResetPasswordRequestDto.cs#L16
Using member 'System.ComponentModel.DataAnnotations.CompareAttribute.CompareAttribute(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The property referenced by 'otherProperty' may be trimmed. Ensure it is preserved.
build api + blazor web: TodoSample/src/Shared/Dtos/Identity/SignUpRequestDto.cs#L18
Using member 'System.ComponentModel.DataAnnotations.RangeAttribute.RangeAttribute(Type, String, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Generic TypeConverters may require the generic types to be annotated. For example, NullableConverter requires the underlying type to be DynamicallyAccessedMembers All.
build api + blazor web: TodoSample/src/Shared/Dtos/Identity/SignUpRequestDto.cs#L13
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
build blazor hybrid (android): TodoSample/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
build blazor hybrid (android): TodoSample/src/Shared/Controllers/Attributes.cs#L51
XML comment has cref attribute 'AuthDelegatingHandler' that could not be resolved
build blazor hybrid (android): TodoSample/src/Shared/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)
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): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L11
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (android): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'TodoSample.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build blazor hybrid (android): TodoSample/src/Client/TodoSample.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'TodoSample.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
build blazor hybrid (android): TodoSample/src/Client/TodoSample.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): TodoSample/src/Client/TodoSample.Client.Maui/MauiProgram.Services.cs#L55
This call site is reachable on: 'Android' 24.0 and later. 'EventLoggerFactoryExtensions.AddEventLog(ILoggingBuilder)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
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 (iOS-macOS): TodoSample/src/Shared/Controllers/Attributes.cs#L41
XML comment has cref attribute 'RetryDelegatingHandler' that could not be resolved
build blazor hybrid (iOS-macOS): TodoSample/src/Shared/Controllers/Attributes.cs#L51
XML comment has cref attribute 'AuthDelegatingHandler' that could not be resolved
build blazor hybrid (iOS-macOS): TodoSample/src/Shared/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)
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): TodoSample/src/Client/TodoSample.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): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/SignOutConfirmModal.razor.cs#L8
Component parameter 'TodoSample.Client.Core.Components.Layout.SignOutConfirmModal.IsOpen' should be auto property
build blazor hybrid (iOS-macOS): TodoSample/src/Client/TodoSample.Client.Core/Components/Pages/Identity/Profile/UserDataSection.razor.cs#L30
Component parameter 'TodoSample.Client.Core.Components.Pages.Identity.Profile.UserDataSection.User' should be auto property
build blazor hybrid (iOS-macOS): TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L41
'Device.InvokeOnMainThreadAsync(Action)' is obsolete: 'Use BindableObject.Dispatcher.DispatchAsync() instead.'
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

Artifacts

Produced during runtime
Name Size
server-bundle Expired
57.3 MB
win-exe-bundle Expired
59.3 MB