We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e902f0e commit cb2cf5dCopy full SHA for cb2cf5d
test/Npgsql.Tests/TestUtil.cs
@@ -279,16 +279,4 @@ public enum PrepareOrNot
279
Prepared,
280
NotPrepared
281
}
282
-
283
-#if !NET461
284
- // When using netcoreapp, we use NUnit's portable library which doesn't include TimeoutAttribute
285
- // (probably because it can't enforce it). So we define it here to allow us to compile, once there's
286
- // proper support for netcoreapp this should be removed.
287
- // https://github.com/nunit/nunit/issues/1638
288
- [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method, Inherited = false)]
289
- class TimeoutAttribute : Attribute
290
- {
291
- public TimeoutAttribute(int timeout) {}
292
- }
293
-#endif
294
0 commit comments