Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

MSB4057: The target "Release" does not exist in the project: in csproj in TeamCity

.net-core teamcity

InvalidOperationException: The view 'Index' was not found. The following locations were searched

Bypassing SSL Certificate Validation on DotNet Core Service Stack

Swashbuckle add required request header

.net Core 6 - Unable to resolve service for type while attempting to activate

c# asp.net-mvc .net-core

nuget packages failing to download in VS 2019

How do I use Visual Studio 2019 to remotely debug a .NetCore application on a Hyper-V Linux VM?

Decompiled Sources only show "throw null" for every .NET Framework class

@attribute [AllowAnonymous] in Blazor server-side component has no effect

ICustomAuthorizeRequestValidator isn't being called?

How to get Serilog to enrich logs

Attaching middleware to a specific route in ASP.NET Core Web API?

Inject .NET Core IConfiguration into Singleton

asp.net-core .net-core

How to add Content-Type: application/octet-stream to .Net Core header

Cannot access a closed Stream when returning FileStreamResult from C# .NetCore API

Write stream directly to HttpClient

Reading Stream: Byte[] vs Memory<Byte> vs Span<Byte>

c# .net .net-core