Skip to content

Commit

Permalink
build(deps): bump Verify.SourceGenerators from 2.4.0 to 2.5.0 in /src (
Browse files Browse the repository at this point in the history
…#61)

* build(deps): bump Verify.SourceGenerators from 2.4.0 to 2.5.0 in /src

Bumps [Verify.SourceGenerators](https://github.com/VerifyTests/Verify.SourceGenerators) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/VerifyTests/Verify.SourceGenerators/releases)
- [Commits](VerifyTests/Verify.SourceGenerators@2.4.0...2.5.0)

---
updated-dependencies:
- dependency-name: Verify.SourceGenerators
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: update verify snapshots

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mvarendorff <[email protected]>
  • Loading branch information
dependabot[bot] and mvarendorff2 authored Nov 5, 2024
1 parent 580fda2 commit eb68f68
Show file tree
Hide file tree
Showing 19 changed files with 267 additions and 141 deletions.
2 changes: 1 addition & 1 deletion src/Fluss.UnitTest/Fluss.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Verify.SourceGenerators" Version="2.4.0"/>
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0"/>
<PackageReference Include="Verify.Xunit" Version="26.4.4"/>
<PackageReference Include="xunit" Version="2.9.2"/>
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
{
Diagnostics: [
{
Id: FLUSS0001,
Title: Class must be partial,
Severity: Error,
WarningLevel: 0,
Location: : (4,0)-(7,1),
MessageFormat: Class '{0}' must be partial,
Location: /*

[Crud]
^^^^^^
public class TestCrud {
^^^^^^^^^^^^^^^^^^^^^^^
public int Id { get; set; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
}
^
*/
: (4,0)-(7,1),
Message: Class 'TestCrud' must be partial,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0001,
Title: Class must be partial,
MessageFormat: Class '{0}' must be partial,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
{
Diagnostics: [
{
Id: FLUSS0001,
Title: Class must be partial,
Severity: Error,
WarningLevel: 0,
Location: : (4,0)-(7,1),
MessageFormat: Class '{0}' must be partial,
Location: /*

[Crud]
^^^^^^
public class TestCrud {
^^^^^^^^^^^^^^^^^^^^^^^
public int Id { get; set; }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
}
^
*/
: (4,0)-(7,1),
Message: Class 'TestCrud' must be partial,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0001,
Title: Class must be partial,
MessageFormat: Class '{0}' must be partial,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0003,
Title: Duplicate property name,
Severity: Error,
WarningLevel: 0,
Location: : (7,18)-(7,22),
MessageFormat: Duplicate property name '{0}' found in CRUD class '{1}',
Location: /*
public int Test { get; set; }
public string Test { get; set; }
^^^^
}
*/
: (7,18)-(7,22),
Message: Duplicate property name 'Test' found in CRUD class 'TestCrud',
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0003,
Title: Duplicate property name,
MessageFormat: Duplicate property name '{0}' found in CRUD class '{1}',
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0003,
Title: Duplicate property name,
Severity: Error,
WarningLevel: 0,
Location: : (7,18)-(7,22),
MessageFormat: Duplicate property name '{0}' found in CRUD class '{1}',
Location: /*
public int Test { get; set; }
public string Test { get; set; }
^^^^
}
*/
: (7,18)-(7,22),
Message: Duplicate property name 'Test' found in CRUD class 'TestCrud',
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0003,
Title: Duplicate property name,
MessageFormat: Duplicate property name '{0}' found in CRUD class '{1}',
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0002,
Title: ID property type must be supported,
Severity: Error,
WarningLevel: 0,
Location: : (6,18)-(6,20),
MessageFormat: The ID property '{0}' must be of type Guid or a struct that could be a strongly-typed ID,
Location: /*
public partial class TestCrud {
public string Id { get; set; }
^^
}
*/
: (6,18)-(6,20),
Message: The ID property 'Id' must be of type Guid or a struct that could be a strongly-typed ID,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0002,
Title: ID property type must be supported,
MessageFormat: The ID property '{0}' must be of type Guid or a struct that could be a strongly-typed ID,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0002,
Title: ID property type must be supported,
Severity: Error,
WarningLevel: 0,
Location: : (6,18)-(6,20),
MessageFormat: The ID property '{0}' must be of type Guid or a struct that could be a strongly-typed ID,
Location: /*
public partial class TestCrud {
public string Id { get; set; }
^^
}
*/
: (6,18)-(6,20),
Message: The ID property 'Id' must be of type Guid or a struct that could be a strongly-typed ID,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0002,
Title: ID property type must be supported,
MessageFormat: The ID property '{0}' must be of type Guid or a struct that could be a strongly-typed ID,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0008,
Title: Invalid inheritance,
Severity: Error,
WarningLevel: 0,
Location: : (7,21)-(7,29),
MessageFormat: CRUD classes should not inherit from other classes as they will inherit from AggregateRoot,
Location: /*
[Crud]
public partial class TestCrud : BaseClass {
^^^^^^^^
public int Id { get; set; }
*/
: (7,21)-(7,29),
Message: CRUD classes should not inherit from other classes as they will inherit from AggregateRoot,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0008,
Title: Invalid inheritance,
MessageFormat: CRUD classes should not inherit from other classes as they will inherit from AggregateRoot,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0008,
Title: Invalid inheritance,
Severity: Error,
WarningLevel: 0,
Location: : (7,21)-(7,29),
MessageFormat: CRUD classes should not inherit from other classes as they will inherit from AggregateRoot,
Location: /*
[Crud]
public partial class TestCrud : BaseClass {
^^^^^^^^
public int Id { get; set; }
*/
: (7,21)-(7,29),
Message: CRUD classes should not inherit from other classes as they will inherit from AggregateRoot,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0008,
Title: Invalid inheritance,
MessageFormat: CRUD classes should not inherit from other classes as they will inherit from AggregateRoot,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0005,
Title: Namespace missing,
Severity: Error,
WarningLevel: 0,
Location: : (3,21)-(3,29),
MessageFormat: CRUD classes must be defined within a namespace,
Location: /*
[Crud]
public partial class TestCrud {
^^^^^^^^
public int Id { get; set; }
*/
: (3,21)-(3,29),
Message: CRUD classes must be defined within a namespace,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0005,
Title: Namespace missing,
MessageFormat: CRUD classes must be defined within a namespace,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
Diagnostics: [
{
Id: FLUSS0005,
Title: Namespace missing,
Severity: Error,
WarningLevel: 0,
Location: : (3,21)-(3,29),
MessageFormat: CRUD classes must be defined within a namespace,
Location: /*
[Crud]
public partial class TestCrud {
^^^^^^^^
public int Id { get; set; }
*/
: (3,21)-(3,29),
Message: CRUD classes must be defined within a namespace,
Category: Fluss.Regen
Severity: Error,
Descriptor: {
Id: FLUSS0005,
Title: Namespace missing,
MessageFormat: CRUD classes must be defined within a namespace,
Category: Fluss.Regen,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Loading

0 comments on commit eb68f68

Please sign in to comment.