mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-18 15:10:17 +02:00
remove Obsolete (#368)
This commit is contained in:
@@ -25,7 +25,6 @@ namespace WireMock.Server
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The fluent mock server.
|
/// The fluent mock server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("Will be replaced by WireMockServer in version 2.x.x")]
|
|
||||||
public partial class FluentMockServer : IDisposable
|
public partial class FluentMockServer : IDisposable
|
||||||
{
|
{
|
||||||
private const int ServerStartDelayInMs = 100;
|
private const int ServerStartDelayInMs = 100;
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ namespace WireMock.Settings
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// FluentMockServerSettings
|
/// FluentMockServerSettings
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("Will be replaced by WireMockServerSettings in version 2.x.x")]
|
|
||||||
public class FluentMockServerSettings : IFluentMockServerSettings
|
public class FluentMockServerSettings : IFluentMockServerSettings
|
||||||
{
|
{
|
||||||
/// <inheritdoc cref="IFluentMockServerSettings.Port"/>
|
/// <inheritdoc cref="IFluentMockServerSettings.Port"/>
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ namespace WireMock.Settings
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// IFluentMockServerSettings
|
/// IFluentMockServerSettings
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("This interface will be removed and replaced by the class WireMockServerSettings in version 2.x.x")]
|
|
||||||
public interface IFluentMockServerSettings
|
public interface IFluentMockServerSettings
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
@@ -1,13 +1,10 @@
|
|||||||
using System;
|
using JetBrains.Annotations;
|
||||||
|
|
||||||
using JetBrains.Annotations;
|
|
||||||
|
|
||||||
namespace WireMock.Settings
|
namespace WireMock.Settings
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// IProxyAndRecordSettings
|
/// IProxyAndRecordSettings
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("This interface will be removed and replaced by the class ProxyAndRecordSettings in version 2.x.x")]
|
|
||||||
public interface IProxyAndRecordSettings
|
public interface IProxyAndRecordSettings
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user