Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix creating subdirectories under directories with trailing separator…#30367

Merged
JeremyKuhne merged 1 commit intodotnet:release/2.1from
JeremyKuhne:port30283
Jun 27, 2018
Merged

Fix creating subdirectories under directories with trailing separator…#30367
JeremyKuhne merged 1 commit intodotnet:release/2.1from
JeremyKuhne:port30283

Conversation

@JeremyKuhne
Copy link
Member

@JeremyKuhne JeremyKuhne commented Jun 13, 2018

This change ports PR #30293, which fixes #30283.

  • Fix creating subdirectories under directories with trailing separators

This broke with #27810. Reworked the logic in an attempt to be clearer and added test cases.

This addresses #30283.

  • Flip the logic to make it a little easier to follow.
    (Reduces the number of nots.)

  • Skip new test on desktop

dotnet#30293)

* Fix creating subdirectories under directories with trailing separators

This broke with dotnet#27810. Reworked the logic in an attempt to be clearer and added test cases.

This addresses #30283.

* Flip the logic to make it a little easier to follow.
(Reduces the number of nots.)

* Skip new test on desktop
@JeremyKuhne JeremyKuhne added area-System.IO Servicing-consider Issue for next servicing release review labels Jun 13, 2018
@JeremyKuhne JeremyKuhne added this to the 2.1.x milestone Jun 13, 2018
@JeremyKuhne JeremyKuhne self-assigned this Jun 13, 2018
@JeremyKuhne
Copy link
Member Author

@dotnet-bot test OSX x64 Debug Build

@JeremyKuhne JeremyKuhne merged commit cf7e0a0 into dotnet:release/2.1 Jun 27, 2018
@danmoseley danmoseley removed the Servicing-consider Issue for next servicing release review label Aug 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants