Updated C# and .NET docs supplement (markdown)
parent
b08b8013d6
commit
2909642107
|
@ -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
|
|||

|
||||

|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue