mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 17:10:26 +01:00
Make properyt FromConfiguredStub nullable (#1142)
This commit is contained in:
@@ -62,7 +62,7 @@ namespace WireMock.Org.Abstractions
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Read-only flag indicating false if this was the default, unmatched response. Not present otherwise.
|
/// Read-only flag indicating false if this was the default, unmatched response. Not present otherwise.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool FromConfiguredStub { get; set; }
|
public bool? FromConfiguredStub { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The base URL of the target to proxy matching requests to.
|
/// The base URL of the target to proxy matching requests to.
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ namespace WireMock.Org.Abstractions
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Read-only flag indicating false if this was the default, unmatched response. Not present otherwise.
|
/// Read-only flag indicating false if this was the default, unmatched response. Not present otherwise.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool FromConfiguredStub { get; set; }
|
public bool? FromConfiguredStub { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The base URL of the target to proxy matching requests to.
|
/// The base URL of the target to proxy matching requests to.
|
||||||
|
|||||||
Reference in New Issue
Block a user