MathMLToCSharp icon indicating copy to clipboard operation
MathMLToCSharp copied to clipboard

BuildContext constructor visibility from nuget package

Open ruben-hub opened this issue 6 years ago • 0 comments

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!

ruben-hub avatar Aug 16 '19 08:08 ruben-hub