You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple source gen fixes (#39)
* Fix code generation for methods with default arguments
* Fix code generation for interfaces inheriting from other interfaces (#36)
- Update the code generator to properly recognize and process inherited
interfaces.
- Add unit test to validate the changes.
* use unified interface and run formatter
* Fix code generation for methods with default arguments (#35)
* move default argument tests to shared project
* Fix code generation for interfaces with overloaded methods (#38)
* Fix code generation for interfaces inheriting from other interfaces
- Update the code generator to properly recognize and process inherited
interfaces.
- Add unit test to validate the changes.
* Fix code generation for interfaces with overloaded methods
---------
Co-authored-by: Karsten Heimrich <karsten.heimrich@gmx.de>
Co-authored-by: Karsten Heimrich <147480063+HugoX104447@users.noreply.github.com>
Change the PostBuildEvent to use the AssemblyName (#31) (#32)
The projectname can differ from the assemblyname.
Co-authored-by: Bart Donninger <donningerbart@gmail.com>
Co-authored-by: Bart Donninger <bart@bbite.nl>
Merge dev into main (#25)
* adds support for .net 9
* fixes bug with post build event not being able to handle spaces in the assembly path
---------
Co-authored-by: Douglas Gaskell <1400380+douglasg14b@users.noreply.github.com>