forked from andrewjsaid/builderbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5946c5
commit d07b8a6
Showing
4 changed files
with
14 additions
and
26 deletions.
There are no files selected for viewing
5 changes: 1 addition & 4 deletions
5
...erGeneratorSnapshotTests.GenericClassShouldGenerateCodeCorrectly#FooBuilder.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 6 additions & 9 deletions
15
...pshots/BuilderGeneratorSnapshotTests.GenericClassShouldGenerateCodeCorrectly.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
{ | ||
Diagnostics: [ | ||
{ | ||
Message: Successfully generated source for builder with name `Foo`, | ||
Id: BB002, | ||
Title: Successfully generated source for builder, | ||
Severity: Info, | ||
WarningLevel: 1, | ||
Descriptor: { | ||
Id: BB002, | ||
Title: Successfully generated source for builder, | ||
MessageFormat: Successfully generated source for builder with name `{0}`, | ||
Category: Compilation, | ||
DefaultSeverity: Info, | ||
IsEnabledByDefault: true | ||
} | ||
Location: : (0,0)-(0,0), | ||
MessageFormat: Successfully generated source for builder with name `{0}`, | ||
Message: Successfully generated source for builder with name `Foo`, | ||
Category: Compilation | ||
} | ||
] | ||
} |
5 changes: 1 addition & 4 deletions
5
...rGeneratorSnapshotTests.NoNamespaceShouldGenerateCodeCorrectly#PointBuilder.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 6 additions & 9 deletions
15
...apshots/BuilderGeneratorSnapshotTests.NoNamespaceShouldGenerateCodeCorrectly.verified.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
{ | ||
Diagnostics: [ | ||
{ | ||
Message: Successfully generated source for builder with name `Point`, | ||
Id: BB002, | ||
Title: Successfully generated source for builder, | ||
Severity: Info, | ||
WarningLevel: 1, | ||
Descriptor: { | ||
Id: BB002, | ||
Title: Successfully generated source for builder, | ||
MessageFormat: Successfully generated source for builder with name `{0}`, | ||
Category: Compilation, | ||
DefaultSeverity: Info, | ||
IsEnabledByDefault: true | ||
} | ||
Location: : (0,0)-(0,0), | ||
MessageFormat: Successfully generated source for builder with name `{0}`, | ||
Message: Successfully generated source for builder with name `Point`, | ||
Category: Compilation | ||
} | ||
] | ||
} |