soitgoes / LoveSeat

Bringing CouchDB and .NET little closer
Other
96 stars 50 forks source link

Nuget update #70

Closed cristianmad closed 7 years ago

cristianmad commented 7 years ago

Hi, I was wondering if you are planning on releasing the library as a nuget package. I saw in a previous post that the original author would not release the nuget.org project to the new owner, but you would consider releasing it under a separate id/name? It does seem like the original author abandoned it anyway.

As a workaround, I could certainly build it myself and consume it, but I would also like to be notified of any updates/fixes (assuming this project is still being maintained).

Thanks, Cristian

cristianmad commented 7 years ago

Yup that was me πŸ˜€ My solution consisted in registering the control in the platform specific code and then, using dependency injection, create it in the PCL.Β I was using the dependency support offered by Prim, but any other should also work. If you want, I could create a sample project and send it to you later today.Β  Cristian

Sent from Yahoo Mail for iPhone

On Thursday, August 10, 2017, 2:17 PM, Vlad Predovic notifications@github.com wrote:

Thank you for the quick reply!

Are you by chance the same Cristian Mad from this comment thread"? https://geonet.esri.com/thread/195394-xamarinforms-are-pcl-projects-supported

I have been wrestling with implementing ESRI mapping on a forms PCL project and saw you commented that you were successful.

On Thu, Aug 10, 2017 at 10:47 AM, Cristian notifications@github.com wrote:

Hi Vlad, No problem regarding the message. What's up? Cristian

Sent from Yahoo Mail for iPhone

On Thursday, August 10, 2017, 1:44 PM, Vlad Predovic < notifications@github.com> wrote:

@cristianmad Hello Cristian,

Unrelated and I apologize for the direct message but could you shoot me an email at vladpredovic@gmail.com? It is regarding an ESRI xamarin implementation of yours.

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/soitgoes/LoveSeat/issues/70#issuecomment-321624353, or mute the thread https://github.com/notifications/unsubscribe-auth/AINXHYB3G5ditnXWLFwF0HHt-Q1SVx34ks5sW0ImgaJpZM4OzbVh .

-- Vlad Predovic 5037096674

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

cristianmad commented 7 years ago

Sure, feel free to share the solution with others. The main reason I don't like shared is the unit testing support. (Or the lack of itπŸ˜€) I just updated that original post. I need to go to a meeting now, but I will do it after.

Sent from Yahoo Mail for iPhone

On Thursday, August 10, 2017, 2:27 PM, Vlad Predovic notifications@github.com wrote:

Wow that would be amazing and would significantly reduce my development time. If all goes well and is ok with you I would also work to bolster it (add tests etc) and set it up as an example. I am sure there are other people with the same issue.

The team was already beginning to consider switching to a shared app. I was going to try adding a shared project the current solution and adding the implementations for maps on each platform using compiler directives.Then I could reference the shared project from the PCL but your solution is much cleaner and I am not sure this would work yet anyway.

On Thu, Aug 10, 2017 at 11:21 AM, Cristian notifications@github.com wrote:

Yup that was me πŸ˜€ My solution consisted in registering the control in the platform specific code and then, using dependency injection, create it in the PCL. I was using the dependency support offered by Prim, but any other should also work. If you want, I could create a sample project and send it to you later today. Cristian

Sent from Yahoo Mail for iPhone

On Thursday, August 10, 2017, 2:17 PM, Vlad Predovic < notifications@github.com> wrote:

Thank you for the quick reply!

Are you by chance the same Cristian Mad from this comment thread"? https://geonet.esri.com/thread/195394-xamarinforms- are-pcl-projects-supported

I have been wrestling with implementing ESRI mapping on a forms PCL project and saw you commented that you were successful.

On Thu, Aug 10, 2017 at 10:47 AM, Cristian notifications@github.com wrote:

Hi Vlad, No problem regarding the message. What's up? Cristian

Sent from Yahoo Mail for iPhone

On Thursday, August 10, 2017, 1:44 PM, Vlad Predovic < notifications@github.com> wrote:

@cristianmad Hello Cristian,

Unrelated and I apologize for the direct message but could you shoot me an email at vladpredovic@gmail.com? It is regarding an ESRI xamarin implementation of yours.

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/soitgoes/LoveSeat/issues/70#issuecomment-321624353, or mute the thread https://github.com/notifications/unsubscribe- auth/AINXHYB3G5ditnXWLFwF0HHt-Q1SVx34ks5sW0ImgaJpZM4OzbVh .

-- Vlad Predovic 5037096674 <(503)%20709-6674>

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

β€” You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/soitgoes/LoveSeat/issues/70#issuecomment-321633254, or mute the thread https://github.com/notifications/unsubscribe-auth/AINXHYZDUhZcj76lzjxqi_RUzsbpbnTRks5sW0oWgaJpZM4OzbVh .

-- Vlad Predovic 5037096674

β€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

cristianmad commented 7 years ago

I will send it tomorrow morning...Still busy at the office atm.

cristianmad commented 7 years ago

In my case, I only needed to map the location (based on both coordinates and civic address), but you could use the entire functionality exposed by Esri. I will send you the code over email in a few minutes...I just realized we took over the LoveSeat space :)

cristianmad commented 7 years ago

I've emailed it earlier today.

soitgoes commented 7 years ago

I can try to release it under "Love-Seat" I'll do that sometime this weekend.