Primary constructor & interface static constructor#2006
Conversation
|
Nikos, |
|
Yeah, makes sense! |
|
I'll try reverting to check the workflow too |
|
And maybe you can also add some tests to the test suite to make sure that this works.
|
|
I was wondering about that... how are the tests organised? We have Cxxxx and Rxxxx tests in different folders. Is there some structure there or do we just add a new file? Also, primary constructors in some cases (in records) require dotnet SDK to be supported. Do we support SDK projects in the tests? |
|
The tests that start with 'C' are created by Chris. The ones that start with 'R' by me. I suggest you create tests that start with 'N' or 'D'. And you can create a project that targets .Net 8 or later with XIDE as well. |
|
Also, Nik, in order to run the tests from within XIDE, you need to right click on the "FIXED" node in the Project pad, and select "Rebuild all contained apps" from the context menu. Please make sure you have the XIDE 3 version installed, as it has some project file changes compared to XIDE for X# 2. |
Adds support for: