Updated C# and .NET docs supplement (markdown)

James Groom 2023-02-09 00:46:02 +10:00
parent b554462e49
commit 7f9714a3e4
1 changed files with 3 additions and 0 deletions

@ -17,6 +17,9 @@ On (older versions of?) VS, `Condition` is ignored if placed on a property. Crea
## MSBuild property evaluation execution order
<!-- TODO check
When `<Import/>`ing a `.props` file, `ProjectDir` is unset during property evaluation i.e. in `<PropertyGroup/>`s (but `SolutionDir` *is* set, if applicable). Use `MSBuildProjectDirectory`.
-->
When `<Import/>`ing a `.props` file, `ProjectDir` is unset (but `SolutionDir` *is* set, if applicable). Use `MSBuildProjectDirectory`.
## `String.GetHashCode` stability