simplify CreateTempSubdirectory - #45633
#45633Conversation
|
@marcpopMSFT @baronfel can we backport it to 9.0.2xx? |
nagilson
left a comment
There was a problem hiding this comment.
Please see my comment on #45631 (comment)
|
updated. it guarantees the desired file mode is set on unix without pinvoke |
|
Thank you for this fix and your patience in the review process 👏 |
|
@dotnet/source-build May you PTAL at these failures? |
|
|
thanks for syncing with main @nagilson |
|
@kasperk81 I believe that PR links to this one, your activity is private, and I didnt see any other SDK PRS from you, which one did you mean? |
|
oh sorry i meant #45637 |
InternalAbstractionsnetstandard support is only needed byMicrosoft.NET.TestFramework.csproj. for thatCreateTempSubdirectoryis using p/invoke for all dependentsmaking
InternalAbstractionsmulti-framework same asMicrosoft.NET.TestFramework.csprojto simplifyCreateTempSubdirectoryand deleting unused methods#45631