Results 5 comments of Stuart S

Thanks. It doesn't look related. An example repro project: https://github.com/bearer-syntaxerror/RNAutoRestExample The Dist/AdventuresApi/lib/ contains the autorest generated `adventuresApiClientContext.js` which requires `@azure/ms-rest-js` `@azure/ms-rest-js` contains `msRest.node.js` which requires a number of node server...

I gave this a try by replacing `"main": "./dist/msRest.node.js"` with ` "main": "./dist/msRest.browser.js",` in `node_modules/@azure/ms-rest-js/package.json` which results in: `DOMParser is not defined` at runtime It appears that the browser version...

Sure. Follow the [React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html) steps Once the React Native CLI and dependencies (node, homebrew, watchman, xcode) are installed on your system, cd into the sample repository and...

I'm having the same issue. Swashbuckle v5.6.0. App is hosted in IIS. Nothing too fancy. Specifying `c.RootUrl(req => GetRootUrlFromAppConfig());` has no effect.

Hi, I'm also experiencing this same behavior on 2.8.4. I have confirmed that the issue is resolved by downgraded to 2.8.2. Any status on this issue?