Updated C# and .NET docs supplement (markdown)
parent
b554462e49
commit
7f9714a3e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue