-
In a unit test we self-host our OData using OWIN to run validations on it. This used to work fine until we needed to inject an ODataMessageWriterSettings when doing the MapODataServiceRoute. See t…
-
Hello! Sorry for asking stupid things, but help will be really appreciated. I'm trying to follow your [blog post](https://www.scottbrady91.com/aspnet/refreshing-your-legacy-aspnet-identityserver-clien…
-
We have a app hosted in AWS and we get this exception in our database once a while bringing the application down. A simple restart of the services makes it work again. This issue has been flagged in G…
-
I've tried this using the latest Katana sample but keep getting compile errors:
https://github.com/friism/KatanaTest
Steps:
1) Downloaded KatanaTest as a Zip and unpacked
2) Git Initialised and comm…
-
I'm seeing a lot of `WebSocketException` being thrown after OnClose is called. Since it's after the connection has been closed it doesn't seem to be affecting the functionality of the service but it i…
-
**Is your feature request related to a problem? Please describe.**
For MVC .Net Framework OWIN solutions.
The solution for .Net Framework OWIN projects makes it possible to use an appsettings.json f…
-
Has anyone looked into adding WebSocket support to LightNode? The WebSocket code for Owin is pretty straightforward. See here (or search GitHub for WebSocketSendAsync):
https://github.com/damianh/WebS…
-
Goes without saying but seriously. This needs to happen -- maybe after Louis gets his OWIN changes in?
-
I am running NSwag using the OWIN Global.asax method as described here:
https://github.com/RicoSuter/NSwag/wiki/OwinGlobalAsax
I am attempting to override the Swagger UI document title, but it doe…
dux33 updated
3 years ago
-
**编译后第一次运行,会报“未能加载文件或程序集“Microsoft.Owin”的错误,但是刷新后就正常了。应该是动态加载程序集部分有问题**