Skip to content

Commit

Permalink
Bump the verify group with 2 updates (#136)
Browse files Browse the repository at this point in the history
* 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
dependabot[bot] and trejjam authored Sep 19, 2024
1 parent 2202ea5 commit 0af61f5
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="Verify.XUnit" Version="26.4.5" />
<PackageReference Include="Verify.SourceGenerators" Version="2.4.3" />
<PackageReference Include="Verify.XUnit" Version="26.5.0" />
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
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
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ namespace Aviationexam.GeneratedJsonConverters.Attributes;
/// When placed on an enum, indicates that generator should not report missing <see cref="EnumJsonConverterAttribute" />
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Enum, AllowMultiple = false, Inherited = false)]
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute
{
}
internal sealed class DisableEnumJsonConverterAttribute : System.Text.Json.Serialization.JsonAttribute;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

namespace Aviationexam.GeneratedJsonConverters;

internal interface IDiscriminatorStruct
{
}
internal interface IDiscriminatorStruct;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

namespace Aviationexam.GeneratedJsonConverters;

internal interface IDiscriminatorStruct
{
}
internal interface IDiscriminatorStruct;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

namespace Aviationexam.GeneratedJsonConverters;

internal interface IDiscriminatorStruct
{
}
internal interface IDiscriminatorStruct;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

namespace Aviationexam.GeneratedJsonConverters;

internal interface IDiscriminatorStruct
{
}
internal interface IDiscriminatorStruct;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

namespace Aviationexam.GeneratedJsonConverters;

internal interface IDiscriminatorStruct
{
}
internal interface IDiscriminatorStruct;
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@

namespace Aviationexam.GeneratedJsonConverters;

internal interface IDiscriminatorStruct
{
}
internal interface IDiscriminatorStruct;

0 comments on commit 0af61f5

Please sign in to comment.