Add TaskEnvironment.GetTempFileName()
Open
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
`Path.GetTempFileName()` creates a uniquely named, empty file. A replacement requires a separate `TaskEnvironment.GetTempFileName()` API design.
The design must define the task-specific temporary directory, concurrent file creation, compatibility with `Path.GetTempFileName()`, cleanup and error behavior, and the MSBuildTask0002 recommendation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.