Forum member

mschaad

1 post

Posts by mschaad

  1. consuming generated xml documentation within tests

    We generate our public API documentation for our ASP.NET WebApi project using Swashbuckle, which we have configured to pick up the generated XML documentation file that the C# compiler produces. I would like to be able to test this feature of our app (or perhaps even unit test my comments, checki…