mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-22 16:58:06 +01:00
* Add property UseHttp2 to WireMockServerArguments * . * additionalUrls * ok? * WireMockServerArguments * fx * AddProtoDefinition * ... * FIX * Always add the lifecycle hook to support dynamic mappings and proto definitions
12 lines
173 B
C#
12 lines
173 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Net.Aspire;
|
|
|
|
internal enum WireMockMappingState
|
|
{
|
|
NoMappings = 0,
|
|
|
|
NotSubmitted = 1,
|
|
|
|
Submitted = 2
|
|
} |