Releases: CodySchrank/MTT
Releases · CodySchrank/MTT
Probably Final Release
Unless I find anymore bugs this will be the last release as it currently suits my needs.
Added Support for Windows
Got rid of all the windows bugs.
Correctly converts simple DTO's
-- Converts c# classes to typescript interfaces
-- Only looks for public properties
-- Ignores c# constructors
-- Imports all required dependencies for typescript models
-- Matches the directory structure of the dto's, however it only checks 1 lower directory from Working Directory
This release: Fixed import duplication bug and added auto generation tag