Skip to content

issues Search Results · repo:AArnott/Validation language:C#

Filter by

42 results
 (70 ms)

42 results

inAArnott/Validation (press backspace or delete to remove)

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more. br View this repository on the Mend.io Web Portal. Open These updates have all been created ...
  • renovate[bot]
  • Opened 
    on Dec 27, 2024
  • #163

I m using this library in my project because I m fallible, therefore I d like to make it easy to check my code for simple mistakes like unwanted nulls. But since my project is a Unity game, I also don ...
  • JesseTG
  • 4
  • Opened 
    on Oct 9, 2021
  • #91

Hi, Because of the massiveness of my project, upgrading outright to .NET 4.5 isn t feasible right now Any compatible version for .net 2.0 or 3.5 Thanks
  • oghenez
  • 3
  • Opened 
    on Sep 30, 2021
  • #88

Or maybe we could add overloads to support this syntax: Requires.Argument(a = 0, nameof(a), Strings.ResourceManager, nameof(Strings.MustBePositive)); Originally posted by @AArnott in https://github.com/AArnott/Validation/issues/73#issuecomment-806284845 ...
enhancement
  • AArnott
  • Opened 
    on May 12, 2021
  • #77

Hey Andrew, I m not sure if this is an design choice but i though i ll just leave that here. I m using Requires in many methods which get called on multiple threads/tasks a massive amount of times. Since ...
  • AnakinRaW
  • 8
  • Opened 
    on Mar 24, 2021
  • #73

Some of the Requires methods, notably NotNullOrWhiteSpace and NotNullOrEmpty, would be helpful to include another overload (or maybe set of overloads) which allow a message parameter. This would allow ...
wontfix
  • scottdorman
  • 3
  • Opened 
    on Nov 30, 2020
  • #63

Given the following code public class AuthConfiguration { public string? RedirectPath { get; set; } public IEnumerable string ? Scopes { get; set; } } internal static class AuthConfigurationValidator ...
  • scottdorman
  • 1
  • Opened 
    on Nov 30, 2020
  • #62

We should [Obsolete] the ValidState API with a message telling folks to use Verify.Operation instead. That is similarly redundant with Requires.Argument and should be deprecated. Having redundant methods ...
  • scottdorman
  • 1
  • Opened 
    on Sep 30, 2020
  • #51

The Requires.NotEmpty(Guid) method here was replaced with Requires.NotDefault, which creates an inconsistency with Microsoft.VisualStudio.Validation. Should we update that repo to match? This is tangentially ...
  • scottdorman
  • 7
  • Opened 
    on Sep 28, 2020
  • #49

The single-iteration foreach loops in Requires.NotNullOrEmpty(IEnumerable values, string? parameterName) and Requires.NotNullOrEmpty T (IEnumerable T values, string? parameterName) can be replaced by a ...
  • scottdorman
  • Opened 
    on Sep 27, 2020
  • #47
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub