David Keaveny
David Keaveny
[gvlog.txt](https://github.com/GitTools/GitVersion/files/8493067/gvlog.txt)
The command line tool is great _if_ you already have a RAML definition and want to create a client or controller; but as I said, I'm working in a code-first...
@DaveSenn are you finding that EF logs the generated SQL before it executes? I'm getting the same outcome with a slightly different scenario - while I do have a global...
HipChat integration would be useful for certain critical events, such as a new type of error. As long as you can just the dial on noise vs signal then you're...
Custom dashboards would the the next killer feature for me (after environments). I want to be able to report on the number of exceptions logged over time by application (being...
I compile the template at application startup time (in my case, a Windows service, so I add it as part of the `OnStart` functionality): ```csharp var templateFolder = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Templates");...
If example responses and schemas are defined in your Swagger definition file, then it **should** just work out of the box for you. (Nice touch: if you shrink the width...
As in a model/schema and sample when the response is e.g. a 400 Bad Request?
And that renders successfully in this fork? I can't even get Swashbuckle to generate that part of the definition, so I can't try it out in my API.
I had this issue as well; I was deploying the dist folder into a subfolder in my web application, but the URL to the Swagger definition file is calculated as...