WebAPIContrib.Core
WebAPIContrib.Core copied to clipboard
Community Contributions for ASP.NET Core
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...
Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.6 to 2.1.15. Release notes Sourced from Microsoft.AspNetCore.App's releases. .NET Core 2.1.15 Release Notes Download and Install Repos Core CoreCLR CoreFX ASP Core-Setup CLI - 2.1.803 CLI...
Fixes an exception that occured when synchronous operations aren't permitted
I am using v3.0.0 of the Csv output formatter. However, I saw the following issue: ```csharp [Route("a")] [HttpGet] [Produces("text/csv")] public IEnumerable GetA() { var b = new[] { new B...
Is there any plan to support also .Net6?
I have an ASP.NET Core Web Api (.NET 5) using the Protobuf formatter to serialize responses. When my controller returns a large amount of data the client gets a **`200...