WebAPIContrib.Core icon indicating copy to clipboard operation
WebAPIContrib.Core copied to clipboard

Community Contributions for ASP.NET Core

Results 63 WebAPIContrib.Core issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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...

dependencies

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...

CSV

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...