Jumar Macato
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Shared/PlatformSupport/AssetLoader.cs
|
|
|
@ -242,6 +242,7 @@ namespace Avalonia.Shared.PlatformSupport |
|
|
|
throw new InvalidOperationException( |
|
|
|
$"Assembly {name} needs to be referenced and explicitly loaded before loading resources"); |
|
|
|
#else
|
|
|
|
name = Uri.UnescapeDataString(name); |
|
|
|
AssemblyNameCache[name] = rv = new AssemblyDescriptor(Assembly.Load(name)); |
|
|
|
#endif
|
|
|
|
} |
|
|
|
|