Closed brandedoutcast closed 2 years ago
Hi @brandedoutcast,
We've got a couple options -
dotnet
commands".I think @Gsantomaggio and I have time to at least address the issue backlog here and publish a new release.
Great, thanks for the help. Sent invites 🚀
Got it! I'll find some time soon to check this project out and figure out next steps.
Having this action use only .NET commands is an option as well too, with that then they can ship their nuget.config file in their repo and it should be used automatically. I done this in my build-dotnet action (and also I needed an action that would install .NET daily builds so I also made setup-latest-dotnet).
Alternatively projects could migrate to my build-dotnet action too, it’s publish is opt-in I believe if I remember correctly.
Alternatively projects could migrate to my build-dotnet action too
@AraHaan would you mind pointing out where that is?
Sure, it's at https://github.com/Elskom/build-dotnet/
It seems like the best path forward for this project is to direct people to alternatives:
dotnet
commands. We have adopted this method here - https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/blob/main/.github/workflows/publish-nuget.yaml@brandedoutcast I appreciate you adding myself and @Gsantomaggio to this project. I would like to update the README.md with instructions for alternatives, close issues and pull requests, and then archive this project, ensuring that it's removed from the GH actions marketplace.
I would rather just not archive it, so that way when they look up the action in marketplace they will see the alternatives to use instead and edit the code to throw an error when they use this action to use those alternatives.
This way developers who do not always check the marketplace can still get the notification.
Great idea.
As mentioned in this comment I was busy with handling stuff happening in my life & away from GitHub. I see there are a bunch of open issues & apologies for the inconvenience caused
I may or may not actively contribute to this action so I'm willing to hand it over & RabbitMQ seems to be interested so I'm awaiting their response for now. Once added collaborators should be able to decide on what to do with open issues & PRs