tye-v2 / tye2

Tye2 is a local orchestrator tool that makes developing and testing microservices and distributed applications easier.
https://www.tye2.org
MIT License
1 stars 2 forks source link

Upgrade to dotnet 8 #12

Closed razvangoga closed 4 months ago

razvangoga commented 4 months ago
razvangoga commented 4 months ago

@drakon660 do you want to take care of this one while i move forward with the packaging pipeline / push to nuget ?

drakon660 commented 4 months ago

I can do that, two things

razvangoga commented 4 months ago
  • delete Microsoft namespace.

i'll do the renames as part of the push to nuget issues - i need to rename the projects there anyway to get the new exe names

  • "clean up this hack from the initial fork" ? You mean this not working tests in the pipeline? If so how? I meant the part about the --roll-forward from here. I think with tye itself on 8, the roll forward will not be needed. image
drakon660 commented 4 months ago

Ok, I got it. Will do

razvangoga commented 4 months ago

merged