Skip to content

Todo Sample CD

Todo Sample CD #36

Manually triggered January 9, 2024 12:58
Status Failure
Total duration 12m 21s
Artifacts 5

todo-sample.cd.yml

on: workflow_dispatch
build api + blazor
3m 33s
build api + blazor
build blazor hybrid (windows)
10m 18s
build blazor hybrid (windows)
build blazor hybrid (android)
10m 41s
build blazor hybrid (android)
build blazor hybrid (maccatalyst)
6m 52s
build blazor hybrid (maccatalyst)
build blazor hybrid (ios)
12m 4s
build blazor hybrid (ios)
deploy api + blazor
0s
deploy api + blazor
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 106 warnings
build api + blazor
RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
build api + blazor
expected 'packfile'
deploy api + blazor
Branch "6524-required-changes-for-new-year-2024" is not allowed to deploy to production due to environment protection rules.
deploy api + blazor
The deployment was rejected or didn't satisfy other protection rules.
build blazor hybrid (maccatalyst)
RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
build blazor hybrid (maccatalyst)
expected 'packfile'
build api + blazor
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build api + blazor
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
- Add lib or ref assemblies for the net8.0 target framework
build api + blazor
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
- Add lib or ref assemblies for the net8.0 target framework
build api + blazor
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
- Add lib or ref assemblies for the net8.0 target framework
build api + blazor
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
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: TodoSample/src/Client/TodoSample.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
build api + blazor: TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build api + blazor: TodoSample/src/Client/TodoSample.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: 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 (maccatalyst)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build blazor hybrid (maccatalyst)
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 (maccatalyst)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (maccatalyst)
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 (maccatalyst)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (maccatalyst)
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 (maccatalyst)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (maccatalyst)
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3447fd6a9f9e57506b15f895c5b76d3b197dc7c2'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (maccatalyst)
Back off 13.005 seconds before retry.
build blazor hybrid (maccatalyst)
Failed to download action 'https://api.github.com/repos/microsoft/variable-substitution/tarball/6287962da9e5b6e68778dc51e840caa03ca84495'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (maccatalyst)
Back off 20.978 seconds before retry.
build blazor hybrid (maccatalyst)
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 (maccatalyst)
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 (maccatalyst): TodoSample/src/Client/TodoSample.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
build blazor hybrid (maccatalyst): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (maccatalyst): TodoSample/src/Client/TodoSample.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 (maccatalyst): 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 (maccatalyst): TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L47
This call site is reachable on: 'MacCatalyst' 14.0 and later. 'UIApplication.Windows' is obsoleted on: '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 (maccatalyst): TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L47
This call site is reachable on: 'MacCatalyst' 14.0 and later. 'UIApplication.Windows' is obsoleted on: '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 (maccatalyst)
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 (maccatalyst)
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 following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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)
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/zipball/3447fd6a9f9e57506b15f895c5b76d3b197dc7c2'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (windows)
Back off 18.496 seconds before retry.
build blazor hybrid (windows)
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/zipball/3447fd6a9f9e57506b15f895c5b76d3b197dc7c2'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (windows)
Back off 21.849 seconds before retry.
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/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
build blazor hybrid (windows): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (windows): TodoSample/src/Client/TodoSample.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): 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)
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/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
build blazor hybrid (windows): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (android)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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): TodoSample/src/Client/TodoSample.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
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#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (android): TodoSample/src/Client/TodoSample.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): 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.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): 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)
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/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
build blazor hybrid (android)
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3447fd6a9f9e57506b15f895c5b76d3b197dc7c2'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (android)
Back off 13.417 seconds before retry.
build blazor hybrid (android)
Failed to download action 'https://api.github.com/repos/timheuer/base64-to-file/tarball/adaa40c0c581f276132199d4cf60afa07ce60eac'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (android)
Back off 19.594 seconds before retry.
build blazor hybrid (ios)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1, Apple-Actions/import-codesign-certs@v1, Apple-Actions/download-provisioning-profiles@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build blazor hybrid (ios)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build blazor hybrid (ios)
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3447fd6a9f9e57506b15f895c5b76d3b197dc7c2'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (ios)
Back off 10.219 seconds before retry.
build blazor hybrid (ios)
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/3447fd6a9f9e57506b15f895c5b76d3b197dc7c2'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (ios)
Back off 22.643 seconds before retry.
build blazor hybrid (ios)
Failed to download action 'https://api.github.com/repos/maxim-lobanov/setup-xcode/tarball/60606e260d2fc5762a71e64e74b2174e8ea3c8bd'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (ios)
Back off 22.358 seconds before retry.
build blazor hybrid (ios)
Failed to download action 'https://api.github.com/repos/microsoft/variable-substitution/tarball/6287962da9e5b6e68778dc51e840caa03ca84495'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (ios)
Back off 11.934 seconds before retry.
build blazor hybrid (ios)
Failed to download action 'https://api.github.com/repos/timheuer/base64-to-file/tarball/adaa40c0c581f276132199d4cf60afa07ce60eac'. Error: Response status code does not indicate success: 500 (Internal Server Error).
build blazor hybrid (ios)
Back off 21.789 seconds before retry.
build blazor hybrid (ios)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build blazor hybrid (ios)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build blazor hybrid (ios)
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): TodoSample/src/Client/TodoSample.Client.Core/Services/AuthenticationManager.cs#L13
Cannot convert null literal to non-nullable reference type.
build blazor hybrid (ios)
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): TodoSample/src/Client/TodoSample.Client.Core/Components/Layout/MainLayout.razor.cs#L10
The field 'MainLayout.errorBoundaryRef' is assigned but its value is never used
build blazor hybrid (ios): TodoSample/src/Client/TodoSample.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): 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): TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L41
'Device.InvokeOnMainThreadAsync(Action)' is obsolete: 'Use BindableObject.Dispatcher.DispatchAsync() instead.'
build blazor hybrid (ios): TodoSample/src/Client/TodoSample.Client.Maui/Services/MauiDeviceCoordinator.cs#L43
This call site is reachable on: 'iOS' 14.0 and later, 'maccatalyst' 14.0 and later. 'UIApplication.SetStatusBarStyle(UIStatusBarStyle, bool)' is obsoleted on: 'ios' 9.0 and later (Use 'UIViewController.PreferredStatusBarStyle' instead.), 'maccatalyst' 9.0 and later (Use 'UIViewController.PreferredStatusBarStyle' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
build blazor hybrid (ios)
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)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (ios)
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)
- Add lib or ref assemblies for the net8.0 target framework
build blazor hybrid (ios)
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)
- Add lib or ref assemblies for the net8.0 target framework

Artifacts

Produced during runtime
Name Size
android-bundle Expired
117 MB
ios-bundle Expired
20.3 MB
mac-pkg-bundle Expired
31.1 MB
server-bundle Expired
209 MB
win-exe-bundle Expired
152 MB