Skip to content

ConfigurationReader in Android throw exceptions. #150

Closed
@Lukiya

Description

@Lukiya

ConfigurationReader.cs line 312.

query = from outputAssemblyPath in System.IO.Directory.GetFiles(AppDomain.CurrentDomain.BaseDirectory, "*.dll")

AppDomain.CurrentDomain.BaseDirectory cannot be used in Android platform, it always return null.
Due to this, a System.ArgumentNullException will be thrown out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions