MetalUp / Express

Integrated Learning Environment
1 stars 0 forks source link

using static MetalUp.Express.Wrapper.HiddenCode; in standard Wrapper requires all projects to have a HiddenCode file #163

Closed richardpawson closed 1 year ago

richardpawson commented 1 year ago

(came across this getting Q&A to work)

This usingstatement:

using static MetalUp.Express.Wrapper.HiddenCode;

Causes a compilation error of there is no HiddenCode file supplied (I assume that, so far, all projects have had this). Two options to explore:

  1. Keep as is, but provide a default nearly-empty HiddenCode class.

  2. Require that Hidden code is provided as just functions. (The HiddenCode class was just to make it easier to import a whole file from external source e.g. from within a VS project - but there are other ways to achieve the same thing).

richardpawson commented 1 year ago

Completed