FluentInterfaceCreator icon indicating copy to clipboard operation
FluentInterfaceCreator copied to clipboard

Generated c# file is not yet correct?

Open StefH opened this issue 7 years ago • 2 comments

When I define these methods: image

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
}

StefH avatar Aug 05 '18 08:08 StefH

Can you send a copy of the FICP file to [email protected], so I can replicate the exact scenario?

ScottLilly avatar Aug 05 '18 12:08 ScottLilly

Done

StefH avatar Aug 05 '18 12:08 StefH