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

Pass the correct delimiter for DefineConstants for C# and VB #652

Merged
merged 3 commits into from
Jan 17, 2017
Merged

Pass the correct delimiter for DefineConstants for C# and VB #652

merged 3 commits into from
Jan 17, 2017

Conversation

srivatsn
Copy link
Contributor

We were appending the implicit framework define with a ; in common code. VB needs a ',' as the delimiter.

Also removed a workaround we had for building VB projects since the compiler bug has been fixed. The CLI doesn't have the VB compiler and so I can't add a unit test for VB.

We were appending the implicit framework define with a ; in common code. VB needs a ',' as the delimiter.
@srivatsn
Copy link
Contributor Author

@dotnet/project-system

@srivatsn
Copy link
Contributor Author

Tagging @MattGertz for RTM approval. This unblocks dogfooding by making sure that our VB projects don't break.

@srivatsn srivatsn merged commit 08fc30a into dotnet:master Jan 17, 2017
mmitche pushed a commit to mmitche/sdk that referenced this pull request Jun 5, 2020
…0190521.1 (dotnet#652)

- Microsoft.AspNetCore.Mvc.Api.Analyzers - 3.0.0-preview6-19271-01
- Microsoft.AspNetCore.Mvc.Analyzers - 3.0.0-preview6-19271-01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants