© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
2 replies
Brady Kelly

Project skipped on Solution Build

My solution of five projects has
Cts.Maui.Dx
Cts.Maui.Dx
as the main project, with a project reference to
Cts.Maui.Models
Cts.Maui.Models
, but when I try a solution build in Rider, I get the following build output, with errors because
Cts.Maui.Models
Cts.Maui.Models
is missing. The other two projects seem to be building fine.

Build with surface heuristics started at 08:16:46
Use build tool: C:\Program Files\dotnet\sdk\8.0.204\MSBuild.dll
CONSOLE: MSBuild version 17.9.8+b34f75857 for .NET
CONSOLE: Build started 4/21/2024 8:16:46 AM.
CONSOLE: Project "C:\Users\brady\AppData\Local\Temp\Zojapov.proj" on node 1 (default targets).
CONSOLE: ControllerTarget:
CONSOLE:   Run controller from C:\Program Files\JetBrains\Rider\r2r\2023.3.4R\533CB127EA8D8D4CE2837F707AB6B81\JetBrains.Platform.MsBuildTask.v17.dll
0>------- Started building project: Cts.Wpf
1>------- Started building project: Cts.Maui.Tests
2>------- Started building project: Cts.Maui.Dx
Build with surface heuristics started at 08:16:46
Use build tool: C:\Program Files\dotnet\sdk\8.0.204\MSBuild.dll
CONSOLE: MSBuild version 17.9.8+b34f75857 for .NET
CONSOLE: Build started 4/21/2024 8:16:46 AM.
CONSOLE: Project "C:\Users\brady\AppData\Local\Temp\Zojapov.proj" on node 1 (default targets).
CONSOLE: ControllerTarget:
CONSOLE:   Run controller from C:\Program Files\JetBrains\Rider\r2r\2023.3.4R\533CB127EA8D8D4CE2837F707AB6B81\JetBrains.Platform.MsBuildTask.v17.dll
0>------- Started building project: Cts.Wpf
1>------- Started building project: Cts.Maui.Tests
2>------- Started building project: Cts.Maui.Dx


This is the abridged output. The actual output has three bloody entries for
dotnet.exe exec "C:\Program Files\dotnet\sdk\8.0.204\Roslyn\bincore\csc.dll"
dotnet.exe exec "C:\Program Files\dotnet\sdk\8.0.204\Roslyn\bincore\csc.dll"
that total a whopping 15kb per line but I assume these are for the three projects that are building.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

how to build solution
C#CC# / help
2y ago
❔ Visual Studio build solution problem
C#CC# / help
4y ago
Adding cmake project to VS solution?
C#CC# / help
2y ago