We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a9c29 commit abae5f7Copy full SHA for abae5f7
deadlock-dotnet-sdk/Domain/SafeFileHandleEx.cs
@@ -390,6 +390,11 @@ void getFileOrDirectoryName(string path)
390
}
391
392
393
+ /// <summary>
394
+ /// Returns a path without the drive letter and separator e.g. "\\Repos\\BinToss\\deadlock-dotnet-diagnostics\\deadlock-diagnostics"<br/>
395
+ /// -OR-<br/>
396
+ /// The exception detailing what prevented the operation from starting or what caused it to fail.
397
+ /// </summary>
398
public unsafe (string? v, Exception? ex) FileNameInfo
399
{
400
get
0 commit comments