Updated C# and .NET docs supplement (markdown)
parent
7f9714a3e4
commit
85a5809405
|
@ -11,6 +11,10 @@ To save us repeating our complaints about the lack of proper documentation under
|
|||
|
||||
see [feature matrix](https://github.com/TASEmulators/BizHawk/wiki/Available-C%23-and-.NET-features) page
|
||||
|
||||
## Guarded `default` in `switch` statements
|
||||
|
||||
You can only have 1 `default` branch, but `case _ when ...:` doesn't work. However, `case var _ when ...:` does.
|
||||
|
||||
## MSBuild `Condition` placement
|
||||
|
||||
On (older versions of?) VS, `Condition` is ignored if placed on a property. Create a new `<PropertyGroup/>`.
|
||||
|
|
Loading…
Reference in New Issue