A utility library for IntelliTect
$ dotnet add package IntelliTect.MultitoolReleaseDateAttribute: Gets an UTC DateTime from compile time.
// This example is in cshtml.
@ReleaseDateAttribute.GetReleaseDate() // Returns a time in UTC
RepositoryPaths: Provides consistent environment-independent normalized pathing within a repository.
// In this case, the GetDefaultRepoRoot() method can be used to get the root of a repository.
string fullPathToTheFile = Path.Combine(RepositoryPaths.GetDefaultRepoRoot(), "TheFile.txt");
See the CONTRIBUTING.md file here.