Hello!
first of all, great work on the MathMLToCSharp project :)
I am using the code for my project via nuget package and I saw I can only use the default BuildContext constructor without the possibility of setting the BuildContextOptions on demand due to the following constructor having "internal" visibility:
internal BuildContext(BuildContextOptions options) { Options = options; }
Would it be possible to release a new nuget package with the above constructor being set as public (and also the BuildContextOptions)?
Thanks in advance!