mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-20 15:41:01 +00:00
use FullName instead of AssemblyQualifiedName
This commit is contained in:
parent
e43cfb8804
commit
63f55205bb
@ -181,7 +181,7 @@ public static class Extensions
|
||||
.Append(type.Assembly)
|
||||
.SelectMany(x => x.GetTypes())
|
||||
.Where(x => !x.IsInterface && !x.IsAbstract && type.IsAssignableFrom(x))
|
||||
.OrderBy(x => x.AssemblyQualifiedName);
|
||||
.OrderBy(x => x.FullName);
|
||||
|
||||
public static Guid ToGuid(this int value)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user