Code Monkey home page Code Monkey logo

Comments (15)

darrencauthon avatar darrencauthon commented on August 26, 2024 4

Good morning @Robar666 ,

Thank you for asking. I'll be honest and completely upfront with you:

The state of the project is that it's held back by personal life. Since I wrote this library, I've gone through a divorce, single parenting, remarriage, and moving. My personal life is so full and happy, it's hard to find time to load this library in my head. This library was a small passion of mine for a few months, as I wanted to see how well the design mechanics I had learned from years of Ruby would apply to C# (answer: very well). Plus, my employer needed to send emails with SparkPost and I didn't want us to get off on the wrong foot, one-off-ing each web call.

I still have a programming passion, but it's not in this space right now. I really want to finish this project that I've had in my head and scrawled in my notebook for years. What little time I can get, I've been putting towards it.

58978391_10161669847675173_1737012042973315072_o

So what does this project need? A conversion to dot net standard, which shouldn't be far off. Here is what I have on my list (I do have a list)

  1. Flip the library to dot net standard. This has already been done, and I think by multiple people. The only impediment is one static helper that converts mail messages, and the fix is to delete it. I think someone published it to Nuget, too, and good for them. 😄 However...

  2. Flip the tests to dot net standard.. This one is harder, or was harder back when I was in the middle of this a year or so ago. This library is very well tested, but it is dependent on AutoMoq and Should for unit testing, and SpecFlow for integration testing. I believe AutoMoq and SpecFlow have both been ported, and I think I even saw on Twitter last year that Should was ported. So many this is much easier?

The tests are the big deal. I've always taken this library very seriously with respect to changes. People use this library to send emails that their jobs and companies depend on, and I won't screw anybody around. The test suite has to be ported, and ported well. I'd rather let the library languish than to push untested changes to thousands of users.

  1. Build the dot net core / dot net 4.x packages. As anyone can see, I took the deployment seriously. The docker scripts and patterns are all set up and functioning, but... I just don't know how to modify them to publish to dot net core.

So that's what this project needs. And more than anything, this project needs another maintainer. Not just anybody, but someone who takes it seriously and has at least a small amount of passion for this. I don't mean to slight anyone who has contributed, as everyone's been very helpful. A year or two ago, I was still a little more strict on the form of this library, but at this point, whatever community we have will need to hold this up. Take what I have and change it, make it more dot-net-y, or whatever... the only real thing I really want is that we take the trust that other users have put into this library seriously.

I hope that helps. Maybe I could put out on my Twitter that I'm looking for new maintainers for this library. Do you know of anyone, @Robar666 ? @asherber ? Let's get this conversion going right now. 😄 I'm going to get out of the way, right now.

Thanks,
Darren

from csharp-sparkpost.

adamhathcock avatar adamhathcock commented on August 26, 2024 2

I'll maintain this. I've already forked this for work but having a community around this would be better.

from csharp-sparkpost.

asherber avatar asherber commented on August 26, 2024 1

I'm a fan of this library and happy to help out, but since SparkPost isn't central to my work right now, I don't think I'd be a good maintainer. I think my PR #161 has what's needed to target net45 and netstandard1.6; it should be easy to change that to 2.0 if desired (or add 2.0).

from csharp-sparkpost.

Robar666 avatar Robar666 commented on August 26, 2024 1

Hi,

first of all thanks for your honest response, I really appreciate a straightforward answer. I also totally understand that family comes first, I probably would have done the same in your situation.

I think it would be a great idea to put a tweet out that you're looking for new maintainer.
I can also bring it up in our next sprint planning meeting, but since it is just a very small part of our application and we are currently working to capacity, I can't guarantee anything.

If I've any updates or ideas regarding this topic, I'll reply here.

from csharp-sparkpost.

Robar666 avatar Robar666 commented on August 26, 2024 1

Hi,
it's been a while since my last response.

Since I had no time to work on this task, my colleague forked the project, made the necessary changes and created a pull request (#187).
He migrated the Sparkpost + test project to netstandard2.0 and changed the test framework to xunit (since we are more familiar with this framework).

We are now using this code base for our application, so we classify it as "good enough".

We also came to the conclusion that we as a company wouldn't be a good maintainer for this project.

Hopefully this project gets a maintainer eventually, would be a shame to let this project die.

from csharp-sparkpost.

adamhathcock avatar adamhathcock commented on August 26, 2024 1

Ping @darrencauthon

I'd like to maintain the continuity of this package and people instead of hard forking.

from csharp-sparkpost.

tuck1s avatar tuck1s commented on August 26, 2024

Hi @darrencauthon , I just wanted to add a personal note of thanks for the work you've done on this library. I use Linux and OSX for development, so gravitate towards other languages such as Python, C and Go. I hope you do find maintainers to take this forward.

from csharp-sparkpost.

Robar666 avatar Robar666 commented on August 26, 2024

Hi @adamhathcock, how is it going?

Have you had time yet to work on the repo? Our PR #187 is still unmerged.
I came back to this issue, because the next big roadblock is ahead: .NET 6 migration.

from csharp-sparkpost.

adamhathcock avatar adamhathcock commented on August 26, 2024

@Robar666 I'm not a maintainer of this repo. As far as I know, this repo is still abandoned

from csharp-sparkpost.

asherber avatar asherber commented on August 26, 2024

@Robar666 If you're moving to .NET 6, and you've already migrated this library to netstandard2.0 (per your earlier post and PR), then you should be good to go, no? I agree that it's too bad this project is no longer actively maintained, but it shouldn't be a blocker for you.

from csharp-sparkpost.

Robar666 avatar Robar666 commented on August 26, 2024

@adamhathcock Oh, I thought based on your last comment that you were the new maintainer of this repo.

@asherber You are right, basically everything still works. The word "roadblock" was probably a little bit exaggerated. But as you already mentioned, it's a shame that the package is no longer active.

Can't help myself to come back to this issue every couple of months to see if anything has changed.

from csharp-sparkpost.

adamhathcock avatar adamhathcock commented on August 26, 2024

I was volunteering to take this repo and nuget, etc as well as help review PRs and stuff as I'd like to stay up to date as well.

from csharp-sparkpost.

darrencauthon avatar darrencauthon commented on August 26, 2024

@adamhathcock Just sent an invite!

from csharp-sparkpost.

adamhathcock avatar adamhathcock commented on August 26, 2024

Great! Now to think of what updates are short term and what are long term 😬

from csharp-sparkpost.

darrencauthon avatar darrencauthon commented on August 26, 2024

@adamhathcock Do you want to chat for a little bit about it? I can give you a general direction and "philosophy" of the library, but then it'd be up to you. 😄 My email is my first name at my last name, dot com.

from csharp-sparkpost.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.