Skip to content

Instantly share code, notes, and snippets.

@NDiiong
Forked from ilivewithian/GuardExample.cs
Created August 5, 2020 03:06
Show Gist options
  • Save NDiiong/aef3c83b337466b56a848b81a4959670 to your computer and use it in GitHub Desktop.
Save NDiiong/aef3c83b337466b56a848b81a4959670 to your computer and use it in GitHub Desktop.
Guard Example
Guard.Against<InvalidOperationException>(string.IsNullOrEmpty(serverName), "Server name must be provided")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment