Skip to content

continuous

continuous #28

Triggered via push May 29, 2024 18:36
Status Failure
Total duration 49s
Artifacts

continuous.yml

on: push
ubuntu-latest
39s
ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
ubuntu-latest
Unable to process file command 'env' successfully.
ubuntu-latest
Invalid format '.2'
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Generator/GeneratorBase.cs(11,28): warning CA1716: Rename virtual/interface member GeneratorBase.Namespace so that it no longer conflicts with the reserved language keyword 'Namespace'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Generator/IGenerator.cs(8,19): warning CA1716: Rename virtual/interface member IGenerator.Namespace so that it no longer conflicts with the reserved language keyword 'Namespace'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Model/Google/Metadata.cs(12,19): warning CA1056: Change the type of property 'Metadata.AssetUrlPattern' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Extensions/StringExtensions.cs(23,27): warning CA1062: In externally visible method 'string StringExtensions.RemoveWhitespace(string input)', validate parameter 'input' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Utility/IconFilter.cs(24,16): warning CA1062: In externally visible method 'IReadOnlyCollection<Icon> IconFilter.FilterByFamily(Metadata metadata, IconType iconType)', validate parameter 'metadata' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Extensions/EnumExtensions.cs(9,20): warning CA1062: In externally visible method 'string EnumExtensions.GetDescription(Enum value)', validate parameter 'value' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Utility/FamilyMap.cs(82,63): warning CA1062: In externally visible method 'bool FamilyMap.IsMaterialIconFamily(string family)', validate parameter 'family' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Utility/FamilyMap.cs(84,65): warning CA1062: In externally visible method 'bool FamilyMap.IsMaterialSymbolFamily(string family)', validate parameter 'family' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Service/CodeGenerationService.cs(12,31): warning CA1062: In externally visible method 'void CodeGenerationService.GenerateCsFilesUsingRoslyn(IconType iconType, Dictionary<string, IReadOnlyCollection<Icon>> groupedIcons, string folder)', validate parameter 'groupedIcons' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/Service/CodeGenerationService.cs(10,17): warning CA1822: Member 'GenerateCsFilesUsingRoslyn' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/GoogleMaterialDesignIconsGenerator/GoogleMaterialDesignIconsGenerator.csproj]