0

It was required to write a set of unit tests for a function that solves a quadratic equation. When you start debugging, this error is displayed, .NET Core has been updated to 5.0, tests have been added to the solution [enter image description here][1].

Please tell me what you can do. net5.0. IDE: Visual Studio Code. C#. Installed C# .Net Core Extension Pack (15 extensiones indispensables para programar con C# y .NET Core).

Error (translated):

[The target process exited without raising an event fired by CoreCLR. Make sure the target process is configured to use .NET Core. This may be necessary if the target process has not started in .NET Core.]

-------------------------------------------------------------------
You may only use the Microsoft .NET Core Debugger (vsdbg) with
Visual Studio Code, Visual Studio or Visual Studio for Mac software
to help you develop and test your applications.
-------------------------------------------------------------------
Целевой процесс завершил работу без вызова события, запущенного CoreCLR. Убедитесь, что в целевом процессе настроено использование .NET Core. Это может быть необходимо, если целевой процесс не запускался в .NET Core.
Программа "[424] QuadEqua.dll" завершилась с кодом -2147450749 (0x80008083).

https://i.stack.imgur.com/I9dWp.png

Dharman
  • 30,962
  • 25
  • 85
  • 135
Rayyota
  • 1
  • 1

1 Answers1

0

Have you install .NET Core SDK ? It's necessary for compile and debug with Visual Studio Code. https://dotnet.microsoft.com/download/dotnet/5.0

araqiel
  • 49
  • 7