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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I am trying to figure out how to do multi choices with condtionals
I found this example: https://github.com/dotnet/templating/wiki/Conditions
I copied it as is into my template
When I do this
#if (Platform == MacOS)
// MacOS choice flag specified here
#endif
Does not matter if I choose it or not it always seems to be fall.
I am using NET 8, Blazor 8 and Visual Studio 2022 if that makes any difference
Beta Was this translation helpful? Give feedback.
All reactions