Skip to content

get_coreclr throws exception "TypeError: get_coreclr() takes 0 positional arguments but 1 was given" in version 0.2.3. Works in version 0.1.7 #35

@DareDevilDenis

Description

@DareDevilDenis

The following code works with clr-loader 0.1.7

from clr_loader import get_coreclr

runtime  = get_coreclr('MyApplication.runtimeconfig.json')
print('Success')

With clr-loader 0.2.3 it throws exception:

TypeError: get_coreclr() takes 0 positional arguments but 1 was given

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions