Open vito-c opened 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.
@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.
@nosami Thanks!
Will probably move SDB to the .NET SDK style project format.
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.