-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make SourceBrowser work with project.json repositories #117
Comments
To be honest we haven't really been actively developing SB. Have you looked at Kirill Osenkov's SourceBrowser? We based ours off of his before he open sourced it. I'm not sure if it supports project.json files either though. All that said, maybe I'll give it a shot this weekend. We originally didn't support them because there was no corresponding Roslyn workspace, but I see there's now a |
@jchannon Are you familiar with how Omnisharp handles these (You'll have to forgive me as I'm not very familiar with the new cross-plat stuff) |
So I've started work on this and it's pretty much ready to go. However, I've got a blocking issue with dotnet/cli. I tried pulling down the binaries manually, but they're referencing the To wrap up work here, I'm going to say we're going to have to wait for |
I think @Yantrio and I downloaded the project.json workspace nuget package the other day but that might have been from myget. Can you remember James? |
We used this : https://github.com/davidfowl/ProjectJsonWorkspace which is dnxcore50. |
The second is also dnxcore50, but my understanding is that it will be changed eventually. It's available on the dotnet-cli MyGet: https://www.myget.org/F/dotnet-cli/api/v3/index.json as I don't know who to bug to get it changed, but I'll keep an eye on it and when it does I'll wrap this up. |
Hi,
Great tool!
I've been trying to use it with CoreFX and other repositories that don't have sln files or one's that just have project.json files. Any plans for SB to work with these types of repos?
Thanks
The text was updated successfully, but these errors were encountered: