Skip to content

Remove unnecessary reflection in Environment.GetFolderPathCore.Unix.cs - #55677

Merged
stephentoub merged 1 commit into
dotnet:mainfrom
akoeplinger:remove-reflection
Jul 15, 2021
Merged

Remove unnecessary reflection in Environment.GetFolderPathCore.Unix.cs#55677
stephentoub merged 1 commit into
dotnet:mainfrom
akoeplinger:remove-reflection

Conversation

@akoeplinger

@akoeplingerakoeplinger commented Jul 14, 2021

Copy link
Copy Markdown
Member

System.IO.Directory was moved into CoreLib with #53231 so we can call it directly now. Thanks to @andreakarasho for noticing this on Discord!

System.IO.Directory was moved into CoreLib with dotnet#53231 so we can call it directly now.
@ghost

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@stephentoubstephentoub left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.

@andreakarasho

Copy link
Copy Markdown

You are welcome :)

@stephentoub
stephentoub merged commit 39135a4 into dotnet:mainJul 15, 2021
@akoeplinger
akoeplinger deleted the remove-reflection branch July 15, 2021 10:13
@ghostghost locked as resolved and limited conversation to collaborators Aug 14, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@akoeplinger@andreakarasho@jkoritzinsky@stephentoub