LoadClientAssemblies adds satellite assemblies

This commit is contained in:
hishamco
2020-09-29 18:28:02 +03:00
parent ec73c958c9
commit accf947afd
3 changed files with 26 additions and 18 deletions

View File

@ -57,5 +57,7 @@ namespace Oqtane.Shared
(Char) 28, (Char) 29, (Char) 30, (Char) 31, ':', '*', '?', '\\', '/'
};
public static readonly string[] InvalidFileNameEndingChars = { ".", " " };
public static readonly string StalliteAssemblyExtension = ".resources.dll";
}
}