dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.28k stars 520 forks source link

Can we get a new release? #1248

Closed TheAngryByrd closed 2 years ago

TheAngryByrd commented 2 years ago

What should we add or change to make your life better?

Release a new version

Why is this important to you?

I'm unsure if https://github.com/dotnet/tye/issues/1145 would be fixed by The move to net 6.0 but it would be nice to try it out and see.

fasteddys commented 2 years ago

Target .net Core 6.

Also add GUI option to run the same TYE development, making it easier to develop micro services quicker.

philliphoff commented 2 years ago

@TheAngryByrd @fasteddys While waiting for the next release, you can use unofficial CI builds that have all accumulated fixes since the last release, including the port to .NET 6.

@fasteddys What GUI are you using? There is an existing Tye extension for VS Code that makes it easy to start and debug services.

fasteddys commented 2 years ago

Hello @philliphoff the discovery and visual foot print of the microservices from a UI would be very helpful, i.e. beyond a yaml file.

Also - it would be nice to have a scaffolder that follows a consistent pattern to create new microservices, i.e. either inherit from a baseTyeMicroservice which has the options that can easily tye into the GUI,

So for e.g. imagine the GUI for a RabbitMq or HangFireJobs. I use Hangfire template projects to build the serivces, but thier GUI also is able leverage the templates to watch /operate start stop those jobs - hope it makes sense to you. Sorry..

philliphoff commented 2 years ago

As 0.11.0 was released yesterday (finally!), I'm going to close this issue.