Ver Fonte

Experiment: NativeLibrary.Load

Marcin Ziąbek há 10 meses atrás
pai
commit
a08aa5f183
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Source/QuestPDF/Helpers/NativeDependencyProvider.cs

+ 1 - 1
Source/QuestPDF/Helpers/NativeDependencyProvider.cs

@@ -27,7 +27,7 @@ internal static class NativeDependencyProvider
         if (nativeFilesPath == null)
             return;
 
-        foreach (var nativeFilePath in Directory.GetFiles(nativeFilesPath))
+        foreach (var nativeFilePath in Directory.GetFiles(nativeFilesPath).OrderBy(x => x))
         {
             var targetDirectory = new FileInfo(nativeFilePath)
                 .Directory