From b8de2fc545b35e46634b8b0f49c7c89b9dea3e98 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Thu, 16 Oct 2025 14:41:26 +0200 Subject: [PATCH] Parallelize on MethodLevel --- FFMpegCore.Test/Assembly.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFMpegCore.Test/Assembly.cs b/FFMpegCore.Test/Assembly.cs index ceea514..aaf278c 100644 --- a/FFMpegCore.Test/Assembly.cs +++ b/FFMpegCore.Test/Assembly.cs @@ -1 +1 @@ -[assembly: Parallelize(Scope = ExecutionScope.ClassLevel)] +[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]