Commit 4428b0b
[release/4.0] Improve unique directory generation for temp files (#7528)
* Improve unique directory generation for temp files
Refactor unique directory creation logic to use random file names.
* Update src/Microsoft.ML.Core/Data/Repository.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix build
---------
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 187cf00 commit 4428b0b
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| |||
0 commit comments