Release 0.4 - Winforms and Telescope part 2
Winforms So last time I talked about my first contribution to Winforms writing unit tests for a few classes, continuing working on the issue I've picked , and that ended up evolving a bit. What happened with the PR ? Some fixes were requested by the Winforms team , which were made by me but things got rather complex when I found out that the testing framework was unable to access some classes and methods required to test the classes to which I was writing the unit tests. After facing the problem mentioned above with access to classes within the Winforms project I made an extensive research about the frameworks and asked the expert team for help on how to proceed with it, and thankfully the team was super supportive and gave me a lot of information on how to go around this problem. After receiving this information I look forward to fix my tests and submit an updated PR to the project and keep working on the issue! My PR for R0.4 For my release 0.4 I wrote unit tests