File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed
Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ public CodeGenerator(
3030 private readonly EquatableImmutableArray < AdditionalTextDescription > _additionalTextDescriptions ;
3131 private readonly EquatableImmutableArray < MetadataReferenceDescription > _metadataReferenceDescriptions ;
3232
33- protected override string AutoGeneratedComment => Templates . AutoGeneratedComment ;
34-
3533 protected override void AppendDocComments ( )
3634 {
3735 Buffer . AppendLines ( Templates . ClassDocCommentsBegin ) ;
Original file line number Diff line number Diff line change 5656 </PropertyGroup >
5757
5858 <ItemGroup >
59- <PackageReference Include =" Datacute.AdditionalTextConstantGenerator" Version =" 1.0.0 " >
59+ <PackageReference Include =" Datacute.AdditionalTextConstantGenerator" Version =" 1.0.2 " >
6060 <PrivateAssets >all</PrivateAssets >
6161 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6262 </PackageReference >
63- <PackageReference Include =" Datacute.IncrementalGeneratorExtensions" Version =" 1.0.3 " >
63+ <PackageReference Include =" Datacute.IncrementalGeneratorExtensions" Version =" 1.0.5 " >
6464 <PrivateAssets >all</PrivateAssets >
6565 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6666 </PackageReference >
Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ internal static partial class Templates
1515 public const string IncludeFlagsHintName =
1616 "Datacute.SourceGeneratorContext.IncludeFlags.g.cs" ;
1717
18- public const string AutoGeneratedComment = /* language=c# */
19- @"//------------------------------------------------------------------------------
20- // <auto-generated>
21- // This code was generated by the Datacute.SourceGeneratorContext.
22- // </auto-generated>
23- //------------------------------------------------------------------------------
24- " ;
25-
2618 public const string ClassDocCommentsBegin = /* language=c# */
2719 @"/// <summary>
2820/// When this item is examined by a source generator...<br/><br/>
You can’t perform that action at this time.
0 commit comments