Icons collection update #2046
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons/MaterialIconDataProvider.Declaration.cs(10,44): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons/Material.Icons.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons/MaterialIconDataProvider.PathData.cs(14,21): warning CS8524: The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Material.Icons.MaterialIconKind)7367' is not covered. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons/Material.Icons.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons/MaterialIconDataProvider.Declaration.cs(10,44): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons/Material.Icons.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons/MaterialIconDataProvider.PathData.cs(14,21): warning CS8524: The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Material.Icons.MaterialIconKind)7367' is not covered. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons/Material.Icons.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Avalonia [11.0.0-rc1.1, )" or update the version field in the nuspec. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia/Material.Icons.Avalonia.csproj]
|
build
/usr/share/dotnet/sdk/7.0.403/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(221,5): warning NU5104: A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Avalonia [11.0.0-rc1.1, )" or update the version field in the nuspec. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia/Material.Icons.Avalonia.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/ViewLocator.cs(29,21): warning CS8767: Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes). [/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/Material.Icons.Avalonia.Demo.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/ViewLocator.cs(17,24): warning CS8767: Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes). [/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/Material.Icons.Avalonia.Demo.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/ViewModels/MainWindowViewModel.cs(28,72): warning CS8622: Nullability of reference types in type of parameter 'text' of 'void MainWindowViewModel.DoSearch(string text)' doesn't match the target delegate 'Action<string?>' (possibly because of nullability attributes). [/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/Material.Icons.Avalonia.Demo.csproj]
|
build
/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/ViewModels/MainWindowViewModel.cs(29,143): warning CS8602: Dereference of a possibly null reference. [/home/runner/work/Material.Icons/Material.Icons/Material.Icons.Avalonia.Demo/Material.Icons.Avalonia.Demo.csproj]
|