Skip to content

Consider replacing GetTempFileName with GetTempPath and GetRandomFileName #8439

@jbagga

Description

@jbagga

dotnet-install.ps1 uses GetTempFileName, however

The GetTempFileName method will raise an IOException if it is used to create more than 65535 files without deleting previous temporary files.

See https://github.com/aspnet/Coherence-Signed/issues/510 for more information.

cc @Eilon

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions