dotnet / dotnet/msbuild

Add TaskEnvironment.GetTempFileName()

Open
#14,723 3 comments 0 reactions 1 assignee Claimed by @VolPlita View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.