This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Switch to use CoreLib Path class.#13920
Merged
JeremyKuhne merged 1 commit intodotnet:masterfrom Dec 10, 2016
Merged
Conversation
ianhays
reviewed
Nov 23, 2016
| {24BCEC6B-B9D2-47BC-9D66-725BD6B526FA}.net46_Debug|Any CPU.Build.0 = net46_Debug|Any CPU | ||
| {24BCEC6B-B9D2-47BC-9D66-725BD6B526FA}.net46_Release|Any CPU.ActiveCfg = net46_Release|Any CPU | ||
| {24BCEC6B-B9D2-47BC-9D66-725BD6B526FA}.net46_Release|Any CPU.Build.0 = net46_Release|Any CPU | ||
| {24BCEC6B-B9D2-47BC-9D66-725BD6B526FA}.netstandard1.7_Debug|Any CPU.ActiveCfg = Debug|Any CPU |
Contributor
There was a problem hiding this comment.
Do we need all this sln junk?
Member
Author
There was a problem hiding this comment.
Need, no. Didn't see a point in not including it since these project entries were missing. :)
ianhays
approved these changes
Nov 23, 2016
Member
Author
|
Hitting an issue with the Environment variables being cached on Unix. Investigating. |
Leaving the code for UAP for now- we may end up needing to keep it. (Notably for the Crypto) Use the core environment variable code.
aea228d to
9e7ac50
Compare
Member
Author
|
@dotnet-bot test Innerloop OSX Release Build and Test |
steveharter
pushed a commit
to steveharter/dotnet_corefx
that referenced
this pull request
Dec 19, 2016
Leaving the code for UAP for now- we may end up needing to keep it. (Notably for the Crypto) Use the core environment variable code.
picenka21
pushed a commit
to picenka21/runtime
that referenced
this pull request
Feb 18, 2022
Leaving the code for UAP for now- we may end up needing to keep it. (Notably for the Crypto) Use the core environment variable code. Commit migrated from dotnet/corefx@227c654
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Leaving the code for UAP for now- we may end up needing to keep it.
(Notably for the Crypto)
@ianhays