We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ed6a5 commit b47f705Copy full SHA for b47f705
src/JsonApiDotNetCore/Configuration/JsonApiOptions.cs
@@ -72,7 +72,7 @@ public sealed class JsonApiOptions : IJsonApiOptions
72
public int? MaximumOperationsPerRequest { get; set; } = 10;
73
74
/// <inheritdoc />
75
- public IsolationLevel? TransactionIsolationLevel { get; }
+ public IsolationLevel? TransactionIsolationLevel { get; set; }
76
77
78
public JsonSerializerSettings SerializerSettings { get; } = new JsonSerializerSettings
0 commit comments