From 9ac435f73cd102e57070978d04cf1c3e92b9133f Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:17:40 +0200 Subject: [PATCH 01/12] Revert Microsoft.CodeAnalysis.CSharp to version 4.13.0 --- .../CSharp.SourceGenerators.Extensions.csproj | 2 +- src/FluentBuilderGenerator/FluentBuilderGenerator.csproj | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj index 060433b..f602350 100644 --- a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj +++ b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj @@ -27,7 +27,7 @@ - + diff --git a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj index 36abfa4..3fc2802 100644 --- a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj +++ b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj @@ -53,11 +53,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + @@ -73,5 +69,4 @@ <_Parameter1>DynamicProxyGenAssembly2 - \ No newline at end of file From e3ba78e5ad5ad0df74b25e0513153b20fe147d64 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:19:02 +0200 Subject: [PATCH 02/12] ubuntu-latest --- .github/workflows/BuildAndTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index db86bae..b7a0ea9 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022] + os: [windows-2022, ubuntu-latest] steps: - uses: actions/checkout@v4 From a1923c1edc46bacaac3051abc8a5dcb5494c05d9 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:20:19 +0200 Subject: [PATCH 03/12] .NET 6 SDK --- .github/workflows/BuildAndTest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index b7a0ea9..b4a60ac 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -18,6 +18,11 @@ jobs: steps: - uses: actions/checkout@v4 + + - name: Setup .NET 6 SDK + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '6.0.x' - name: Setup .NET 8 SDK uses: actions/setup-dotnet@v4 From 5f6b50df309f95087a05f2739b48af4b32cd6ae4 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:22:11 +0200 Subject: [PATCH 04/12] 411 --- .../CSharp.SourceGenerators.Extensions.csproj | 4 ++-- src/FluentBuilderGenerator/FluentBuilderGenerator.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj index f602350..40412dc 100644 --- a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj +++ b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj @@ -1,4 +1,4 @@ - + 0.0.14 @@ -27,7 +27,7 @@ - + diff --git a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj index 3fc2802..3e0cf0a 100644 --- a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj +++ b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj @@ -53,7 +53,7 @@ - + From 54d180ec6767f66e87d061d1420c925829e08c64 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:23:34 +0200 Subject: [PATCH 05/12] no 6 --- .github/workflows/BuildAndTest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index b4a60ac..9fda56c 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Setup .NET 6 SDK - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '6.0.x' + # - name: Setup .NET 6 SDK + # uses: actions/setup-dotnet@v4 + # with: + # dotnet-version: '6.0.x' - name: Setup .NET 8 SDK uses: actions/setup-dotnet@v4 From e04ad7b99914ef30b126b87e41965b5c58208b56 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:24:44 +0200 Subject: [PATCH 06/12] no 6 / no 8 --- .github/workflows/BuildAndTest.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index 9fda56c..b884bd9 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -18,16 +18,11 @@ jobs: steps: - uses: actions/checkout@v4 - - # - name: Setup .NET 6 SDK + + # - name: Setup .NET 8 SDK # uses: actions/setup-dotnet@v4 # with: - # dotnet-version: '6.0.x' - - - name: Setup .NET 8 SDK - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '8.0.x' + # dotnet-version: '8.0.x' - name: 'Build' run: dotnet build "./FluentBuilder Solution.sln" -c Release From 75c4f919a9d4c1c73cc0e73c59dbe7037d5f27f5 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:32:43 +0200 Subject: [PATCH 07/12] Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" --- src-examples/BuilderConsumer/Content.cs | 2 +- src-examples/BuilderConsumer/Settings.cs | 2 +- .../CSharp.SourceGenerators.Extensions.csproj | 2 +- src/FluentBuilderGenerator/FluentBuilderGenerator.csproj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-examples/BuilderConsumer/Content.cs b/src-examples/BuilderConsumer/Content.cs index 186f143..59d14fc 100644 --- a/src-examples/BuilderConsumer/Content.cs +++ b/src-examples/BuilderConsumer/Content.cs @@ -2,6 +2,6 @@ namespace BuilderConsumer { public class Content { - public string Id { get; set; } + public string Id { get; set; } = string.Empty; } } \ No newline at end of file diff --git a/src-examples/BuilderConsumer/Settings.cs b/src-examples/BuilderConsumer/Settings.cs index 3f0e3d1..8420e26 100644 --- a/src-examples/BuilderConsumer/Settings.cs +++ b/src-examples/BuilderConsumer/Settings.cs @@ -4,6 +4,6 @@ namespace BuilderConsumer { public class Settings { - public IReadOnlyCollection Contents { get; set; } + public IReadOnlyCollection Contents { get; set; } = []; } } \ No newline at end of file diff --git a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj index 40412dc..6b77d8a 100644 --- a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj +++ b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj @@ -27,7 +27,7 @@ - + diff --git a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj index 3e0cf0a..64c54f7 100644 --- a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj +++ b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj @@ -53,7 +53,7 @@ - + From e602f3c939a56c69e714e905694bdf0554ea956d Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:36:46 +0200 Subject: [PATCH 08/12] . --- .github/workflows/BuildAndTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index b884bd9..99245c3 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: Setup .NET 8 SDK + # - name: Setup .NET 8 SDK # uses: actions/setup-dotnet@v4 # with: # dotnet-version: '8.0.x' From 3b55fd90de17f8785a1ba6bb638b2cae6db5073c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:39:21 +0200 Subject: [PATCH 09/12] 092 --- .../BuilderConsumerNET45/BuilderConsumerNET45_viaNuGet.csproj | 4 ++-- .../BuilderConsumerNET8_ViaNuGet.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-examples/BuilderConsumerNET45/BuilderConsumerNET45_viaNuGet.csproj b/src-examples/BuilderConsumerNET45/BuilderConsumerNET45_viaNuGet.csproj index a908642..6c0f493 100644 --- a/src-examples/BuilderConsumerNET45/BuilderConsumerNET45_viaNuGet.csproj +++ b/src-examples/BuilderConsumerNET45/BuilderConsumerNET45_viaNuGet.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src-examples/BuilderConsumerNET8_ViaNuGet/BuilderConsumerNET8_ViaNuGet.csproj b/src-examples/BuilderConsumerNET8_ViaNuGet/BuilderConsumerNET8_ViaNuGet.csproj index 8017749..cfa5550 100644 --- a/src-examples/BuilderConsumerNET8_ViaNuGet/BuilderConsumerNET8_ViaNuGet.csproj +++ b/src-examples/BuilderConsumerNET8_ViaNuGet/BuilderConsumerNET8_ViaNuGet.csproj @@ -10,7 +10,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive From aacd7535f7f3a43d41f76bca21ef75d9edcb8917 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:42:07 +0200 Subject: [PATCH 10/12] . --- .../BuilderConsumerNET72.csproj | 2 +- .../ClassWithPrimaryConstructor.cs | 16 +++++++------- .../BuilderConsumerNET8_ViaNuGet/Program.cs | 22 +++++++++---------- .../RecordWithPrimaryConstructor.cs | 16 +++++++------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src-examples/BuilderConsumerNET72/BuilderConsumerNET72.csproj b/src-examples/BuilderConsumerNET72/BuilderConsumerNET72.csproj index c7eaa31..d95a91d 100644 --- a/src-examples/BuilderConsumerNET72/BuilderConsumerNET72.csproj +++ b/src-examples/BuilderConsumerNET72/BuilderConsumerNET72.csproj @@ -3,7 +3,7 @@ Exe net472 - + 12 diff --git a/src-examples/BuilderConsumerNET8_ViaNuGet/ClassWithPrimaryConstructor.cs b/src-examples/BuilderConsumerNET8_ViaNuGet/ClassWithPrimaryConstructor.cs index 5a68077..a5469e3 100644 --- a/src-examples/BuilderConsumerNET8_ViaNuGet/ClassWithPrimaryConstructor.cs +++ b/src-examples/BuilderConsumerNET8_ViaNuGet/ClassWithPrimaryConstructor.cs @@ -1,11 +1,11 @@ -using FluentBuilder; +//using FluentBuilder; -namespace BuilderConsumerNET8; +//namespace BuilderConsumerNET8; -[AutoGenerateBuilder] -public class ClassWithPrimaryConstructor(string test, int num) -{ - public string Normal { get; set; } = string.Empty; +//[AutoGenerateBuilder] +//public class ClassWithPrimaryConstructor(string test, int num) +//{ +// public string Normal { get; set; } = string.Empty; - public string Data { get; } = test + num; -} \ No newline at end of file +// public string Data { get; } = test + num; +//} \ No newline at end of file diff --git a/src-examples/BuilderConsumerNET8_ViaNuGet/Program.cs b/src-examples/BuilderConsumerNET8_ViaNuGet/Program.cs index e9e1630..a6482fc 100644 --- a/src-examples/BuilderConsumerNET8_ViaNuGet/Program.cs +++ b/src-examples/BuilderConsumerNET8_ViaNuGet/Program.cs @@ -34,16 +34,16 @@ static void Main(string[] args) Console.WriteLine($"{userC.FirstName.Length} {userC.LastName == null}"); - var rec = new RecordWithPrimaryConstructorBuilder() - .WithNormal("normal") - .WithTest("t") - .WithNum(50) - .Build(); - - var cls = new ClassWithPrimaryConstructorBuilder() - .WithNormal("normal") - .WithTest("t") - .WithNum(50) - .Build(); + //var rec = new RecordWithPrimaryConstructorBuilder() + // .WithNormal("normal") + // .WithTest("t") + // .WithNum(50) + // .Build(); + + //var cls = new ClassWithPrimaryConstructorBuilder() + // .WithNormal("normal") + // .WithTest("t") + // .WithNum(50) + // .Build(); } } \ No newline at end of file diff --git a/src-examples/BuilderConsumerNET8_ViaNuGet/RecordWithPrimaryConstructor.cs b/src-examples/BuilderConsumerNET8_ViaNuGet/RecordWithPrimaryConstructor.cs index 9a56f33..8841f47 100644 --- a/src-examples/BuilderConsumerNET8_ViaNuGet/RecordWithPrimaryConstructor.cs +++ b/src-examples/BuilderConsumerNET8_ViaNuGet/RecordWithPrimaryConstructor.cs @@ -1,11 +1,11 @@ -using FluentBuilder; +//using FluentBuilder; -namespace BuilderConsumerNET8; +//namespace BuilderConsumerNET8; -[AutoGenerateBuilder] -public record RecordWithPrimaryConstructor(string Test, int Num) -{ - public string Normal { get; set; } = string.Empty; +//[AutoGenerateBuilder] +//public record RecordWithPrimaryConstructor(string Test, int Num) +//{ +// public string Normal { get; set; } = string.Empty; - public string Data { get; } = Test + Num; -} \ No newline at end of file +// public string Data { get; } = Test + Num; +//} \ No newline at end of file From 1197cb076100d82e533c5b70897ded05c02790f8 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:43:36 +0200 Subject: [PATCH 11/12] 8 --- .github/workflows/BuildAndTest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index 99245c3..b7a0ea9 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v4 - # - name: Setup .NET 8 SDK - # uses: actions/setup-dotnet@v4 - # with: - # dotnet-version: '8.0.x' + - name: Setup .NET 8 SDK + uses: actions/setup-dotnet@v4 + with: + dotnet-version: '8.0.x' - name: 'Build' run: dotnet build "./FluentBuilder Solution.sln" -c Release From d7e2ab9a8570f917741f698c34e26eea2ce7a25e Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 31 Aug 2025 10:45:06 +0200 Subject: [PATCH 12/12] version -> 013 --- .../CSharp.SourceGenerators.Extensions.csproj | 2 +- src/FluentBuilderGenerator/FluentBuilderGenerator.csproj | 2 +- .../AbcTest.OtherNamespace.ClassOnOtherNamespaceBuilder.g.cs | 2 +- ...cTest.OtherNamespace.ClassOnOtherNamespace_IListBuilder.g.cs | 2 +- .../DTO/BuilderGeneratorTests.DTO.AddressBuilder.g.cs | 2 +- .../DTO/BuilderGeneratorTests.DTO.Address_ArrayBuilder.g.cs | 2 +- .../BuilderGeneratorTests.DTO.Address_ICollectionBuilder.g.cs | 2 +- .../BuilderGeneratorTests.DTO.Address_IEnumerableBuilder.g.cs | 2 +- .../DTO/BuilderGeneratorTests.DTO.Address_IListBuilder.g.cs | 2 +- ...erGeneratorTests.DTO.Address_IReadOnlyCollectionBuilder.g.cs | 2 +- .../BuilderGeneratorTests.DTO.Address_IReadOnlyListBuilder.g.cs | 2 +- .../DTO/FluentBuilder.ArrayBuilder.g.cs | 2 +- .../DTO/FluentBuilder.BaseBuilder.g.cs | 2 +- tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.Extra.g.cs | 2 +- .../DTO/FluentBuilder.ICollectionBuilder.g.cs | 2 +- .../DTO/FluentBuilder.IDictionaryBuilder.g.cs | 2 +- .../DTO/FluentBuilder.IEnumerableBuilder.g.cs | 2 +- .../DTO/FluentBuilder.IListBuilder.g.cs | 2 +- .../DTO/FluentBuilder.IReadOnlyCollectionBuilder.g.cs | 2 +- .../DTO/FluentBuilder.IReadOnlyListBuilder.g.cs | 2 +- .../DTO/FluentBuilderGeneratorTests.DTO.AddressBuilder_T_.g.cs | 2 +- ...FluentBuilderGeneratorTests.DTO.AddressTTBuilder_T1_T2_.g.cs | 2 +- ...BuilderGeneratorTests.DTO.ClassWithFuncAndActionBuilder.g.cs | 2 +- ...uilderGeneratorTests.DTO.ClassWithInitPropertiesBuilder.g.cs | 2 +- ...erGeneratorTests.DTO.ClassWithPrimaryConstructorBuilder.g.cs | 2 +- ...uilderGeneratorTests.DTO.ClassWithPrivateSetter1Builder.g.cs | 2 +- ...uilderGeneratorTests.DTO.ClassWithPrivateSetter2Builder.g.cs | 2 +- ...lderGeneratorTests.DTO.ClassWithPropertyValueSetBuilder.g.cs | 2 +- .../FluentBuilderGeneratorTests.DTO.InternalClassBuilder.g.cs | 2 +- .../FluentBuilderGeneratorTests.DTO.MyDummyClassBuilder.g.cs | 2 +- .../FluentBuilderGeneratorTests.DTO.MyInternalClassBuilder.g.cs | 2 +- ...rGeneratorTests.DTO.RecordWithPrimaryConstructorBuilder.g.cs | 2 +- .../DTO/FluentBuilderGeneratorTests.DTO.TestBuilder.g.cs | 2 +- .../DTO/FluentBuilderGeneratorTests.DTO.ThingBuilder.g.cs | 2 +- .../DTO/FluentBuilderGeneratorTests.DTO.UserBuilder.g.cs | 2 +- .../DTO/FluentBuilderGeneratorTests.DTO.UserTBuilder_T_.g.cs | 2 +- ...ratorTests.DTO.UserTWithAddressAndConstructorBuilder_T_.g.cs | 2 +- ...ntBuilderGeneratorTests.DTO.UserTWithAddressTBuilder_T_.g.cs | 2 +- .../FluentBuilderGeneratorTests.DTO.Option_IListBuilder.g.cs | 2 +- .../DTO2/FluentBuilderGeneratorTests.DTO2.MyOptionBuilder.g.cs | 2 +- ...FluentBuilderIgnore_Should_GenerateCorrectFiles.verified.txt | 2 +- ...odsIsWithAndWithout_Should_GenerateCorrectFiles.verified.txt | 2 +- ...s_MethodsIsWithOnly_Should_GenerateCorrectFiles.verified.txt | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj index 6b77d8a..e1de1d9 100644 --- a/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj +++ b/src-extensions/CSharp.SourceGenerators.Extensions/CSharp.SourceGenerators.Extensions.csproj @@ -1,7 +1,7 @@  - 0.0.14 + 0.0.15 netstandard2.1 latest enable diff --git a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj index 64c54f7..878c7a7 100644 --- a/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj +++ b/src/FluentBuilderGenerator/FluentBuilderGenerator.csproj @@ -1,7 +1,7 @@  - 0.12.0 + 0.13.0 netstandard2.0 latest true diff --git a/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespaceBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespaceBuilder.g.cs index b771389..6319e08 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespaceBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespaceBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespace_IListBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespace_IListBuilder.g.cs index ef7aea3..d830d16 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespace_IListBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/AbcTest.OtherNamespace.ClassOnOtherNamespace_IListBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.AddressBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.AddressBuilder.g.cs index f4830fe..24f7802 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.AddressBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.AddressBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ArrayBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ArrayBuilder.g.cs index 27a4646..aff540f 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ArrayBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ArrayBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ICollectionBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ICollectionBuilder.g.cs index 6a3cd65..9221719 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ICollectionBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_ICollectionBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IEnumerableBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IEnumerableBuilder.g.cs index 66b4b07..007c247 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IEnumerableBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IEnumerableBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IListBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IListBuilder.g.cs index 08f5f32..d05bcdd 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IListBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IListBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyCollectionBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyCollectionBuilder.g.cs index 0c07284..9883277 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyCollectionBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyCollectionBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyListBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyListBuilder.g.cs index 38d1df8..7fdcea4 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyListBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/BuilderGeneratorTests.DTO.Address_IReadOnlyListBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ArrayBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ArrayBuilder.g.cs index d9d3afd..f9cafb3 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ArrayBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ArrayBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.BaseBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.BaseBuilder.g.cs index dc5009b..b86c141 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.BaseBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.BaseBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.Extra.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.Extra.g.cs index 4c9ee5e..74cedf9 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.Extra.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.Extra.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ICollectionBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ICollectionBuilder.g.cs index 30fd5a9..b7e3f33 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ICollectionBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.ICollectionBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IDictionaryBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IDictionaryBuilder.g.cs index f70deaa..0b9336e 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IDictionaryBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IDictionaryBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IEnumerableBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IEnumerableBuilder.g.cs index b3adba9..3e2cbe7 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IEnumerableBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IEnumerableBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IListBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IListBuilder.g.cs index fef14f7..123f92f 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IListBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IListBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyCollectionBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyCollectionBuilder.g.cs index b0097ea..0293bc4 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyCollectionBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyCollectionBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyListBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyListBuilder.g.cs index bb1717b..b1d1fe9 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyListBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilder.IReadOnlyListBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressBuilder_T_.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressBuilder_T_.g.cs index f239bc9..8bd00e6 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressBuilder_T_.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressBuilder_T_.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressTTBuilder_T1_T2_.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressTTBuilder_T1_T2_.g.cs index 1c447bc..57e124a 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressTTBuilder_T1_T2_.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.AddressTTBuilder_T1_T2_.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithFuncAndActionBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithFuncAndActionBuilder.g.cs index 47b073d..57a4151 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithFuncAndActionBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithFuncAndActionBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithInitPropertiesBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithInitPropertiesBuilder.g.cs index e35c965..df72e55 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithInitPropertiesBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithInitPropertiesBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrimaryConstructorBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrimaryConstructorBuilder.g.cs index 63b33a8..e84cc1c 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrimaryConstructorBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrimaryConstructorBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter1Builder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter1Builder.g.cs index 7b66466..c30f976 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter1Builder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter1Builder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter2Builder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter2Builder.g.cs index 7f6d049..ccb421c 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter2Builder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPrivateSetter2Builder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPropertyValueSetBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPropertyValueSetBuilder.g.cs index fd87873..3f820b5 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPropertyValueSetBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ClassWithPropertyValueSetBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.InternalClassBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.InternalClassBuilder.g.cs index 2635b25..e6afddf 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.InternalClassBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.InternalClassBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyDummyClassBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyDummyClassBuilder.g.cs index 928adf6..5848b05 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyDummyClassBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyDummyClassBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyInternalClassBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyInternalClassBuilder.g.cs index d8d31d1..950017f 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyInternalClassBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.MyInternalClassBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.RecordWithPrimaryConstructorBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.RecordWithPrimaryConstructorBuilder.g.cs index 17f3ac3..dcb1e77 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.RecordWithPrimaryConstructorBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.RecordWithPrimaryConstructorBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.TestBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.TestBuilder.g.cs index ba78426..75bd9ef 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.TestBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.TestBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ThingBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ThingBuilder.g.cs index f7c7738..ee78e08 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ThingBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.ThingBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserBuilder.g.cs index dfb8723..925de4d 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTBuilder_T_.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTBuilder_T_.g.cs index a79e4ad..82233c2 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTBuilder_T_.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTBuilder_T_.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressAndConstructorBuilder_T_.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressAndConstructorBuilder_T_.g.cs index f65b4ee..1304c06 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressAndConstructorBuilder_T_.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressAndConstructorBuilder_T_.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressTBuilder_T_.g.cs b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressTBuilder_T_.g.cs index 4edc14b..81432e0 100644 --- a/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressTBuilder_T_.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO/FluentBuilderGeneratorTests.DTO.UserTWithAddressTBuilder_T_.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO.Option_IListBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO.Option_IListBuilder.g.cs index 845c4f0..c92c446 100644 --- a/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO.Option_IListBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO.Option_IListBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO2.MyOptionBuilder.g.cs b/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO2.MyOptionBuilder.g.cs index d64e9ff..247c2f6 100644 --- a/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO2.MyOptionBuilder.g.cs +++ b/tests/FluentBuilderGeneratorTests/DTO2/FluentBuilderGeneratorTests.DTO2.MyOptionBuilder.g.cs @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ClassWithFluentBuilderIgnore_Should_GenerateCorrectFiles.verified.txt b/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ClassWithFluentBuilderIgnore_Should_GenerateCorrectFiles.verified.txt index 8fa5c48..ca966bd 100644 --- a/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ClassWithFluentBuilderIgnore_Should_GenerateCorrectFiles.verified.txt +++ b/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ClassWithFluentBuilderIgnore_Should_GenerateCorrectFiles.verified.txt @@ -3,7 +3,7 @@ Source: //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithAndWithout_Should_GenerateCorrectFiles.verified.txt b/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithAndWithout_Should_GenerateCorrectFiles.verified.txt index 8fa5c48..ca966bd 100644 --- a/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithAndWithout_Should_GenerateCorrectFiles.verified.txt +++ b/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithAndWithout_Should_GenerateCorrectFiles.verified.txt @@ -3,7 +3,7 @@ Source: //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithOnly_Should_GenerateCorrectFiles.verified.txt b/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithOnly_Should_GenerateCorrectFiles.verified.txt index 8fa5c48..ca966bd 100644 --- a/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithOnly_Should_GenerateCorrectFiles.verified.txt +++ b/tests/FluentBuilderGeneratorTests/FluentBuilderSourceGeneratorTests.GenerateFiles_ForSimpleClass_MethodsIsWithOnly_Should_GenerateCorrectFiles.verified.txt @@ -3,7 +3,7 @@ Source: //------------------------------------------------------------------------------ // -// This code was generated by https://github.com/StefH/FluentBuilder version 0.12.0.0 +// This code was generated by https://github.com/StefH/FluentBuilder version 0.13.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated.