Reply To: RE: -

Hi yes im using C# .NET.

When you use the sourcecode generator and run it in the project folder it creates and overwrites the already active files so forexample if i have a class Person and have a function GetName and i put some code in it. After using the source code generator (forexample after doing a diagram first change) the class gets completely replaced, including the already existing GetName function that had code in it. it gets replaced by the default not implemented exception again. TLDR; source code generator doesnt look at the existing files just replaces them.

Anon 3 April 2024 13:37:51

New Comment

Comment
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]