Blackbaud-ChristiSchneider
Blackbaud-ChristiSchneider
The examples are formatted in the Swagger UI but not in the swagger.json, while they were formatted previously. Before: ```json { ... "responses": { "200": { "description": "Success", "content": {...
> I suggest you remove options.SerializerSettings.Formatting = Formatting.Indented; and remove all the \t and \n from your tests. That shouldn't be a big job. I was suggesting that the workaround...
Agreed that it would be nice to format it with the proper spacing matching the full document, but I think that may be complicated. I believe the reason the spacing...
Great, thanks, I was wondering if I was just being super dense. Bad luck, I'm surprised they broke backwards compat in this way. I imagine this is frustrating for a...
IBM has a command line validation tool - https://github.com/IBM/openapi-validator It won't have identical logic to the APIM errors but I've been using the same logic to validate our documents prior...
I think that would fix issues like #420 as well. It's probably helpful to check array vs object vs primitive still but I would welcome a breaking change to fix...
Thanks! How do you determine if you have the access token? In dialog, this is done by just sending an `OAuthPrompt` which passes a step context of `TokenResponse` to the...
Also the example you gave has a direct link to the OAuth flow, but what I'm talking about is using the `ConnectionName` from app settings like what the `OAuthPrompt` uses.
Unfortunately the token is always null when I have previously logged in. The example you're giving with the link does not use the oauth connection that OAuthPrompt provides, so authenticating...
`ITeamsContext` is always null when running in Teams without using a magic code. When I run in the bot emulator using a magic code, it's not null. I can't test...