mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 01:08:28 +02:00
Mark some classes and methods obsolete for version 1.1.0 (#335)
* Obsolete * StandAloneApp - obsolete * obs * make Interface obsolete
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
using JetBrains.Annotations;
|
||||
using System;
|
||||
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace WireMock.Settings
|
||||
{
|
||||
/// <summary>
|
||||
/// IProxyAndRecordSettings
|
||||
/// </summary>
|
||||
[Obsolete("This interface will be removed and replaced by the class ProxyAndRecordSettings in version 1.1.0")]
|
||||
public interface IProxyAndRecordSettings
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user