This project has been depreciated in favor of using vimspector which now has support for the netcoredbg debugger
Vim client for the dotdbg dotnet debugger frontend
To use map a key to StartDebugger()
For example:
nnoremap <C-F10> :call StartDebugger()