masesgroup / JCOReflector

A set of Java classes to use .NET from any JVM enabled language (Java, Kotlin, Scala and others)

Home Page:https://jcoreflector.masesgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If an assembly contains classes which does not have a Namespace it raises a `NullReferenceException`

masesdevelopers opened this issue · comments

Version 1.9.2 of JCOReflector has a new issue: if an assembly contains classes which does not have a Namespace it raises a NullReferenceException. The exception is raised in

var basepackage = type.Namespace.ToLowerInvariant();

Originally posted by @masesdevelopers in masesgroup/NuReflector#17 (comment)