We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfc289 commit 7ce8465Copy full SHA for 7ce8465
m365-developer-proxy-plugins/MockResponses/MockResponsePlugin.cs
@@ -20,6 +20,7 @@ public class MockResponseConfiguration {
20
public bool NoMocks { get; set; } = false;
21
[JsonIgnore]
22
public string MocksFile { get; set; } = "responses.json";
23
+ [JsonIgnore]
24
public bool BlockUnmockedRequests { get; set; } = false;
25
26
[JsonPropertyName("responses")]
0 commit comments