Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in .net-core

How to fix "Segmentation fault (core dumped)" when creating new dotnet project?

Collecting a dump from a .net core app running inside a container

NuGet Packager Task uses wrong MSBuild in VSTS?

Referencing a Windows Metadata component directly when targeting .NET 5 or higher is not supported

How to run .NET core application by double clicking a file like exe in .NET framework

c# .net .net-core

Request.IsHttps and Request.Scheme are showing that request is HTTP instead of HTTPS

c# .net asp.net-core .net-core

update MSBUILD to 17.6 that comes with the may 2023 update of .NET 7.0.302 SDK breaks build

"The JSON value could not be converted to Enum in Refit

How to Get An IConfiguration For Dependency Injection In A C# .NET Console App

Resolving warning NETSDK1138: The target framework 'netcoreapp3.0' is out of support

access Context.ConnectionID outside of hub in SignalR

DocFX generating documentation for a project in a different folder

Microsoft.Data.SqlClient is not supported on this platform

.net .net-core

Proper way to use HttpClient within Parallel.Foreach to make a large number of POST requests

400 BadRequest response with .NET Core but not .NET Framework

Strongly Typed Configuration Settings in .NET Core 2 Console Application

How to declare global variable in Program cs and use it in controllers in .NET 6.0 Web Api