Skip to content

bump Masa.Blazor from 1.6.5 to 1.6.6 (#717) #472

bump Masa.Blazor from 1.6.5 to 1.6.6 (#717)

bump Masa.Blazor from 1.6.5 to 1.6.6 (#717) #472

Triggered via push July 18, 2024 02:42
Status Success
Total duration 1m 41s
Artifacts

package_push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
package push
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/
package push
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SComboBox.razor#L10
Found markup element with unexpected name 'Element'. If this is intended to be a component, add a @using directive for its namespace.
package push: src/Masa.Stack.Components/Shared/Layouts/Components/Modals/ForgetPasswordModal.razor#L5
Component 'SSimpleDialog' expects a value for the parameter 'Title', but a value may not have been provided.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SButton.cs#L6
'SAutoLoadingButton' is obsolete: 'Use SBtn instead'
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/Upload/SUpload.razor.cs#L145
'SUpload.DisposeAsync()' hides inherited member 'NextTickComponentBase.DisposeAsync()'. Use the new keyword if hiding was intended.
package push: src/Masa.Stack.Components/Configs/GlobalConfig.cs#L33
Non-nullable field '_favorite' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
package push: src/Masa.Stack.Components/Configs/GlobalConfig.cs#L33
Non-nullable property 'Menus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
package push: src/Masa.Stack.Components/Extensions/PopupServiceExtensions.cs#L22
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
package push: src/Masa.Stack.Components/Extensions/PopupServiceExtensions.cs#L19
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'IDictionary<string, object?>' in 'Task<object?> IPopupService.OpenAsync(Type componentType, IDictionary<string, object?> parameters)' due to differences in the nullability of reference types.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/Avatars/SEmptyAvatar.razor#L9
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SAutoCompleteSelection.razor#L8
Possible null reference argument for parameter 'value' in 'Task SAutoCompleteSelection.Copy(string value)'.
package push
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SComboBox.razor#L10
Found markup element with unexpected name 'Element'. If this is intended to be a component, add a @using directive for its namespace.
package push: src/Masa.Stack.Components/Shared/Layouts/Components/Modals/ForgetPasswordModal.razor#L5
Component 'SSimpleDialog' expects a value for the parameter 'Title', but a value may not have been provided.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SButton.cs#L6
'SAutoLoadingButton' is obsolete: 'Use SBtn instead'
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SCheckbox.cs#L3
The type 'TValue' cannot be used as type parameter 'TValue' in the generic type or method 'MCheckbox<TValue>'. Nullability of type argument 'TValue' doesn't match 'notnull' constraint.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/Upload/SUpload.razor.cs#L145
'SUpload.DisposeAsync()' hides inherited member 'NextTickComponentBase.DisposeAsync()'. Use the new keyword if hiding was intended.
package push: src/Masa.Stack.Components/Shared/Logins/STabSheets.razor#L80
Possible null reference assignment.
package push
'SAutoLoadingButton' is obsolete: 'Use SBtn instead'
package push
'SAutoLoadingButton' is obsolete: 'Use SBtn instead'
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SSimpleDialog.razor#L74
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
package push: src/Masa.Stack.Components/Shared/IntegrationComponents/SDefinitions.razor#L111
'SDefinitions.ItemContent' is obsolete: 'Use DetailContent'