Something interesting i have noticed, c# dev kit does not allow for debugging. the error you get when trying to run the project is that devkit is only supported for vs-code.
not sure what cursor’s team can do about this, as it is the only way to run dot net projects on mac (besides intellj) and porting from vs-code to cursor, this can be a semi deal breaker
Now im getting this
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-/Users/xxx/repos/xxx/bin/Debug/net6.0/xxx.Api.dll does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
I am feeling like you only cloned the netcoredb repository. you need to compile and install it as well. @muaazjoosuf. I would advise you to first try following the instructions in the above repo and try debugging that before a different project.