diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index 4176bc4..3dad8b4 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -1,5 +1,5 @@ To save us repeating our complaints about the lack of proper documentation under each section, let's agree to gather all the frustration here: -> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA +> AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Contribute to [the official docs](https://github.com/dotnet/docs) if possible. @@ -23,10 +23,8 @@ On (older versions of?) VS, `Condition` is ignored if placed on a property. Crea ## MSBuild property evaluation execution order - -When ``ing a `.props` file, `ProjectDir` is unset (but `SolutionDir` *is* set, if applicable). Use `MSBuildProjectDirectory`. +When ``ing a `.props` file, `ProjectDir` is unset (but `SolutionDir` *is* set, if applicable). +Use `MSBuildProjectDirectory`. Note that the latter doesn't include a trailing slash. ## `String.GetHashCode` stability