You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/scrubbers.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Scrubbers can be added to an instance of `VerifySettings` or globally on `Verifi
25
25
26
26
* The current solution directory will be replaced with `{SolutionDirectory}`. To disable use `VerifierSettings.DontScrubSolutionDirectory()` in a module initializer.
27
27
* The current project directory will be replaced with `{ProjectDirectory}`. To disable use `VerifierSettings.DontScrubProjectDirectory()` in a module initializer.
28
+
* 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.
28
29
* The `AppDomain.CurrentDomain.BaseDirectory` will be replaced with `{CurrentDirectory}`.
29
30
* The `Assembly.CodeBase` will be replaced with `{CurrentDirectory}`.
30
31
* The `Path.GetTempPath()` will be replaced with `{TempPath}`.
0 commit comments