-
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.
Bump the verify group with 2 updates (#136)
* Bump the verify group with 2 updates Bumps the verify group with 2 updates: [Verify.SourceGenerators](https://github.com/VerifyTests/Verify.SourceGenerators) and [Verify.XUnit](https://github.com/VerifyTests/Verify). Updates `Verify.SourceGenerators` from 2.4.3 to 2.5.0 - [Release notes](https://github.com/VerifyTests/Verify.SourceGenerators/releases) - [Commits](VerifyTests/Verify.SourceGenerators@2.4.3...2.5.0) Updates `Verify.XUnit` from 26.4.5 to 26.5.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@26.4.5...26.5.0) --- updated-dependencies: - dependency-name: Verify.SourceGenerators dependency-type: direct:production update-type: version-update:semver-minor dependency-group: verify - dependency-name: Verify.XUnit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: verify ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate snapshots --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Trejbal <[email protected]>
- Loading branch information
1 parent
2202ea5
commit 0af61f5
Showing
18 changed files
with
42 additions
and
57 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
31 changes: 24 additions & 7 deletions
31
...sonConverterIncrementalGeneratorSnapshotTests.NotAnnotatedEnumReportingWorks.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,14 +1,31 @@ | ||
{ | ||
Diagnostics: [ | ||
{ | ||
Id: AVI_EJC_0002, | ||
Title: There is an enum without json converter configuration, | ||
Location: /* | ||
|
||
public enum EMyEnum | ||
^^^^^^^^^^^^^^^^^^^ | ||
{ | ||
^ | ||
A, | ||
^^^^^^ | ||
B, | ||
^^^^^^ | ||
} | ||
^ | ||
*/ | ||
: (4,0)-(8,1), | ||
Message: There is an enum 'ApplicationNamespace.Contracts.EMyEnum' without json converter configuration. Add [EnumJsonConverterAttribute] or disable warning using [DisableEnumJsonConverterAttribute]., | ||
Severity: Warning, | ||
WarningLevel: 1, | ||
Location: : (4,0)-(8,1), | ||
MessageFormat: There is an enum '{0}' without json converter configuration. Add [EnumJsonConverterAttribute] or disable warning using [DisableEnumJsonConverterAttribute]., | ||
Message: There is an enum 'ApplicationNamespace.Contracts.EMyEnum' without json converter configuration. Add [EnumJsonConverterAttribute] or disable warning using [DisableEnumJsonConverterAttribute]., | ||
Category: Aviationexam.GeneratedJsonConverters.SourceGenerator | ||
Descriptor: { | ||
Id: AVI_EJC_0002, | ||
Title: There is an enum without json converter configuration, | ||
MessageFormat: There is an enum '{0}' without json converter configuration. Add [EnumJsonConverterAttribute] or disable warning using [DisableEnumJsonConverterAttribute]., | ||
Category: Aviationexam.GeneratedJsonConverters.SourceGenerator, | ||
DefaultSeverity: Warning, | ||
IsEnabledByDefault: true | ||
} | ||
} | ||
] | ||
} | ||
} |
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
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
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
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
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
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
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
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
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
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