From 7f9714a3e41f7db7418caa5829f2f435aedd4c63 Mon Sep 17 00:00:00 2001 From: James Groom Date: Thu, 9 Feb 2023 00:46:02 +1000 Subject: [PATCH] Updated C# and .NET docs supplement (markdown) --- C#-and-.NET-docs-supplement.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index c7ccc8f..db8b33b 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -17,6 +17,9 @@ 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`. ## `String.GetHashCode` stability