File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of
33
33
public static void Initialize () =>
34
34
VerifySerilog .Initialize ();
35
35
```
36
- <sup ><a href =' /src/Tests/ModuleInitializer.cs#L3-L9 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Enable ' title =' Start of snippet ' >anchor</a ></sup >
36
+ <sup ><a href =' /src/Tests/ModuleInitializer.cs#L6-L12 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Enable ' title =' Start of snippet ' >anchor</a ></sup >
37
37
<!-- endSnippet -->
38
38
39
39
<!-- snippet: Usage -->
Original file line number Diff line number Diff line change 1
- public static class ModuleInitializer
1
+ [ assembly: Parallelizable ( ParallelScope . All ) ]
2
+ [ assembly: LevelOfParallelism ( 48 ) ]
3
+
4
+ public static class ModuleInitializer
2
5
{
3
6
#region Enable
4
7
You can’t perform that action at this time.
0 commit comments