Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove IsPositiveAssertion class and its extensions from API verifica…
…tion files
  • Loading branch information
thomhurst committed Oct 11, 2025
commit 1246921bfb9ab416a637592d25d0d4d2341e9dd7
Original file line number Diff line number Diff line change
Expand Up @@ -1520,16 +1520,6 @@ namespace .Enums
Matching = 1,
}
}
namespace .Examples
{
[.("IsPositive")]
public class IsPositiveAssertion : .<int>
{
public IsPositiveAssertion(.<int> context) { }
protected override .<.> CheckAsync(.<int> metadata) { }
protected override string GetExpectation() { }
}
}
namespace .Exceptions
{
public class AssertionException : .
Expand Down Expand Up @@ -1904,10 +1894,6 @@ namespace .Extensions
{
public static . IsNumber(this .<char> source) { }
}
public static class IsPositiveAssertionExtensions
{
public static . IsPositive(this .<int> source) { }
}
public static class IsPunctuationAssertionExtensions
{
public static . IsPunctuation(this .<char> source) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1520,16 +1520,6 @@ namespace .Enums
Matching = 1,
}
}
namespace .Examples
{
[.("IsPositive")]
public class IsPositiveAssertion : .<int>
{
public IsPositiveAssertion(.<int> context) { }
protected override .<.> CheckAsync(.<int> metadata) { }
protected override string GetExpectation() { }
}
}
namespace .Exceptions
{
public class AssertionException : .
Expand Down Expand Up @@ -1904,10 +1894,6 @@ namespace .Extensions
{
public static . IsNumber(this .<char> source) { }
}
public static class IsPositiveAssertionExtensions
{
public static . IsPositive(this .<int> source) { }
}
public static class IsPunctuationAssertionExtensions
{
public static . IsPunctuation(this .<char> source) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1520,16 +1520,6 @@ namespace .Enums
Matching = 1,
}
}
namespace .Examples
{
[.("IsPositive")]
public class IsPositiveAssertion : .<int>
{
public IsPositiveAssertion(.<int> context) { }
protected override .<.> CheckAsync(.<int> metadata) { }
protected override string GetExpectation() { }
}
}
namespace .Exceptions
{
public class AssertionException : .
Expand Down Expand Up @@ -1904,10 +1894,6 @@ namespace .Extensions
{
public static . IsNumber(this .<char> source) { }
}
public static class IsPositiveAssertionExtensions
{
public static . IsPositive(this .<int> source) { }
}
public static class IsPunctuationAssertionExtensions
{
public static . IsPunctuation(this .<char> source) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1505,16 +1505,6 @@ namespace .Enums
Matching = 1,
}
}
namespace .Examples
{
[.("IsPositive")]
public class IsPositiveAssertion : .<int>
{
public IsPositiveAssertion(.<int> context) { }
protected override .<.> CheckAsync(.<int> metadata) { }
protected override string GetExpectation() { }
}
}
namespace .Exceptions
{
public class AssertionException : .
Expand Down Expand Up @@ -1887,10 +1877,6 @@ namespace .Extensions
{
public static . IsNumber(this .<char> source) { }
}
public static class IsPositiveAssertionExtensions
{
public static . IsPositive(this .<int> source) { }
}
public static class IsPunctuationAssertionExtensions
{
public static . IsPunctuation(this .<char> source) { }
Expand Down
Loading