Decision on whether parsing should be case-sensitive #3237
Labels
need-pm-discussion
Need agreement from PM that the issue aligns to targeted stories for any of the next 2 releases
triaged
The issue was evaluated by the triage team, placed on correct area, next action defined.
Milestone
The current parser is case sensitive:
--Nullable
and--nullable
are different options.We need to decide whether to keep it so with new parser.
If we decide to keep parser case-sensitive, we should probably adopt naming symbols with small character in
template.json
, to avoid putting entry in dotnetcli.host.json just for case change, and make respective changes in the templates (for example now we have Framework, but langVersion). Alternatively, we can change the case of first letter programmatically.Originally posted by @vlada-shubina in #3173 (comment)
The text was updated successfully, but these errors were encountered: