Skip to content

Commit ed2ee98

Browse files
committed
Output verbose diagnostic messages.
1 parent 4c39763 commit ed2ee98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generator/Java.Interop.Tools.Generator.Transformation/JavaTypeResolutionFixups.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static void WriteCycle (StreamWriter writer, int index, CollectionResolutionResu
7575
writer.WriteLine ();
7676

7777
foreach (var item in result.Unresolvables)
78-
writer.WriteLine ($"'{item.Unresolvable}' was removed because the Java type '{item.MissingType}' could not be found.");
78+
writer.WriteLine (item.GetDisplayMessage ());
7979

8080
writer.WriteLine ();
8181
}

0 commit comments

Comments
 (0)