Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2024
1 parent d0277ed commit dc2ebf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/scrubbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Scrubbers can be added to an instance of `VerifySettings` or globally on `Verifi

* The current solution directory will be replaced with `{SolutionDirectory}`. To disable use `VerifierSettings.DontScrubSolutionDirectory()` in a module initializer.
* The current project directory will be replaced with `{ProjectDirectory}`. To disable use `VerifierSettings.DontScrubProjectDirectory()` in a module initializer.
* On Windows, the current [user profile](https://learn.microsoft.com/en-us/dotnet/api/system.environment.specialfolder) will be replaced with `{UserProfile}`. To disable use `VerifierSettings.DontScrubUserProfile()` in a module initializer.
* The `AppDomain.CurrentDomain.BaseDirectory` will be replaced with `{CurrentDirectory}`.
* The `Assembly.CodeBase` will be replaced with `{CurrentDirectory}`.
* The `Path.GetTempPath()` will be replaced with `{TempPath}`.
Expand Down

0 comments on commit dc2ebf6

Please sign in to comment.