mono / sdb

A command line client for the Mono soft debugger.
https://www.mono-project.com
MIT License
116 stars 44 forks source link

Create a csproj/sln file #19

Open vito-c opened 9 years ago

vito-c commented 9 years ago

I think there should be a csproj/sln file associated with this project so that tools such as omnisharp can be used for code completion.

alexrp commented 9 years ago

I will probably rework the makefile to just invoke xbuild sdb.csproj at some point.

Still, I feel like tools like OmniSharp should have an option to work with projects like this; .csproj files are not the One True Build System. Even just being able to say "consider all files in src source code" would be enough.

nosami commented 9 years ago

@vito-c - "consider all files in src source code" OmniSharp can do this already, you just have to start the server manually with the -s switch pointed to the root folder.

On Tue, Dec 23, 2014 at 8:16 AM, Alex Rønne Petersen < notifications@github.com> wrote:

I will probably rework the makefile to just invoke xbuild sdb.csproj at some point.

Still, I feel like tools like OmniSharp should have an option to work with projects like this; .csproj files are not the One True Build System. Even just being able to say "consider all files in src source code" would be enough.

— Reply to this email directly or view it on GitHub https://github.com/mono/sdb/issues/19#issuecomment-67929832.

vito-c commented 9 years ago

@nosami Thanks!

alexrp commented 4 years ago

Will probably move SDB to the .NET SDK style project format.