We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9998ad4 commit 411d4feCopy full SHA for 411d4fe
source/MetadataProcessor.Core/DumpGenerator/DumpTemplates.cs
@@ -18,7 +18,6 @@ internal partial class DumpTemplates
18
{{#each MemberReferences}}
19
MemberRefProps [{{ReferenceId}}]: '{{Name}}' [{{Signature}}]{{#newline}}
20
{{/each}}
21
-{{#newline}}
22
23
{{#if TypeReferences}}{{#newline}}{{/if}}
24
@@ -48,8 +47,8 @@ internal partial class DumpTemplates
48
47
InterfaceImplProps [{{ReferenceId}}]: Itf: {{Interface}}{{#newline}}
49
50
{{#if InterfaceDefinitions}}{{#newline}}{{/if}}
51
52
+{{#if TypeDefinitions}}{{#newline}}{{/if}}
53
54
{{#each Attributes}}
55
Attribute: {{Name}}::[{{ReferenceId}} {{TypeToken}}]{{#newline}}
0 commit comments