Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Dahlby <dahlbyk@gmail.com>2012-03-16 06:46:26 +0400
committernulltoken <emeric.fermas@gmail.com>2012-03-24 16:38:21 +0400
commit962b93122ba20b491b2b28be1e46ae42c2d95652 (patch)
treed61c6f66cbc5643db41f2e4a0a23ad087eb4503a /LibGit2Sharp
parent7334af1b6d91c4dc8956872f9ce6f5d6c9dc7404 (diff)
Add DebuggerStepThrough to Ensure
Diffstat (limited to 'LibGit2Sharp')
-rw-r--r--LibGit2Sharp/Core/Ensure.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/LibGit2Sharp/Core/Ensure.cs b/LibGit2Sharp/Core/Ensure.cs
index 6504bf39..9621b8bd 100644
--- a/LibGit2Sharp/Core/Ensure.cs
+++ b/LibGit2Sharp/Core/Ensure.cs
@@ -1,4 +1,5 @@
using System;
+using System.Diagnostics;
using System.Globalization;
namespace LibGit2Sharp.Core
@@ -6,6 +7,7 @@ namespace LibGit2Sharp.Core
/// <summary>
/// Ensure input parameters
/// </summary>
+ [DebuggerStepThrough]
internal static class Ensure
{
/// <summary>