Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
This repository was archived by the owner on May 18, 2025. It is now read-only.

Generated c# file is not yet correct? #2

@StefH

Description

@StefH

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
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions