MetalUp / Express

Integrated Learning Environment
1 stars 0 forks source link

Task: Make HiddenCode and Tests use 'common' from Project if null #127

Closed richardpawson closed 1 year ago

richardpawson commented 1 year ago

Project now has properties for a common tests and or common hidden code files, but currently this is used only when creating a task, copying the reference from project into task.

So Task should work as follows, for both HiddenCode and Tests:

If local property is not null, return that (.ContentsAsString). If if it is null but the Common equivalent on Project is not null, return that, otherwise return null.

richardpawson commented 1 year ago

Completed