Skip to content

docs: fix the GitHub service and update PWA snackbar (#1445) #16

docs: fix the GitHub service and update PWA snackbar (#1445)

docs: fix the GitHub service and update PWA snackbar (#1445) #16

Triggered via push July 25, 2023 09:04
Status Success
Total duration 7m 10s
Artifacts

wasm-try.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
deploy-try
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, manyuanrong/setup-ossutil@v2.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-try: src/BlazorComponent/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.
deploy-try: src/BlazorComponent/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.
deploy-try: 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.
deploy-try: src/BlazorComponent/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.
deploy-try: 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'.
deploy-try: src/BlazorComponent/src/Component/BlazorComponent/Components/Hover/BHover.razor.cs#L8
Nullability of reference types in return type doesn't match overridden member.
deploy-try: 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.
deploy-try: src/BlazorComponent/src/Component/BlazorComponent/Abstracts/Builder/ThemeCssBuilder.cs#L14
Possible null reference argument for parameter 'color' in 'string ThemeCssBuilder.Build(string combinePrefix, string selector, string color)'.
deploy-try: src/BlazorComponent/src/Component/BlazorComponent/Abstracts/Builder/ThemeCssBuilder.cs#L15
Possible null reference argument for parameter 'color' in 'string ThemeCssBuilder.Build(string combinePrefix, string selector, string color)'.
deploy-try: src/BlazorComponent/src/Component/BlazorComponent/Components/Hover/BHover.razor.cs#L8
Nullability of reference types in return type doesn't match overridden member.
deploy-try: src/BlazorComponent/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.
deploy-try: src/BlazorComponent/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.
deploy-try: 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.
deploy-try: src/BlazorComponent/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.
deploy-try: 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'.
deploy-try: 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.
deploy-try: src/BlazorComponent/src/Component/BlazorComponent/Mixins/Activatable/BActivatable.cs#L17
Argument of type 'Dictionary<string, object?>' cannot be used for parameter 'attrs' of type 'Dictionary<string, object>' in 'ActivatorProps.ActivatorProps(Dictionary<string, object> attrs)' due to differences in the nullability of reference types.
deploy-try: src/BlazorComponent/src/Component/BlazorComponent/I18n/I18nCache.cs#L35
The type 'TK' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TK' doesn't match 'notnull' constraint.