Skip to content

♻ refactor(NextTickComponentBase): Use IAsyncDisposable instead of ID… #1438

♻ refactor(NextTickComponentBase): Use IAsyncDisposable instead of ID…

♻ refactor(NextTickComponentBase): Use IAsyncDisposable instead of ID… #1438

Triggered via push December 15, 2023 07:29
Status Failure
Total duration 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 11 warnings
build: src/Component/BlazorComponent/Components/ItemGroup/BRoutableGroupItem.razor.cs#L103
'BRoutableGroupItem<TGroup>.Dispose(bool)': no suitable method found to override
build: src/Component/BlazorComponent/Components/ItemGroup/BRoutableGroupItem.razor.cs#L103
'BRoutableGroupItem<TGroup>.Dispose(bool)': no suitable method found to override
build: src/Component/BlazorComponent/Components/ItemGroup/BRoutableGroupItem.razor.cs#L103
'BRoutableGroupItem<TGroup>.Dispose(bool)': no suitable method found to override
build: src/Component/BlazorComponent/Components/ItemGroup/BRoutableGroupItem.razor.cs#L103
'BRoutableGroupItem<TGroup>.Dispose(bool)': no suitable method found to override
build: src/Component/BlazorComponent/Components/ItemGroup/BRoutableGroupItem.razor.cs#L103
'BRoutableGroupItem<TGroup>.Dispose(bool)': no suitable method found to override
build: src/Component/BlazorComponent/Components/ItemGroup/BRoutableGroupItem.razor.cs#L103
'BRoutableGroupItem<TGroup>.Dispose(bool)': no suitable method found to override
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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: src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L8
The type 'TValue' cannot be used as type parameter 'TValue' in the generic type or method 'TransitionElementBase<TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
build: src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L10
The type 'TValue' cannot be used as type parameter 'TValue' in the generic type or method 'KeyTransitionElementState<TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
build: src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L12
The type 'TValue' cannot be used as type parameter 'TValue' in the generic type or method 'KeyTransitionElementState<TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
build: src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L15
The type 'TValue' cannot be used as type parameter 'TValue' in the generic type or method 'KeyTransitionElementState<TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
build: src/Component/BlazorComponent/Components/Dialog/BDialog.razor.cs#L174
'BDialog.DisposeAsync()' hides inherited member 'NextTickComponentBase.DisposeAsync()'. Use the new keyword if hiding was intended.
build: src/Component/BlazorComponent/Components/Hover/BHover.razor.cs#L8
Nullability of reference types in return type doesn't match overridden member.
build: src/Component/BlazorComponent/Mixins/Activatable/BActivatable.cs#L3
Nullability of reference types in return type of 'Dictionary<string, object?> BActivatableBase.ActivatorAttributes.get' doesn't match implicitly implemented member 'Dictionary<string, object> IActivatable.ActivatorAttributes.get'.
build: src/Component/BlazorComponent/Components/Dialog/BDialog.razor.cs#L174
'BDialog.DisposeAsync()' hides inherited member 'NextTickComponentBase.DisposeAsync()'. Use the new keyword if hiding was intended.
build: src/Component/BlazorComponent/Components/Hover/BHover.razor.cs#L8
Nullability of reference types in return type doesn't match overridden member.
build: src/Component/BlazorComponent/Mixins/Activatable/BActivatable.cs#L3
Nullability of reference types in return type of 'Dictionary<string, object?> BActivatableBase.ActivatorAttributes.get' doesn't match implicitly implemented member 'Dictionary<string, object> IActivatable.ActivatorAttributes.get'.