mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
SearchRepositoriesRequest fixes
This commit is contained in:
@@ -321,10 +321,10 @@ namespace Octokit
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// helper method to create a LessThan Date Comparision
|
||||
/// helper method to create a LessThan Date Comparison
|
||||
/// e.g. < 2011
|
||||
/// </summary>
|
||||
/// <param name="date">date to be used for comparision (times are ignored)</param>
|
||||
/// <param name="date">date to be used for comparison (times are ignored)</param>
|
||||
/// <returns><see cref="DateRange"/></returns>
|
||||
public static DateRange LessThan(DateTime date)
|
||||
{
|
||||
@@ -332,10 +332,10 @@ namespace Octokit
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// helper method to create a LessThanOrEqualTo Date Comparision
|
||||
/// helper method to create a LessThanOrEqualTo Date Comparison
|
||||
/// e.g. <= 2011
|
||||
/// </summary>
|
||||
/// <param name="date">date to be used for comparision (times are ignored)</param>
|
||||
/// <param name="date">date to be used for comparison (times are ignored)</param>
|
||||
/// <returns><see cref="DateRange"/></returns>
|
||||
public static DateRange LessThanOrEquals(DateTime date)
|
||||
{
|
||||
@@ -343,10 +343,10 @@ namespace Octokit
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// helper method to create a GreaterThan Date Comparision
|
||||
/// helper method to create a GreaterThan Date Comparison
|
||||
/// e.g. > 2011
|
||||
/// </summary>
|
||||
/// <param name="date">date to be used for comparision (times are ignored)</param>
|
||||
/// <param name="date">date to be used for comparison (times are ignored)</param>
|
||||
/// <returns><see cref="DateRange"/></returns>
|
||||
public static DateRange GreaterThan(DateTime date)
|
||||
{
|
||||
@@ -354,10 +354,10 @@ namespace Octokit
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// helper method to create a GreaterThanOrEqualTo Date Comparision
|
||||
/// helper method to create a GreaterThanOrEqualTo Date Comparison
|
||||
/// e.g. >= 2011
|
||||
/// </summary>
|
||||
/// <param name="date">date to be used for comparision (times are ignored)</param>
|
||||
/// <param name="date">date to be used for comparison (times are ignored)</param>
|
||||
/// <returns><see cref="DateRange"/></returns>
|
||||
public static DateRange GreaterThanOrEquals(DateTime date)
|
||||
{
|
||||
@@ -479,9 +479,9 @@ namespace Octokit
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Edn")]
|
||||
Edn,
|
||||
Eiffel,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixer")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixer")]
|
||||
Elixer,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixir")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Elixir")]
|
||||
Elixir,
|
||||
Elm,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Emacs")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Emacs")]
|
||||
@@ -709,9 +709,9 @@ namespace Octokit
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "TypeScript")]
|
||||
[Parameter(Value = "TypeScript")]
|
||||
TypeScript,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Paralel")]
|
||||
[Parameter(Value = "Unified Paralel C")]
|
||||
UnifiedParalelC,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Parallel")]
|
||||
[Parameter(Value = "Unified Parallel C")]
|
||||
UnifiedParallelC,
|
||||
Unknown,
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Vala")]
|
||||
Vala,
|
||||
|
||||
Reference in New Issue
Block a user