Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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