You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
Is this expected at this time, or am I doing something wrong?
For sanity checking, I added some compile time warnings to the code and then turned on warningsAsErrors in both of the last two examples... made no difference, so my guess is that these sections are being completely ignored at this point.
The text was updated successfully, but these errors were encountered:
You're right. It should be in project.json, and it's ignored. Also, as far as I know, DNX is going away, so I'm not sure there is any point in continuing adding features to this. The "new way" is dotnet CLI. Someone else has (as far as I know) already made F# support for that (it's a lot simpler). Whether or not it support custom constants though, I have no clue.
Leaving the issue open for now though, until I know for sure that DNX is really dead (dying).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ok, I decided to just sprout this as a new issue (since everything I've tried doesn't work, and we're completely blocked at this point).
AFAICT, the .xproj file should support: in the Globals PropertyGroup. It's ignored.
However, the Project.json file appears to be the right place and should support define (according to online docs):
It's ignored.
The other approach is to put it in a configuration:
but that's also ignore.is also ignored.
Is this expected at this time, or am I doing something wrong?
For sanity checking, I added some compile time warnings to the code and then turned on warningsAsErrors in both of the last two examples... made no difference, so my guess is that these sections are being completely ignored at this point.
The text was updated successfully, but these errors were encountered: