coultonluke

Results 11 comments of coultonluke

Thank you for looking into this for me. I appreciate it. I'm trying to get going with the Lambda Test Tool using an existing project, so do you think I'll...

Are razor views generally supported when using the Lambda Test Tool even without the `Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation` reference? I've created a basic project in the same way and the views work completely...

Its because I'm wanting to host my existing website MVC application in AWS Lambda. When I run the lambda in AWS Lambda it returns views just fine, but I am...

Thank you again. I will look into posting a pull request. I must be misunderstanding the need for the tool somewhat I suppose, because it seems like an odd limitation...

@ashishdhingra After some sleep I think I understand what you're saying now. Are you saying that I can still debug through the code even if I don't have the view...

Also in the example given, when you type into the fields it is noticeably slow. This is a problem that I have also experienced with Formik and redux-form... more than...

In my experience of using the library, it works better with more text than you are putting in there. I realise that's not an ideal answer to the question as...

This is a problem for me and I'm not using React in strict mode as far as I can tell (I don't have React.StrictMode around the root of my react...

Also getting this issue when packaging up the following script provided by Microsoft for SignalR: `node_modules/@aspnet/signalr-client/dist/browser/signalr-clientES5-1.0.0-alpha2-final.js` Here's what my package section looks like for it: ![image](https://user-images.githubusercontent.com/16463338/34641093-8e4c517e-f2f6-11e7-9f8f-ed589843dae3.png)