-
I couldn't find any tutorials using Azure AD **v2.0** endpoints to secure AspNet.MVC web APIs. Most of the samples are now in dotnet core using different middlewares.
The below code configuration o…
-
System.AggregateException
HResult=0x80131500
Message=Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: Swashbuckle.AspNetCore.Swagger.ISwa…
winlj updated
3 years ago
-
Is there support for policy permissions? not just roles.
Sample: [Authorize("manage:chickens")]
-
Hi,
[NOT ENTIRELY SURE IF THIS IS ASP.NET OR COREFX]
I have an [HTTP Caching library for .NET](https://github.com/aliostad/CacheCow) and I use `HttpMessageContent` class to help me serialise and…
-
running v2.3.3 core. Updated from 1.5.1 few weeks back. I don't want to upgrade to .net standard until Entity core is more complete. Angular4 frontend, Updated abp npm modules to latest. Everything el…
-
All of theese were 6.0.2 and it worked fine until I updated to 6.2.0
package id="DbLocalizationProvider.AdminUI.EPiServer" version="6.2.0" targetFramework="net472"
package id="DbLocalizationProv…
-
When using API versioning with ASP.NET Core OData, and enforcing a PageSize limit to enable server-side paging, the nextlink generation for nested collections throws an exception. This seems to be…
-
## Steps to reproduce the issue
1. Create a webapi project template using the dotnet CLI (dotnet --version = 3.0.100)
2. Build the dockerfile to create image (see dockerfile below)
3. Run the docke…
-
Implement Global Exception Handling using the Custom ASP.NET Core Middleware that will be used from all the eShopOncontainers microservices.
See info like :
“Global Exception Handling in ASP.NET Cor…
-
**Which version of FluentValidation are you using?**
v9.2.0
**Which version of ASP.NET are you using?**
NET Core 3.1
**Describe the issue that you're having**
I have been trying to create…