Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Console.WriteLine($"SafeFileNameOptionalReplacementChar: {safeFileNameOptionalRe
//SafeFileNameOptionalReplacementChar: file Name
```

Try it yourself: [dotnetfiddle.net/bFWqX0](https://dotnetfiddle.net/bFWqX0)
Try it yourself: [dotnetfiddle](https://dotnetfiddle.net/gJ2VOQ)

## Rules

Expand Down Expand Up @@ -64,4 +64,4 @@ New-VHD -Path $vhdpath -Dynamic -SizeBytes $vhdsize | Mount-VHD -Passthru |Initi
```

Running as admin will automatically create and mount a exFat drive while tests are running.
.
.
Loading