This project acts as a personal POC , for bridging ClassReflectionKit methods to a typescript project
The required types are presented in types directory
addon directory contains all the required assets for this code to run. It contains the generated dll for ClassReflectionKit , as well as the dll files for Microsoft Code Analysis, which is responsible for the code analysis part . I haven't found a way to run this without the Microsoft dll files in this directory.
Samples contain a sample csharp file with some properties in order to be processed by the application
net 8.0installed in the target system