Tom Robinson

Results 27 comments of Tom Robinson

> if the client test actually calls the code in the controller instead of making an actual http request you should be fine Yep, I think it would be. Unfortunately...

@tonerdo `GetMatchingShimIndex` was coming up in the stack trace when I was trying a few things out earlier on though as you noticed, it's not in the one above. I...

Have you tried running it standalone, to eliminate Visual Studio and vshost32.exe from the problem?

Is the user that's running the program a local machine administrator?

Does this help? https://github.com/zeromq/clrzmq/tree/2.2

@gbirchmeier You might be waiting a while, the last commit was over a year ago :( I think the momentum has shifted towards https://github.com/zeromq/netmq instead.

Related: https://github.com/JasperFx/lamar/issues/183

I resolved it using the following packages: ```json "@uirouter/angular-hybrid": "^12.0.0", "@uirouter/angular": "^8.0.0", "@uirouter/angularjs": "^1.0.26", "@uirouter/rx": "^0.6.0", ``` The versions are taken from the `peerDependencies` from `node_modules\@uirouter\angular\package.json` and `node_modules\@uirouter\angular-hybrid\package.json` I'd still...

I'm also getting this error. It went away when I realised that I had a project with `netcoreapp3.1;net5.0` which had a `ProjectReference` to a project with `netcoreapp3.1`. Making sure both...