Updated C# and .NET docs supplement (markdown)
parent
e204737949
commit
dbf240ea3b
|
@ -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:
|
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.
|
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
|
## MSBuild property evaluation execution order
|
||||||
|
|
||||||
<!-- TODO check
|
When `<Import/>`ing a `.props` file, `ProjectDir` is unset <!-- TODO only during property evaluation? --> (but `SolutionDir` *is* set, if applicable).
|
||||||
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`.
|
Use `MSBuildProjectDirectory`. Note that the latter doesn't include a trailing slash.
|
||||||
-->
|
|
||||||
When `<Import/>`ing a `.props` file, `ProjectDir` is unset (but `SolutionDir` *is* set, if applicable). Use `MSBuildProjectDirectory`.
|
|
||||||
|
|
||||||
## `String.GetHashCode` stability
|
## `String.GetHashCode` stability
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue