Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Create a csproj/sln file #19

Open
vito-c opened this issue Dec 23, 2014 · 4 comments
Open

Create a csproj/sln file #19

vito-c opened this issue Dec 23, 2014 · 4 comments

Comments

@vito-c
Copy link

vito-c commented Dec 23, 2014

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
Copy link
Contributor

alexrp commented Dec 23, 2014

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.

@alexrp alexrp added this to the 2.0 milestone Dec 23, 2014
@alexrp alexrp self-assigned this Dec 23, 2014
@nosami
Copy link
Member

nosami commented Dec 23, 2014

@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
#19 (comment).

@vito-c
Copy link
Author

vito-c commented Dec 24, 2014

@nosami Thanks!

@alexrp alexrp removed this from the 2.0 milestone Jan 8, 2018
@alexrp
Copy link
Contributor

alexrp commented Oct 10, 2019

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

@alexrp alexrp removed their assignment Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants