We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d845c1 commit c319c57Copy full SHA for c319c57
1 file changed
GridGomain.Tests.Stress/Program.cs
@@ -2,6 +2,7 @@
2
using System.Collections.Generic;
3
using System.Diagnostics;
4
using System.Linq;
5
+using System.Runtime.ExceptionServices;
6
using System.Security.Policy;
7
using System.Threading;
8
using System.Threading.Tasks;
@@ -23,6 +24,7 @@ namespace GridGomain.Tests.Stress
23
24
{
25
public class Program
26
27
+ [HandleProcessCorruptedStateExceptions]
28
public static void Main(params string[] args)
29
30
var unityContainer = new UnityContainer();
0 commit comments