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
Since the dotnet build cmdline now includes /p:DefineConstants=DISASMO, this value is taken instead of any value defined in the csproj.
I like being able to detect Disasmo runs from my project and/or code, but maybe an alternate property would be better. We could then bridge that into DefineConstants ourselves if we want that.
The text was updated successfully, but these errors were encountered:
Since the
dotnet build
cmdline now includes/p:DefineConstants=DISASMO
, this value is taken instead of any value defined in the csproj.I like being able to detect Disasmo runs from my project and/or code, but maybe an alternate property would be better. We could then bridge that into
DefineConstants
ourselves if we want that.The text was updated successfully, but these errors were encountered: