Skip to content

Prepare for Material Icons font pack as well #20

Prepare for Material Icons font pack as well

Prepare for Material Icons font pack as well #20

Triggered via push May 29, 2024 16:27
Status Success
Total duration 1m 9s
Artifacts 1

continuous.yml

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

Annotations

12 warnings
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "packages". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@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/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]
ubuntu-latest
/home/runner/work/MudBlazor.Icons/MudBlazor.Icons/src/MaterialSymbolsParser/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/MaterialSymbolsParser/MaterialSymbolsParser.csproj]

Artifacts

Produced during runtime
Name Size
packages Expired
10.3 MB