Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll authored and renovate[bot] committed Mar 20, 2024
1 parent f8b48bc commit 9122875
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0007,
Title: The property must be settable on a request class, init is not supported.,
Severity: Error,
WarningLevel: 0,
Location: Input2.cs: (7,23)-(7,25),
MessageFormat: The property {0} must be settable on a request class {1}, init is not supported,
Message: The property Sn must be settable on a request class Request, init is not supported,
Category: LaunchPad
},
{
Id: CS8795,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0007,
Title: The property must be settable on a request class, init is not supported.,
Severity: Error,
WarningLevel: 0,
Location: Input2.cs: (9,31)-(9,46),
MessageFormat: The property {0} must be settable on a request class {1}, init is not supported,
Message: The property ClaimsPrincipal must be settable on a request class Request, init is not supported,
Category: LaunchPad
},
{
Id: CS8795,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
Telemetry,
NotConfigurable
]
},
{
Id: LPAD0006,
Title: The parameter must exist in order for this request to process,
Severity: Error,
WarningLevel: 0,
Location: Input3.cs: (9,99)-(9,106),
MessageFormat: The parameter of type {0} must exist in order to fulfill this request {1},
Message: The parameter of type System.Security.Claims.ClaimsPrincipal must exist in order to fulfill this request Request,
Category: LaunchPad
}
],
GeneratorDiagnostics: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0001,
Title: Type must be made partial,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (10,24)-(10,35),
MessageFormat: Type {0} must be made partial.,
Message: Type Sample.Core.Operations.Rockets.PublicClass must be made partial.,
Category: LaunchPad
},
{
Id: CS0101,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
FinalDiagnostics: [],
FinalDiagnostics: [
{
Id: LPAD0001,
Title: Type must be made partial,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (10,17)-(10,33),
MessageFormat: Type {0} must be made partial.,
Message: Type Sample.Core.Operations.Rockets.PatchGraphRocket must be made partial.,
Category: LaunchPad
}
],
GeneratorDiagnostics: {
Rocket.Surgery.LaunchPad.Analyzers.GraphqlOptionalPropertyTrackingGenerator: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
FinalDiagnostics: [],
FinalDiagnostics: [
{
Id: LPAD0005,
Title: The given declaration must match,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (10,19)-(10,25),
MessageFormat: The declaration {0} must be a {1}.,
Message: The declaration Sample.Core.Operations.Rockets.PatchGraphRocket must be a class.,
Category: LaunchPad
}
],
GeneratorDiagnostics: {
Rocket.Surgery.LaunchPad.Analyzers.GraphqlOptionalPropertyTrackingGenerator: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
FinalDiagnostics: [],
FinalDiagnostics: [
{
Id: LPAD0005,
Title: The given declaration must match,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (10,19)-(10,24),
MessageFormat: The declaration {0} must be a {1}.,
Message: The declaration Sample.Core.Operations.Rockets.PatchGraphRocket must be a record.,
Category: LaunchPad
}
],
GeneratorDiagnostics: {
Rocket.Surgery.LaunchPad.Analyzers.GraphqlOptionalPropertyTrackingGenerator: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0001,
Title: Type must be made partial,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (7,24)-(7,36),
MessageFormat: Type {0} must be made partial.,
Message: Type Sample.Core.Operations.Rockets.CreateRocket must be made partial.,
Category: LaunchPad
},
{
Id: CS0101,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
FinalDiagnostics: [],
FinalDiagnostics: [
{
Id: LPAD0001,
Title: Type must be made partial,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (15,22)-(15,29),
MessageFormat: Type {0} must be made partial.,
Message: Type Sample.Core.Operations.Rockets.CreateRocket+Request must be made partial.,
Category: LaunchPad
}
],
GeneratorDiagnostics: {
Rocket.Surgery.LaunchPad.Analyzers.InheritFromGenerator: [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0001,
Title: Type must be made partial,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (9,24)-(9,35),
MessageFormat: Type {0} must be made partial.,
Message: Type Sample.Core.Operations.Rockets.PublicClass must be made partial.,
Category: LaunchPad
},
{
Id: CS0101,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0001,
Title: Type must be made partial,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (9,17)-(9,28),
MessageFormat: Type {0} must be made partial.,
Message: Type Sample.Core.Operations.Rockets.PatchRocket must be made partial.,
Category: LaunchPad
},
{
Id: CS0535,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0005,
Title: The given declaration must match,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (9,19)-(9,25),
MessageFormat: The declaration {0} must be a {1}.,
Message: The declaration Sample.Core.Operations.Rockets.PatchRocket must be a class.,
Category: LaunchPad
},
{
Id: CS0535,
Title: ,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
FinalDiagnostics: [
{
Id: LPAD0005,
Title: The given declaration must match,
Severity: Error,
WarningLevel: 0,
Location: Input1.cs: (9,19)-(9,24),
MessageFormat: The declaration {0} must be a {1}.,
Message: The declaration Sample.Core.Operations.Rockets.PatchRocket must be a record.,
Category: LaunchPad
},
{
Id: CS0535,
Title: ,
Expand Down

0 comments on commit 9122875

Please sign in to comment.