From 2909642107f138291f06b043c45b65d75440d919 Mon Sep 17 00:00:00 2001 From: James Groom Date: Sun, 6 Aug 2023 05:00:48 +1000 Subject: [PATCH] Updated C# and .NET docs supplement (markdown) --- C#-and-.NET-docs-supplement.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index 2258e92..8cd4419 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -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 ``s +`dotnet list BizHawk.sln package --outdated` will list outdated ``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