Skip to content

wf now uses pwsh

wf now uses pwsh #11

Triggered via push January 29, 2024 11:15
Status Failure
Total duration 1m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Build and test mudblazor projects  /  Build and test
1m 8s

Annotations

1 error and 11 warnings
Build and test mudblazor projects / Build and test
Process completed with exit code 1.
Build and test mudblazor projects / Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and test mudblazor projects / Build and test
'TaskOption' is obsolete: 'This will be removed in v7.'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/DropZone/MudDropZone.razor.cs#L24
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
Build and test mudblazor projects / Build and test
'OverflowBehavior.FilpOnOpen' is obsolete: 'This value has a typo and will be removed. Please use FlipOnOpen'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Avatar/MudAvatar.razor#L7
'MudAvatar.Image' is obsolete: 'Add a MudImage as the ChildContent instead'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Avatar/MudAvatar.razor#L9
'MudAvatar.Image' is obsolete: 'Add a MudImage as the ChildContent instead'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Avatar/MudAvatar.razor#L9
'MudAvatar.Alt' is obsolete: 'Add a MudImage as the ChildContent instead'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Chip/MudChip.razor#L9
'MudChip.Avatar' is obsolete: 'Use AvatarContent to render avatar as a fragment.'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Chip/MudChip.razor#L11
'MudChip.AvatarClass' is obsolete: 'Use AvatarContent to render avatar as a fragment.'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Chip/MudChip.razor#L12
'MudChip.Avatar' is obsolete: 'Use AvatarContent to render avatar as a fragment.'
Build and test mudblazor projects / Build and test: src/MudBlazor/Extensions/TaskExtensions.cs#L36
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.