Skip to content

Fixed generator build #1

Fixed generator build

Fixed generator build #1

Triggered via push April 7, 2024 03:50
Status Success
Total duration 4m 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
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
Solution "/home/runner/work/DevToys/DevToys/src/DevToys-Linux.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.LinuxSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|ARM64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x86.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|ARM64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x86.Build.0 = Release|AnyCPU"
ubuntu-latest
Solution "/home/runner/work/DevToys/DevToys/src/DevToys-MacOS.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.MacSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU"
ubuntu-latest
Solution "/home/runner/work/DevToys/DevToys/src/DevToys-Windows.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.WindowsSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|ARM64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x86.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|ARM64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x86.Build.0 = Release|AnyCPU"
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Api/Tool/GUI/Components/IUIButton.cs(129,29): warning CS1591: Missing XML comment for publicly visible type or member 'GUI' [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Api/DevToys.Api.csproj::TargetFramework=net8.0]
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/Mef/RecursiveDirectoryCatalog.cs(26,23): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/DevToys.Core.csproj::TargetFramework=net8.0]
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/Mef/RecursiveDirectoryCatalog.cs(27,86): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/DevToys.Core.csproj::TargetFramework=net8.0]
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/Components/UIElements/UIImageViewerPresenter.razor.cs(259,26): warning CS0168: The variable 'ex' is declared but never used [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/Components/Menu/NavBar/NavBar.razor.cs(235,44): warning CS8604: Possible null reference argument for parameter 'value' in 'void Guard.IsAssignableToType<TElement>(object value, string name = "")'. [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/BuiltInTools/Settings/SettingsGuiTool.cs(63,31): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
ubuntu-latest
/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/BuiltInTools/Settings/SettingsGuiTool.cs(65,39): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/home/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
macos-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/.
macos-latest
Solution "/Users/runner/work/DevToys/DevToys/src/DevToys-Linux.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.LinuxSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|ARM64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x86.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|ARM64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x86.Build.0 = Release|AnyCPU"
macos-latest
Solution "/Users/runner/work/DevToys/DevToys/src/DevToys-MacOS.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.MacSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU"
macos-latest
Solution "/Users/runner/work/DevToys/DevToys/src/DevToys-Windows.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.WindowsSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|ARM64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x86.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|ARM64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x86.Build.0 = Release|AnyCPU"
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Api/Tool/GUI/Components/IUIButton.cs(129,29): warning CS1591: Missing XML comment for publicly visible type or member 'GUI' [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Api/DevToys.Api.csproj::TargetFramework=net8.0]
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/Mef/RecursiveDirectoryCatalog.cs(26,23): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/DevToys.Core.csproj::TargetFramework=net8.0]
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/Mef/RecursiveDirectoryCatalog.cs(27,86): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Core/DevToys.Core.csproj::TargetFramework=net8.0]
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/Components/UIElements/UIImageViewerPresenter.razor.cs(259,26): warning CS0168: The variable 'ex' is declared but never used [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/Components/Menu/NavBar/NavBar.razor.cs(235,44): warning CS8604: Possible null reference argument for parameter 'value' in 'void Guard.IsAssignableToType<TElement>(object value, string name = "")'. [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/BuiltInTools/Settings/SettingsGuiTool.cs(63,31): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
macos-latest
/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/BuiltInTools/Settings/SettingsGuiTool.cs(65,39): warning IDE0055: Fix formatting (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0055) [/Users/runner/work/DevToys/DevToys/src/app/dev/DevToys.Blazor/DevToys.Blazor.csproj]
windows-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/.
windows-latest
Solution "D:\a\DevToys\DevToys\src\DevToys-Linux.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.LinuxSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|ARM64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x86.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|ARM64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x86.Build.0 = Release|AnyCPU"
windows-latest
Solution "D:\a\DevToys\DevToys\src\DevToys-MacOS.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.MacSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU"
windows-latest
Solution "D:\a\DevToys\DevToys\src\DevToys-Windows.sln" has active build configurations for the build project. Either enable SuppressBuildProjectCheck on "Build.WindowsSolution" or remove the following entries from the solution file: " - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|AnyCPU.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|ARM64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x64.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Debug|x86.Build.0 = Debug|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|AnyCPU.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|ARM64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x64.Build.0 = Release|AnyCPU - {745FD4CA-84CC-45D8-A3E2-814A0B9C16C4}.Release|x86.Build.0 = Release|AnyCPU"
windows-latest
D:\a\DevToys\DevToys\src\app\dev\DevToys.Api\Tool\GUI\Components\IUIButton.cs(129,29): warning CS1591: Missing XML comment for publicly visible type or member 'GUI' [D:\a\DevToys\DevToys\src\app\dev\DevToys.Api\DevToys.Api.csproj::TargetFramework=net8.0]
windows-latest
D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\Components\UIElements\UIImageViewerPresenter.razor.cs(259,26): warning CS0168: The variable 'ex' is declared but never used [D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\DevToys.Blazor.csproj]
windows-latest
D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\Components\Menu\NavBar\NavBar.razor.cs(235,44): warning CS8604: Possible null reference argument for parameter 'value' in 'void Guard.IsAssignableToType<TElement>(object value, string name = "")'. [D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\DevToys.Blazor.csproj]
windows-latest
D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\Pages\SubPages\ToolGroup.razor.cs(79,18): warning CA1822: Member 'OnSuggestToolIdeaClick' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822) [D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\DevToys.Blazor.csproj]
windows-latest
D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\Core\Services\FontService.cs(13,96): warning IDE0044: Make field readonly (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0044) [D:\a\DevToys\DevToys\src\app\dev\DevToys.Blazor\DevToys.Blazor.csproj]