Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created August 5, 2019 20:13
Show Gist options
  • Save ntakouris/30713c0467baeb68221514ff705e930d to your computer and use it in GitHub Desktop.
Save ntakouris/30713c0467baeb68221514ff705e930d to your computer and use it in GitHub Desktop.
var xmlFile = $"{Assembly.GetExecutingAssembly().GetName().Name}.xml";
var xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile);
x.IncludeXmlComments(xmlPath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment