Skip to content

Commit 7d9cb4e

Browse files
committed
Fixed failing unit tests
1 parent 9b123f2 commit 7d9cb4e

File tree

17 files changed

+17
-0
lines changed

17 files changed

+17
-0
lines changed

src/UnitTests/Snapshots/Events/EventsTests.ActionEvents_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Events/EventsTests.CustomEvents_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Events/EventsTests.SimpleEvents_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Events/EventsTests.WithExcludedEvents_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Methods/MethodsTests.ComplexMethodArgument_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Methods/MethodsTests.EmptyMethodsArguments_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Methods/MethodsTests.RecordSimpleMethodArguments_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Methods/MethodsTests.SimpleMethodArguments_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Methods/MethodsTests.WithExcludedMethods_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

src/UnitTests/Snapshots/Properties/PropertiesTests.ComplexProperties_AssertResults#GenerateInterfaceAttribute.g.verified.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//HintName: GenerateInterfaceAttribute.g.cs
22

3+
#nullable enable
34
namespace ProgrammerAl.SourceGenerators.PublicInterfaceGenerator.Attributes
45
{
56
[System.AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)]

0 commit comments

Comments
 (0)