mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-17 14:09:40 +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:
@@ -25,6 +25,7 @@ namespace WireMock.Server
|
||||
/// <summary>
|
||||
/// The fluent mock server.
|
||||
/// </summary>
|
||||
[Obsolete("Will be replaced by WireMockServer in version 1.1.0")]
|
||||
public partial class FluentMockServer : IDisposable
|
||||
{
|
||||
private const int ServerStartDelayInMs = 100;
|
||||
|
||||
Reference in New Issue
Block a user