Created
August 5, 2019 20:13
-
-
Save ntakouris/30713c0467baeb68221514ff705e930d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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