-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InvalidOperationException thrown #31
Comments
Hi, tried reproducing. But as I don't have MAUI workload installed, I'm not even able to do the design-time build.
So I don't have to install the MAUI workloads on my machine, would you mind debugging Depends for me? Place a breakpoint around here depends/src/Depends.Core/DependencyAnalyzer.cs Lines 253 to 258 in 92edbd8
targetFramework , runtimeIdentifier , and lockFile.Targets 😄
|
Thank you for the reply, I'll give that a try and let you know. |
targetFramework is
The list of libraries in the net6.0 target is:
|
I attempted to use the tool against the
main
branch of the CSLA .NET project (Source/csla.build.sln) and got this exception:This solution builds a wide range of projects, most UI types, class libraries, netfx, net8.0, and more. I don't see in the exception where there's any indication of which project caused the failure. Let me know if I can provide assistance.
The text was updated successfully, but these errors were encountered: