Julian Maczuga
Julian Maczuga
confirmed
Allow modifying Eco.WebServer.Web.Startup before it gets used in Eco.WebServer.WebServer.StartWebApp
Right now, you can use an asp.net controller to add routes and also serve static files. The only thing you can't do is overwriting routes, but adding all files of...
Allow modifying Eco.WebServer.Web.Startup before it gets used in Eco.WebServer.WebServer.StartWebApp
Thats true, right now it's a Pain to deal with that. I thought alot about how this can be done the best way. I think the easiest way would be...
Allow modifying Eco.WebServer.Web.Startup before it gets used in Eco.WebServer.WebServer.StartWebApp
quick and dirty PoC with Method 1 that works: https://github.com/JulianMa/Eco/commit/0202c14bfef7a9423064a8f98eb8de0f97407fd2
Same exact Issue here. I can't attach the debugger to the `EcoServer.exe`. On my Machine, this will occur every time, i try to attach. This can be reproduced by: 1....
I will retry in the next few days
I tested it again: I can't attach to `v0.9.5.4-beta`, however it works without any problems in the current `v0.9.6.0-beta-staging-2339` build. So i think we can close this one.
I have a fix for it, but i consider it a hack, since it only filters the layer out of the REST response. It's still possible to fetch it from...
it seems like FP updated to proto3, see my PR: https://github.com/liamcottle/rustplus.js/pull/77
> FIX: change in file required to optional This works in some cases, but will cause issues in general. No field send does not equal null, but the default proto...