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
And although I can see that the conditional compilation with __DEBUG works in my project's code, it doesn't seem to affect FSharp.Text.Parsing as the compiler still complains about Flags module being non-existent.
I'm new to FSharp and the dotnet ecosystem, so probably missing something obvious and would appreciate some help!
The text was updated successfully, but these errors were encountered:
I see that
FSharp.Text.Parsing
has runtime debug output gated by the preprocessor#if __DEBUG
.I tried defining the
__DEBUG
preprocessor symbol in my project:And although I can see that the conditional compilation with
__DEBUG
works in my project's code, it doesn't seem to affectFSharp.Text.Parsing
as the compiler still complains aboutFlags
module being non-existent.I'm new to FSharp and the dotnet ecosystem, so probably missing something obvious and would appreciate some help!
The text was updated successfully, but these errors were encountered: