Top ".net-core-2.2" questions

Use this tag for questions specifically related to .NET Core 2.2, in addition to using the [.net-core] tag.

The target process exited without raising CoreCLR started event error with .NET Core 2.2

I want to debug empty WebApi Project based on .NET Core 2.2. I installed Core 2.2 SDK x86 and changed target framework …

c# asp.net-core asp.net-core-webapi visual-studio-2019 .net-core-2.2
The framework 'Microsoft.AspNetCore.App', version '3.1.3' was not found

After upgrading targetFramework for my web app from dotnet-core-2.2 to dotnet-core-3.1.2 on another developer machine we are getting following error …

.net asp.net-core .net-core .net-core-3.1 .net-core-2.2
.Net Core warning No XML encryptor configured

When I start my service (API on .Net Core 2.2 in Docker container) I've got a warning: No XML encryptor configured. …

c# .net-core .net-core-2.2
Populate IConfiguration for unit tests

.NET Core configuration allows so many options to add values (environment variables, json files, command line args). I just can't …

asp.net-core .net-core xunit asp.net-core-2.2 .net-core-2.2
launchSettings.json launchUrl doesn't work "api/values"

I am trying to change http://localhost:5001/api/values route but the program is stuck this url. I read this …

c# asp.net asp.net-core asp.net-core-webapi .net-core-2.2
The current .NET SDK does not support targeting .NET Core 2.2. (SDK 2.2.202)

Another one of those many many similar issues, yet none of the solutions searched for, helped (see below which one …

c# visual-studio .net-core .net-core-2.2