From 26d0623141589ca5460d177bd670b04fd85b8ff2 Mon Sep 17 00:00:00 2001 From: GrahamTheCoder Date: Sat, 15 Feb 2020 16:10:51 +0000 Subject: [PATCH] Add issue reference --- ICSharpCode.CodeConverter/Shared/ProjectConversion.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ICSharpCode.CodeConverter/Shared/ProjectConversion.cs b/ICSharpCode.CodeConverter/Shared/ProjectConversion.cs index 6bc6851d8..7290af4aa 100644 --- a/ICSharpCode.CodeConverter/Shared/ProjectConversion.cs +++ b/ICSharpCode.CodeConverter/Shared/ProjectConversion.cs @@ -170,6 +170,7 @@ private static async Task> ConvertProjectContents( /// /// Use this to stop the library exiting the process without telling us. + /// https://github.com/dotnet/roslyn/issues/41724 /// /// /// The simplification code in particular is quite buggy, scattered with "throw ExceptionUtilities.Unreachable" with no particular reasoning for why the code wouldn't be reachable.