-
Dan,
I ran across your post on OWIN/WebAPI windows service example and learned a lot from it. I want to thank you for a well written post. I was able to follow and create my own windows service hoste…
-
*Short summary (3-5 sentences) describing the issue.*
I am trying to allow for the use of an action that actually accepts a file (from multipart/form-data presumably). I have tried using all the r…
-
In the documentation that wasn't an mention on how to create self hosted Web API with Ninject? WHat name space should I look under? Thank you.
-
I'm trying to inject a IDbContextScopeFactory object using Simple Injector but I'm always getting the following error:
`Additional information: The configuration is invalid. Creating the instance for…
-
### Microsoft.Identity.Web Library
Microsoft.Identity.Web.OWIN
### Microsoft.Identity.Web version
2.17.0
### Web app
Not Applicable
### Web API
Protected web APIs (validating scop…
-
I have a Web project and a Test Project. I'm using webapi in the web project and MVCRoute tester in the second.
Test is
```
[TestFixture]
class TestApiRoute
{
HttpConfiguration config;
…
-
Hello,
I had this piece of code:
```
app.UseSwaggerUi3(
typeof(ControllerBase).GetAllAssignable()
, (settings) =>
{
settings.GeneratorSettings.DefaultEnumHandling = NJson…
-
## Describe the Bug
owin one request autofac middleware and controller lifetime not same one
UnitOfWorkManagerMiddleware
![Dingtalk_20220824103418](https://user-images.githubusercontent.c…
-
I am developing a web service using ASP.NET WEB API 2 and Owin and it is supposed to run as a windows service.
Simple caching using CacheOutputUntilToday(23,55) works fine but I want to add the author…
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am running the latest version of Nancy
- [x] I have verified if the problem exist in both `DEBUG` and…