Skip to content
New issue

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

add vb language version 15 to command line parser #11670

Merged
merged 2 commits into from
Jun 3, 2016

Conversation

TyOverby
Copy link
Contributor

@TyOverby TyOverby commented May 31, 2016

Sister-pr to #11660

@dotnet/roslyn-compiler

@TyOverby TyOverby changed the title add vb version 15 add vb language version 15 to command line parser May 31, 2016
@AdamSpeight2008
Copy link
Contributor

#11666

@AlekseyTs
Copy link
Contributor

LGTM

@TyOverby
Copy link
Contributor Author

TyOverby commented Jun 2, 2016

Thanks @AlekseyTs!

@dotnet/roslyn-compiler: one more review please! It's small, I promise!

@@ -100,7 +100,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
Dim parseDocumentationComments As Boolean = False ' Don't just null check documentationFileName because we want to do this even if the file name is invalid.
Dim outputKind As OutputKind = OutputKind.ConsoleApplication
Dim ssVersion As SubsystemVersion = SubsystemVersion.None
Dim languageVersion As LanguageVersion = LanguageVersion.VisualBasic14
Dim languageVersion As LanguageVersion = languageVersion.VisualBasic15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LanguageVersion.VisualBasic15

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, thank you!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not like VB is case-sensitive. 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lAnGuAgEvErSiOn it is then!

@cston
Copy link
Member

cston commented Jun 2, 2016

LGTM

@TyOverby TyOverby merged commit 33af77c into dotnet:future Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants