openapi-generator icon indicating copy to clipboard operation
openapi-generator copied to clipboard

C# Generator for WPF views

Open FietA11 opened this issue 1 year ago • 0 comments

Hi All I want to generate simple views for each of the C# generated classes (From the API we use this part works well), we do have the notifypropertychanged interface added through the Mustache templates but i need to find out how i can generate a WPF view (the xaml and xaml.cs) based on the same yaml file.

eg. Current Generated VM (working) image

View i need to gen consist of the following image the .xaml.cs will always look like this image

FietA11 avatar May 24 '24 11:05 FietA11