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 50fde84 commit bed875fCopy full SHA for bed875f
1 file changed
src/ThisAssembly.Resources/CSharp.sbntxt
@@ -16,6 +16,17 @@
16
/// => @"{{ $0.Path }}"
17
{{~ end ~}}
18
/// </summary>
19
+ {{~ if Remarks ~}}
20
+ {{ Remarks }}
21
+ /// <see cref="{{ Url }}"/>
22
+ {{~ end ~}}
23
+ {{~ if Warn ~}}
24
+ [Obsolete("{{ Warn }}", false
25
+ #if NET6_0_OR_GREATER
26
+ , UrlFormat = "{{ Url }}"
27
+ #endif
28
+ )]
29
30
public static partial class {{ $0.Name }}
31
{
32
{{~ if $0.IsText ~}}
@@ -57,16 +68,5 @@ namespace {{ Namespace }};
57
68
/// <summary>
58
69
/// Provides access to assembly resources.
59
70
60
- {{~ if Remarks ~}}
61
- {{ Remarks }}
62
- /// <see cref="{{ Url }}"/>
63
- {{~ end ~}}
64
- {{~ if Warn ~}}
65
- [Obsolete("{{ Warn }}", false
66
- #if NET6_0_OR_GREATER
67
- , UrlFormat = "{{ Url }}"
- #endif
- )]
71
{{ render RootArea }}
72
}
0 commit comments