Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Change Not git repo message #1751
Conversation
micheleissa
commented
Jun 19, 2018
•
|
- Per 1727 change the text of the message.
|
Thanks @micheleissa! I'm wondering if we should maybe have two messages: one for when there's no solution opened and one for when there's a solution opened but it's not a git repository? Not sure really, @sguthals what do you think? |
I think we should do this with another message for when a repository exists but there is no |
|
Yeah, possibly, but that sounds like a separate PR to me? |
I just wanted to mention there were a few different things we might want to check for -- eventually. |
|
So will this pr be accepted or not? |
|
@grokys yes! I agree with:
@micheleissa Are you up for making that distinction as part of this pr? |
|
@sguthals I can try if it is easy to know there is a an opened non-git solution. I might ask for some directions. |
|
I'm not familiar at all with Xaml so I don't know where to begin..all I know for now is the view GenericNotAGitRepositoryView is using NotAGitRepositoryMessage resource. Could you guys shed some light on that and where and when does this panel even displayed? |
|
@micheleissa this is handled by the This piece of code sets the pane's For information on how ViewModels are turned into views you might want to look at our developer documentation: https://github.com/github/VisualStudio/tree/master/docs/developer In particular: |
|
@grokys thanks. Do I need to check in https://github.com/github/VisualStudio/blob/master/src/GitHub.App/ViewModels/GitHubPane/GitHubPaneViewModel.cs#L396-L407 if a solution open or not? |
|
@micheleissa yes that's what you'll need to do. You'll want to abstract the "is a solution open?" check into a service so that it can be unit tested. |
|
Hey @micheleissa are you still interested in working on this? |
|
@StanleyGoldman I might take a look at it this next week. Do you guys have a deadline for it? |
|
I'm not working yet
…On Fri, Apr 19, 2019 at 8:45 PM Michel Eissa ***@***.***> wrote:
I might take a look at it this weekend. Do you guys have a deadline for it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1751 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPC7MVBGOBFRP2KEJHV7ALPRIAK3ANCNFSM4FFTARQA>
.
|
|
No, there is no deadline @micheleissa. Just wondering if you were still interested in completing this work. |
|
@meaghanlewis thank you, I'm trying to re-produce the issue but I can't. Have any of you guys managed to produce it and if so could you tell me how? Thanks again. |
|
Closing some very old PRs. |