Fixed generator build #1
Annotations
11 warnings
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/.
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
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"
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
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"
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
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"
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Run: PreliminaryCheck, Clean, Restore, BuildGenerators, RunTests
/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]
|
Loading