rider-efcore icon indicating copy to clipboard operation
rider-efcore copied to clipboard

General: Use .NET CLI that is currently used by solution

Open seclerp opened this issue 2 years ago • 0 comments

In current behavior, we are using .NET CLI just like simple dotnet command from a working directory.

Need to get a path to the currently selected .NET SDK in Rider to obtain the correct dotnet CLI path.

Notes:

  • ISolutionToolset.GetDotNetCoreToolset() should help with that (backend)

seclerp avatar Jul 23 '22 10:07 seclerp