Skip to content

Conversation

@pranavkm
Copy link
Contributor

@pranavkm pranavkm commented Aug 19, 2021

Port #19840 to 6.0-rc1

  • When reverting changes to the VisualBasic.targets file, a property initialization was missed. This would have introduced
    a regression for users upgrading to the 6.0 SDK when they had global imports disabled in their apps.
  • Only add implicitly enabled imports for C# projects.
  • Update the stage 0 SDK and re-enable skipped / altered tests

Fixes #19793
Fixes #19696


Description

Ports fixes and enhancements to ImplictUsings feature that were added in rc1.

a) While undoing some of the changes we made to this feature while making it opt-in, we missed undoing a change to the VB targets. This affects all tfms, so we'd like to get this in.
b) We had a last minute feature request to only define implicitly defined usings for C# projects based on user feedback. This PR adds that change.

Regression?

  • Yes
  • No

[If yes, specify the version the behavior has regressed from]

Risk

  • High
  • Medium
  • Low

[Justify the selection above]

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

Addresses [issue number]
Fixes #19793
Fixes #19696

* When reverting changes to the VisualBasic.targets file, a property initialization was missed. This would have introduced
a regression for users upgrading to the 6.0 SDK when they had global imports disabled in their apps.
* Only add implicitly enabled imports for C# projects.
* Update the stage 0 SDK and re-enable skipped / altered tests

Fixes #19793
Fixes #19696
@ghost ghost added the Area-External label Aug 19, 2021
@pranavkm pranavkm requested a review from wli3 August 19, 2021 17:43
@pranavkm pranavkm merged commit 4922f39 into release/6.0.1xx-rc1 Aug 20, 2021
@pranavkm pranavkm deleted the prkrishn/port branch August 31, 2021 19:41
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.

2 participants