Skip to content

BuildContext constructor visibility from nuget package #8

Description

@ruben-hub

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions