Consider replacing GetTempFileName with GetTempPath and GetRandomFileName
jbagga opened this issue · 0 comments
jbagga commented
Consider removing uses of GetTempFileName
as
The GetTempFileName method will raise an IOException if it is used to create more than 65535 files without deleting previous temporary files.
The following use GetTempFileName
:
Deploy-1Linux-TestCell.ps1
Deploy-MultiRegion-TestCell.ps1
Deploy-WinLinux-TestCell.ps1
See aspnet/Coherence-Signed#510 for more information.
cc @Eilon