auto-generated code causes build error #2234
Unanswered
JurjendeGroot
asked this question in
Questions
Replies: 1 comment 1 reply
-
This code isn't generated by CSLA, it is being generated by ASP.NET (that is my guess anyway). I suspect you are missing an assembly reference to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Csla v5.4.0 (in the ABP.IO framework)
When Building the solution in VS2019 (16.9.4) the following 'code' is generated in my Blazor project (in the obj folder) and causes a build-error (below). At this time since I'm still developing I just mark that line as comment and then all is well until I do another build. However I expect problems down the road when building in a devops pipeline...
Is there some way, an option or setting, to prevent this code being generated ?
Build error:
Beta Was this translation helpful? Give feedback.
All reactions