How to declare a property that is set in the MSBuild invocation? #155
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 1 comment
-
Not currently. This class of issues should be mostly solved when I add support for opening files within the context of having been imported by a project, rather than treating every open file as if it's the toplevel. There will of course be some properties that are expected to be set via an environment variable or commandline argument, and for these you will need a schema file. However, maybe we can simplify this with a special "environment schema" and a context menu "add to environment schema" or something. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
When a property is set in the MSBuild invocation (either explicitly or by environment variable), it's always marked as not assigned:
Is there a way to inform that it's externally set?
Beta Was this translation helpful? Give feedback.
All reactions