Skip to content

ValidatedNotNull and why not static? #122

Answered by ardalis
thewayibyte asked this question in Q&A
Discussion options

You must be logged in to vote

The Guard class implements the IGuardClause interface; static classes cannot implement interfaces. So, that's the main reason. But notice that you don't instantiate Guard. Nowhere in the samples do you see var guard = new Guard() or anything like that. So is there an issue you're seeing because it's not a static class?

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@thewayibyte
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ardalis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants