-
I am trying to upgrade my .net core 2.1 solution to 2.2 preview 2. I have installed 2.2 preview 2 sdk and changed the target framework to 2.2 through project properties but getting below error when i …
-
Getting the following error when trying to install the package in VS 2017.
Install-Package WebApiThrottle -Version 1.5.4
Restoring packages for C:\Users\Dan\source\repos\WebApplication23\WebAppl…
-
From the release notes:
- Web API: now supports the widely extended version 4 of OData. New endpoints for uploading and managing media files have been added to the API.
I conclude that you can …
-
### Is your feature request related to a problem? Please describe.
I am trying to host an ASP.Net Core 3.0 WebAPI inside a linux docker container in azure App Service.
I am using the new extension…
-
### Description
Paket is duplicating `````` in csproj file in case of .Net Core. Its only happening with ```http``` dependencies of ```dll``` type.
```Paket version 5.249.2```
```
…
-
Not sure if the is the right place to post this issue.
When try to following the Doc for "Integration Testing" example https://github.com/aspnet/Docs/tree/master/aspnetcore/mvc/controllers/testing…
-
It's not regular issue - it's design and road map question about HTTP stack.
Our company focused on multi-agent solutions that are installed into multi-node trusted environment. So for recent years w…
-
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
-
### Цель
Требуется реализовать поддержку .NET Standard 2.0 с целью использования одного набора исходных кодов для исполнения в .NET Framework 4.6.1 и .NET Core 2.
### Функциональные требования
…
-
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…