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 default VB properties for nowarn, warninglevel and msbuildAllProjects #1127

Merged
merged 3 commits into from
Apr 19, 2017

Conversation

basoundr
Copy link
Contributor

@basoundr basoundr commented Apr 15, 2017

This change adds default value for VB msbuild properties that are required to light up the compile page. The corresponding change in Project system is project-system/2004

This change should go into the Dev15.3 Preview1 branch and not the alpha pack branch. I will retarget the branch once @livarcocc creates the Dev15.3 Preview1 branch.

@davkean @srivatsn @dotnet/project-system for review

Customer scenario

Enables the VB Compile Property page by providing the default VB values

Bugs this fixes:

#346

Workarounds, if any

None

Risk

Low risk - since this just affects that page and adds new properties

Performance impact

None - since this just adds some properties

Is this a regression from a previous update? N/A

Root cause analysis: N/A

How was the bug found? N/A

@srivatsn srivatsn changed the base branch from master to rel/1.0.0 April 15, 2017 22:07
@srivatsn srivatsn changed the base branch from rel/1.0.0 to master April 15, 2017 22:07
@srivatsn
Copy link
Contributor

Change LGTM. You need to rebase to the rel/1.0.0 branch.
Also don't you need defaults for option explicit\implicit etc? Is that coming later?

@basoundr
Copy link
Contributor Author

@srivatsn , I just forgot to add it. I have added them.

@basoundr basoundr changed the base branch from master to rel/1.0.0 April 17, 2017 18:19
@basoundr basoundr changed the base branch from rel/1.0.0 to master April 17, 2017 18:21
@basoundr
Copy link
Contributor Author

I thought there will be a different branch(branched from rel1.0.0) for Dev15.3 Preview1. Are we going to use rel1.0.0? @srivatsn @livarcocc

@basoundr basoundr changed the base branch from master to rel/1.0.0 April 18, 2017 19:51
The options are OptionExplicit, OptionCompare, OptionStrict and OptionInfer
@basoundr
Copy link
Contributor Author

tagging @MattGertz for approval

@basoundr basoundr merged commit 81dae0f into dotnet:rel/1.0.0 Apr 19, 2017
@basoundr basoundr deleted the VBDefaultProperty branch April 19, 2017 00:18
GangWang01 pushed a commit to GangWang01/sdk that referenced this pull request Jun 7, 2022
GangWang01 pushed a commit to GangWang01/sdk that referenced this pull request Jul 11, 2022
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.

4 participants