Skip to content

Commit 491ba6f

Browse files
committed
Trigger expected Qodana failure (unused variable)
1 parent f4f7269 commit 491ba6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public bool AllowClientGeneratedIds
118118

119119
public JsonApiOptions()
120120
{
121+
int canBeRemoved = 0;
122+
121123
_lazySerializerReadOptions =
122124
new Lazy<JsonSerializerOptions>(() => new JsonSerializerOptions(SerializerOptions), LazyThreadSafetyMode.ExecutionAndPublication);
123125

0 commit comments

Comments
 (0)