Commit 45889b4
fix: remove nullable annotation from TemporaryDirectory
The project does not enable nullable reference types, so string? causes
CS8632 across all target frameworks. Plain string with IsNullOrEmpty
guard achieves the same result.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent be27a00 commit 45889b4
File tree
1 file changed
+1
-1
lines changed- src/TestableIO.System.IO.Abstractions.TestingHelpers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
0 commit comments