We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3ca32 commit 57eafa8Copy full SHA for 57eafa8
README.md
@@ -10,14 +10,15 @@
10
* Example Usage:
11
12
```csharp
13
- // This example is in cshtml
+ // This example is in cshtml.
14
@(AssemblyInfo.Date.ToString("yyyy-MM-dd HH-mm"))
15
```
16
17
* RepositoryPaths: Provides consistent environment-independent normalized pathing within a repository.
18
19
20
21
+ // In this case, the GetDefaultRepoRoot() method can be used to get the root of a repository.
22
string fullPathToTheFile = Path.Combine(RepositoryPaths.GetDefaultRepoRoot(), "TheFile.txt");
23
24
0 commit comments