-
Notifications
You must be signed in to change notification settings - Fork 1k
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
#1676 nuget packages #1693
#1676 nuget packages #1693
Conversation
@MrTortoise could you rebase? |
in theory yes. What do you want me to rebase onto what? Is that correct? On 9 February 2016 at 20:25, Aaron Stannard notifications@github.com
|
https://youtu.be/8UguQzmswC4?t=4m55s - shows how to do it git rebase -i dev Need to consolidate these two commits into 1. |
…lections being in ascending order following a load of tests on the collections i performed elsewhere. This is not explicitly documented - but does follow the standard 'walk tree' behavior so is perhaps dependable. Have depended upon current implementations enumerable over values collections being in ascending order following a load of tests on the collections i performed elsewhere. This is not explicitly documented - but does follow the standard 'walk tree' behavior so is perhaps dependable.
well i think that has gone wrong. |
If it passes tests, looks good for me. |
I haven't rebased this successfully due to my ineptness with git. |
MrTortoise if you follow the instructions in the youtube link @Aaronontheweb posted. It should work. |
as i said above, i have got my fork into a state that i do not know how to recover from https://github.com/MrTortoise/akka.net if you want to take a look. I have watched aarons video many times and it doesn't cover the situation i am in. |
closing this, since the rebase from Aaron was merged. |
This is just the nuget portion of this issue. Got a nod from Aaron regarding this pull request.
I am working on the rest as well. Bit busy next couple of days and its larger than i expected but itl come.
My first pull request from a feature branch in git like this so if i fubar please explain and ill sort it asap ;)
I think i followed the instructions though!