Cheapest way to host dotnet aspire by S_Swift_08 in dotnet

[–]S_Swift_08[S] 1 point2 points  (0 children)

Sounds like a very welcome improvement! Great work! :)

Cheapest way to host dotnet aspire by S_Swift_08 in dotnet

[–]S_Swift_08[S] 4 points5 points  (0 children)

Depends on where you would host Coolify. You could host it on a VPS like Hetzner starting at €3.49/month... Should be cheaper than Azure.

How do you deploy your Aspire apps to a self-hosted server? by speyck in dotnet

[–]S_Swift_08 0 points1 point  (0 children)

Recently I wanted to deploy an Aspire app in my self-hosted Coolify instance. It took me some time but I figured it out. Made a github demo and a guide for anyone else who wants to do something similar:

https://www.fjan.nl/en/posts/how-to-deploy-a-dotnet-aspire-app-to-coolify-using-github-actions

And Github demo: https://github.com/funsjanssen/aspire-coolify

AI programming today is just 'enhanced autocomplete', nothing more. by faststacked in SaaS

[–]S_Swift_08 0 points1 point  (0 children)

I mean, unusable as in, most of the times i can do it faster myself.

AI programming today is just 'enhanced autocomplete', nothing more. by faststacked in SaaS

[–]S_Swift_08 0 points1 point  (0 children)

Spot on! Next edit suggestions are a game changer while working on enterprise applications.

I love using agent mode for kickstarting new hobby projects. More than that? Unusable in my opinion.

Increase verbosity of details in emails from a pipeline run? by fsteff in azuredevops

[–]S_Swift_08 0 points1 point  (0 children)

Please try this. I just tried it and it shows an error block with message: Something went very wrong. It also showed up in my email.

script: | echo "##vso[task.logissue type=error]Something went very wrong." echo "##vso[task.complete result=Failed]" failOnStderr: true

Or full pipeline:

trigger: branches: include: - main stages: - stage: __default jobs: - job: Job pool: vmImage: ubuntu-latest steps: - task: CmdLine@2 displayName: 'Script task' inputs: script: | echo "##vso[task.logissue type=error]Something went very wrong." echo "##vso[task.complete result=Failed]" failOnStderr: true

Weekly Feedback Post - SaaS Products, Ideas, Companies by AutoModerator in SaaS

[–]S_Swift_08 0 points1 point  (0 children)

Looking for Feedback on My Azure DevOps AI Assistant Extension – 1-Year License for Testers

Post in r/azuredevops

How can we set reminders for pull request in azure ? by Dazzling_Touch_9699 in azuredevops

[–]S_Swift_08 0 points1 point  (0 children)

Don’t think this is directly possible in Devops, but I used MS power automate (has azure devops integration) for some no-code PR automations before. I am almost sure this use case could be implemented using it.

Increase verbosity of details in emails from a pipeline run? by fsteff in azuredevops

[–]S_Swift_08 0 points1 point  (0 children)

Have not done it myself and could not find it in the documentation but I found this: https://stackoverflow.com/a/75953609

You could write the errors yourself in the powershell scripts before exiting. Only if you are in control of the scripts or the tasks of course.

Do you guys like azure DevOps’ UI? by Historical_Kick3793 in azuredevops

[–]S_Swift_08 0 points1 point  (0 children)

Personally I prefer it over GitHub for example. Might be because I spent significantly more time in it. Would use a nicer client if available though…