Skip to content

Instantly share code, notes, and snippets.

@jassmith
Created March 15, 2016 18:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jassmith/92405c300e54a01dcc6d to your computer and use it in GitHub Desktop.

Xamarin.Forms Bug Reproduction Guidelines

Do

  • Start with a clean Xamarin.Forms project.
  • Use a ContentPage subclass if possible
  • Use the most recent version
  • Clean project and delete packages/bin/obj folders before sending
  • Use .zip if possible
  • Minimize the number of Pages in your reproduction as much as possible
  • Remove extraneous content from the reproduction case

Do Not

  • Use XAML if at all possible (it makes debugging harder)
  • Submit binaries
  • Reference large images
  • Reference external data sources
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment