Skip to content

Commit bbe8e63

Browse files
authored
bug: Auto Fixtures 10.0.1 won't generate source (#2193)
* fix: remove codegen because it breaks generation * trying to determine how to enforce uniqueness * updating to the new verify approach
1 parent c47b9e5 commit bbe8e63

237 files changed

Lines changed: 75 additions & 3410 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Testing.AutoFixtures/Attribute.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ internal static class Attribute
44
{
55
public static string Source() => @$"#nullable enable
66
using System;
7-
using System.Diagnostics;
87
98
namespace Rocket.Surgery.Extensions.Testing.AutoFixtures
109
{{
1110
{AutoFixtures.CodeGenerationAttribute}
1211
[AttributeUsage(AttributeTargets.Class)]
13-
[Conditional(""CODEGEN"")]
1412
internal class AutoFixtureAttribute : Attribute
1513
{{
1614
public AutoFixtureAttribute() : this(null) {{}}

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_0f8ce1d00dd8bcec.DotNet8_0.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_0f8ce1d00dd8bcec.DotNet9_0.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_0f8ce1d00dd8bcec.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_10e840425924897f.DotNet8_0.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_10e840425924897f.DotNet9_0.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_10e840425924897f.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_11cb3554d9af89db.DotNet8_0.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_11cb3554d9af89db.DotNet9_0.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/Testing.AutoFixtures.Tests/AutoFixtureGeneratorTests.GivenAutoFixtureAttribute_WhenGenerate_ThenGeneratesAutoFixture_11cb3554d9af89db.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)