FluentInterfaceCreator
FluentInterfaceCreator copied to clipboard
Generated c# file is not yet correct?
When I define these methods:

And generate the single file, the content looks like:
using WireMock;
namespace WireMock.Builder.Request
{
public class RequestModelBuilder :
{
// Instantiating functions
// Chaining functions
// Executing functions
public RequestModel Build()
{
}
}
// Interfaces
}
Can you send a copy of the FICP file to [email protected], so I can replicate the exact scenario?
Done