alser

Results 2 issues of alser

```cs // xml comments file generated by c# compiler, no matter the contents (with or w/o inheritdocs) const string xmlFilePath = "path/to/MyAssembly.xml"; services.AddSwaggerGen(options => { options.IncludeXmlComments(xmlFilePath); options.IncludeXmlCommentsFromInheritDocs(); }); ``` Call...

Related to #38 1. Upped NuGets (bug is only observable in newest Swashbuckle's releases). 2. Added stinking reflection for acquiring private field `XmlCommentsSchemaFilter._xmlDocMembers`. Don't know a better way w/o proposing...