Skip to content

Instantly share code, notes, and snippets.

@MarcBruins
Created December 16, 2018 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcBruins/e63fe08f8ad70a496b10878782bb372f to your computer and use it in GitHub Desktop.
Save MarcBruins/e63fe08f8ad70a496b10878782bb372f to your computer and use it in GitHub Desktop.
PullRequest not nullable property
public class PullRequestRequest
{
public PullRequestRequest()
{
}
public string Body { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment