Update the mappings for the label for selecting the csharp language so that the display label is "c#" and the internal mapped value is "csharp" so draft can parse it correctly.
Also add a warning for languages that don't have any mapped versions to catch a similar error in the future.
Fixes # (issue)
Feature # (details)
Type of change
[X] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
[X] Manually Executing the "Draft a Dockerfile" command from the command palette and selecting "c#" as the language and each version type. I confirmed that a valid dockerfile is produced for each scenario
[X] Existing unit tests pass
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have added tests that prove my fix is effective or that my feature works
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
Description
Update the mappings for the label for selecting the csharp language so that the display label is "c#" and the internal mapped value is "csharp" so draft can parse it correctly. Also add a warning for languages that don't have any mapped versions to catch a similar error in the future.
Fixes # (issue) Feature # (details)
Type of change
How Has This Been Tested?
Checklist: