Updated C# and .NET docs supplement (markdown)

James Groom 2023-08-06 05:00:48 +10:00
parent b08b8013d6
commit 2909642107
1 changed files with 2 additions and 2 deletions

@ -30,7 +30,7 @@ Use `MSBuildProjectDirectory`. Note that the latter doesn't include a trailing s
[up-to-date docs on MSDN](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli)
`dotnet list BizHawk.sln package --outdated` lists outdated `<PackageReference/>`s
`dotnet list BizHawk.sln package --outdated` will list outdated `<PackageReference/>`s
## `String.GetHashCode` stability
@ -49,7 +49,7 @@ It seems that `Guid`'s implementation *is* stable across instances, and even acr
![SystemIcons_Win10](https://user-images.githubusercontent.com/13409956/217321727-b3527c87-3ad9-44bb-8276-01afde65a939.png)
![SystemIcons_Mono](https://user-images.githubusercontent.com/13409956/217311223-0d6acd76-203b-4694-9f45-4e4b8acc184b.png)
Notice also the default window icon (`Form.Icon`): on Windows, it's a distinct icon; on Mono, it resembles `SystemIcon.Application` (not shown in the screenshot). From 2.9, EmuHawk overrides the default.
Notice also the default window icon (`Form.Icon`): on Windows, it's a distinct icon; on Mono (not shown in the screenshot), it resembles `SystemIcon.Application`. From 2.9, EmuHawk overrides the default to the logo.
## Type casting