deploy-wasm-prd #165
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1, actions/setup-python@v4, manyuanrong/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, manyuanrong/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Components/Hover/BHover.razor.cs#L8
Nullability of reference types in return type doesn't match overridden member.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L5
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.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L7
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.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L9
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.
|
publish:
src/BlazorComponent/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.
|
publish:
src/BlazorComponent/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'.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Mixins/OutsideClick/OutsideClickJSModule.cs#L10
'OutsideClickJSModule._cts' hides inherited member 'JSModule._cts'. Use the new keyword if hiding was intended.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Mixins/Scrollable/Scroller.cs#L10
Possible null reference assignment.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Mixins/Scrollable/Scroller.cs#L8
Non-nullable property 'ScrollTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
src/BlazorComponent/src/Component/BlazorComponent/Abstracts/Components/AbstractComponent.cs#L32
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'attributes' of type 'IEnumerable<KeyValuePair<string, object>>' in 'void RenderTreeBuilder.AddMultipleAttributes(int sequence, IEnumerable<KeyValuePair<string, object>>? attributes)' due to differences in the nullability of reference types.
|
build:
src/BlazorComponent/src/Component/BlazorComponent/Components/Hover/BHover.razor.cs#L8
Nullability of reference types in return type doesn't match overridden member.
|
build:
src/BlazorComponent/src/Component/BlazorComponent/Mixins/OutsideClick/OutsideClickJSModule.cs#L10
'OutsideClickJSModule._cts' hides inherited member 'JSModule._cts'. Use the new keyword if hiding was intended.
|
build:
src/BlazorComponent/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/BlazorComponent/src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L5
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/BlazorComponent/src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L7
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/BlazorComponent/src/Component/BlazorComponent/Components/Transition/Elements/KeyTransitionElement.cs#L9
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/BlazorComponent/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/BlazorComponent/src/Component/BlazorComponent/Mixins/Scrollable/Scroller.cs#L10
Possible null reference assignment.
|
build:
src/BlazorComponent/src/Component/BlazorComponent/Mixins/Scrollable/Scroller.cs#L8
Non-nullable property 'ScrollTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BlazorComponent/src/Component/BlazorComponent/Abstracts/Components/AbstractComponent.cs#L32
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'attributes' of type 'IEnumerable<KeyValuePair<string, object>>' in 'void RenderTreeBuilder.AddMultipleAttributes(int sequence, IEnumerable<KeyValuePair<string, object>>? attributes)' due to differences in the nullability of reference types.
|
Loading