Skip to content

♻ refactor: masonry.js is no longer a must (#739) #494

♻ refactor: masonry.js is no longer a must (#739)

♻ refactor: masonry.js is no longer a must (#739) #494

Triggered via push December 25, 2024 10:17
Status Success
Total duration 1m 30s
Artifacts

package_push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
package push
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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#L40
Non-nullable field '_favorite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
package push: src/Masa.Stack.Components/Configs/GlobalConfig.cs#L40
Non-nullable property 'Menus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
package push: src/Masa.Stack.Components/Extensions/OpenIdConnect/ServiceCollectionExtensions.cs#L9
Possible null reference argument for parameter 'masaOpenIdConnectOptions' in 'IServiceCollection ServiceCollectionExtensions.AddMasaOpenIdConnect(IServiceCollection services, MasaOpenIdConnectOptions masaOpenIdConnectOptions)'.
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/Models/FavoriteNav.cs#L11
Non-nullable property 'CategoryCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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/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#L40
Non-nullable field '_favorite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
package push: src/Masa.Stack.Components/Configs/GlobalConfig.cs#L40
Non-nullable property 'Menus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
package push: src/Masa.Stack.Components/Models/FavoriteNav.cs#L11
Non-nullable property 'CategoryCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
package push: src/Masa.Stack.Components/Models/FavoriteNav.cs#L11
Non-nullable property 'AppCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
package push: src/Masa.Stack.Components/Models/FavoriteNav.cs#L11
Non-nullable property 'Nav' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
package push: src/Masa.Stack.Components/Pages/NotificationCenters/NotificationCenter.razor.cs#L47
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.