We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting multiple items in DefineConstants is getting mangled. None of the following work:
// semi colon ("DefineConstants", "ENABLE_SAMPLE_SVC;PREPRODUCTION_ENV") :: defaultProps // value ("DefineConstants", "ENABLE_SAMPLE_SVC=;PREPRODUCTION_ENV=;") :: defaultProps // space as separator as mentioned in #1385 ("DefineConstants", "ENABLE_SAMPLE_SVC PREPRODUCTION_ENV") :: defaultProps
Try to define multiple compiler constants
Both compiler constants must be defined
NA
% dotnet --info [1:18:52 PM]|(Sandbox) .NET SDK (reflecting any global.json): Version: 6.0.120 Commit: d63b17be66 Runtime Environment: OS Name: manjaro OS Version: OS Platform: Linux RID: arch-x64 Base Path: /usr/share/dotnet/sdk/6.0.120/ Host: Version: 7.0.9 Architecture: x64 Commit: 8e9a17b221 .NET SDKs installed: 6.0.120 [/usr/share/dotnet/sdk] .NET runtimes installed: Microsoft.AspNetCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 7.0.9 [/usr/share/dotnet/shared/Microsoft.NETCore.App] Other architectures found: None Environment variables: DOTNET_ROOT [/usr/share/dotnet] global.json file: /home/raghu/code/ra/Lemans-Common-Services/global.json Learn more: https://aka.ms/dotnet/info Download .NET: https://aka.ms/dotnet/download
The text was updated successfully, but these errors were encountered:
Welcome to the FAKE community! Thank you so much for creating your first issue and therefore improving the project!
Sorry, something went wrong.
No branches or pull requests
Description
Setting multiple items in DefineConstants is getting mangled. None of the following work:
Repro steps
Try to define multiple compiler constants
Expected behavior
Both compiler constants must be defined
Actual behavior
Known workarounds
NA
Related information
The text was updated successfully, but these errors were encountered: