Skip to content

Commit f1de638

Browse files
committed
Merge branch 'develop' into release/1.0.0
2 parents a771b2b + 22ab672 commit f1de638

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

SourceGeneratorContext/CodeGenerator.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

SourceGeneratorContext/SourceGeneratorContext.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
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>

SourceGeneratorContext/Templates.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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/>

0 commit comments

Comments
 (0)