mikeyjones / SpecFlow

Binding business requirements to .Net code
http://www.specflow.org/
10 stars 4 forks source link

Incrementing supported Monodevelop version to support VS for Mac #10

Closed jimbobbennett closed 7 years ago

jimbobbennett commented 7 years ago

Also deleting packages from github repo

jimbobbennett commented 7 years ago

This isn't perfect at the moment - syntax colouring doesn't work as the APIs are different, but the extension builds and can be installed.

jimbobbennett commented 7 years ago

@mikeyjones - this will remove XS support, so don't know if you'd rather create a new branch and I'll point the PR to that.

mikeyjones commented 7 years ago

Hi Jim,

I am so sorry for not acknowledging this sooner. I've just been so busy with work and family, I haven't looked at GitHub for a bit. I changed jobs too, and didn't change my email address on GitHub, so wasn't getting emails, that's fixed now!

I think we need make a new branch for this, so we can keep backwards compatibility with XS. So I'll look at doing that (probably this weekend). The other thing I wanted to do was to remove the need to compile SpecFlow libraries for source and use Nuget instead. I think this project and the core SpecFlow project have moved apart enough that we can separate this into it's own entity.

would you be up for co-administration this with me?

Mike

jimbobbennett commented 7 years ago

Hey no worries - I know how life goes :)

I'd love to help out - I use spec flow a lot so would be good for there to be a working extension in VS for Mac. Not sure how much time I’ll have but I’ll do what I can!

Jim

On Feb 14, 2017, at 21:22, mikeyjones notifications@github.com wrote:

Hi Jim,

I am so sorry for not acknowledging this sooner. I've just been so busy with work and family, I haven't looked at GitHub for a bit. I changed jobs too, and didn't change my email address on GitHub, so wasn't getting emails, that's fixed now!

I think we need make a new branch for this, so we can keep backwards compatibility with XS. So I'll look at doing that (probably this weekend). The other thing I wanted to do was to remove the need to compile SpecFlow libraries for source and use Nuget instead. I think this project and the core SpecFlow project have moved apart enough that we can separate this into it's own entity.

would you be up for co-administration this with me?

Mike

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mikeyjones/SpecFlow/pull/10#issuecomment-279638136, or mute the thread https://github.com/notifications/unsubscribe-auth/ABoZMfd--rrhG_frBY1M0waN4BLbUZt-ks5rcWRQgaJpZM4LieSl.

jimbobbennett commented 7 years ago

@mikeyjones - new branch created and PR raised for the new branch

jimbobbennett commented 7 years ago

@mikeyjones - I'm working on this now, sorry for taking so long. Got it all working using the SpecFlow nugets, all the code that is left is the IdeIntegration and main project. Just stuck on syntax highlighting, so trying to get that done. I've reached out to Mikayla at Xamarin for help so see where I get with it. Will raise a big PR with the changes soon.