#2328 Add TailwindStyles
and TailwindStyleBuilder
components (#2329)
#4
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Frontend/FluentCMS.Web.UI.Components/Components/Form/FormAutocomplete/FormAutocompleteMultiple.razor.cs#L36
Possible null reference argument for parameter 'item' in 'bool ICollection<TValue>.Contains(TValue item)'.
|
build:
src/Frontend/FluentCMS.Web.UI.Components/Components/Form/FormCheckboxGroup/FormCheckboxGroup.razor.cs#L31
Possible null reference argument for parameter 'item' in 'bool ICollection<TValue>.Contains(TValue item)'.
|
build:
src/Frontend/FluentCMS.Web.UI.Components/Components/Form/FormCheckboxGroup/FormCheckboxGroup.razor.cs#L61
Possible null reference argument for parameter 'item' in 'bool ICollection<TValue>.Contains(TValue item)'.
|
build:
src/Frontend/Plugins/FluentCMS.Web.Plugins.Base/Components/FormRichTextEditor/FormRichTextEditor.razor.cs#L20
'FormRichTextEditor.Assets' hides inherited member 'ComponentBase.Assets'. Use the new keyword if hiding was intended.
|
build:
src/Frontend/Plugins/FluentCMS.Web.Plugins.Base/Components/FileManagement/FileSelectorModal.razor.cs#L67
Dereference of a possibly null reference.
|
build:
src/Frontend/Plugins/FluentCMS.Web.Plugins.Base/Components/FileManagement/FilesTable.razor.cs#L96
Nullable value type may be null.
|
build:
src/Frontend/Plugins/FluentCMS.Web.Plugins.Base/Components/FileManagement/FilesTable.razor.cs#L153
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.
|
build:
src/Frontend/Plugins/FluentCMS.Web.Plugins.Base/Components/FileManagement/FilesTable.razor.cs#L187
Nullable value type may be null.
|
build:
src/Backend/FluentCMS.Services/UserService.cs#L79
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
|
build:
src/Backend/FluentCMS.Services/Permissions/PermissionManager.cs#L15
Non-nullable field '_userRoles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|