-
Hello All,
I am using Swashbuckle in a WebAPI project, and everything works perfectly in IIS locally.
It Also works fine when I run in from within IISExpress.
As soon as I send it to azure the role…
-
I am in the process of migrating some web services from ASP.NET to ASP.NET Core. So far, everything is fine, and Simple Injector is great, except when it comes to integration testing. To make things e…
-
Hi @ipjohnson !
I know there is an adapter for using Grace with Asp.net Core. How about adding integration for OWIN based MVC Web Api 2? It would be great for selfhosted services when you are stil…
-
Hi!
This is just an open list of performance improvements that can be implemented.
Some of them were already implemented by us in our branch as we had some serious issues #154 . Hopefully, we'll fin…
-
Let's imagine we have a controller:
```
namespace WebApplication.Controllers
{
using System.Collections.Generic;
using System.Web.Http;
public class ValuesController : ApiControl…
-
Could someone from the contributors be so kind to include such a common scenario as Asp.net core WebApp is accessing Asp.Net Core WebApi, using v2.0, MSAL library (latest version), OpenId, auth code g…
-
I'm creating a new AspNet Core application (WebApi Full framework target) I'm opening a new connection to Oracle and I get the error "Unable to find the requested .Net Framework Data Provider. It may…
-
It seems that latest official OData (Microsoft.AspNetCore.OData 7.1.0) cannot be used in .NET Core 3.0.0 Preview 2 MVC app:
Startup.cs
```
public class Startup
{
public Startup(…
-
I upgraded nuget packages:
- Microsoft.IdentityModel.Tokens, Version=5.1.4.0
- Microsoft.Owin.Security.OpenIdConnect, Version=3.1.0.0
and got an error:
```
Could not load type 'System.IdentityM…
-
I am having errors with Count Properties, when I remove then everything works just fine but my system cannot live without them.
I had a hard time trying to find where this is implemented in AutoMappe…