lade...
random avatar

ggmueller - Network

Posts Subscribe

Last week at the .NET meetup in Linz, I highlighted a challenge with .NET Aspire: lack of automatic updates for pinned container version....

https://mastodon.social/@ggmuell...

Last week at the .NET meetup in Linz, I highlighted a challenge with .NET Aspire: lack of automatic updates for pinned container version. Now, with BoxerlRenovierer, Renovate manages Aspire containers seamlessly.

Check out the blog for more!

zyrr.io/en/blog/2025/2025-02-1

27.2.2025 17:55Last week at the .NET meetup in Linz, I highlighted a challenge with .NET Aspire: lack of automatic updates for pinned container version....
https://mastodon.social/@ggmuell...

#DotnetAspire released a new version 9.1 yesterday. Greatest feature is the improved reliability. Using it for a few hours now, and not...

https://mastodon.social/@ggmuell...

released a new version 9.1 yesterday.

Greatest feature is the improved reliability. Using it for a few hours now, and not having to restart the host because of port conflicts is really great.

There are also several very welcome improvements to the dashboard.

@damianedwards and @davidfowl also made a great case as to why reliability and non-flaky tests are important.
For all your feature factories out there:
youtube.com/live/WnbDvuEjKaY?s

26.2.2025 10:08#DotnetAspire released a new version 9.1 yesterday. Greatest feature is the improved reliability. Using it for a few hours now, and not...
https://mastodon.social/@ggmuell...

I am currently having a #dotnet project that uses Swashbuckle to create its OpenApi spec. One of the problem we encounter there is, that the...

https://mastodon.social/@ggmuell...

I am currently having a project that uses Swashbuckle to create its OpenApi spec.

One of the problem we encounter there is, that the generated spec often enough does not describe the API as is without adding custom code to describe the types that we generate.

This is especially the case when using inheritance in the models.

Has anybody found a good way to verify, that the spec matches the expected inputs and outputs?
Is the OpenApi library of Microsoft in Dotnet 9.0 doing it better?

13.1.2025 13:58I am currently having a #dotnet project that uses Swashbuckle to create its OpenApi spec. One of the problem we encounter there is, that the...
https://mastodon.social/@ggmuell...

Auf meiner Challenge Entwickler in 60 Sekunden auf ein neues Projekt onzuboarden erkunde ich weiter #DotnetAspire für #Dotnet.Erster...

https://mastodon.social/@ggmuell...

Auf meiner Challenge Entwickler in 60 Sekunden auf ein neues Projekt onzuboarden erkunde ich weiter für .

Erster Schritt: Eine einfache Konfiguration für einen existierenden

zyrr.io/blog/2024/2024-07-17-a

22.7.2024 17:08Auf meiner Challenge Entwickler in 60 Sekunden auf ein neues Projekt onzuboarden erkunde ich weiter #DotnetAspire für #Dotnet.Erster...
https://mastodon.social/@ggmuell...

Ich habe in den letzten Tagen ein Projekt von uns auf #Dotnet Aspire umgestellt.Werde dazu eine kleine Blogserie schreiben.Teil 1 - Was ist...

https://mastodon.social/@ggmuell...

Ich habe in den letzten Tagen ein Projekt von uns auf Aspire umgestellt.

Werde dazu eine kleine Blogserie schreiben.

Teil 1 - Was ist Aspire

zyrr.io/blog/2024/2024-07-14-a

15.7.2024 15:01Ich habe in den letzten Tagen ein Projekt von uns auf #Dotnet Aspire umgestellt.Werde dazu eine kleine Blogserie schreiben.Teil 1 - Was ist...
https://mastodon.social/@ggmuell...

One of the annoying things when upgrading to #dotnet 8 is that your containers will listen on port 8080 instead of 80.I always re-forget...

https://mastodon.social/@ggmuell...

One of the annoying things when upgrading to 8 is that your containers will listen on port 8080 instead of 80.

I always re-forget that.

7.6.2024 08:55One of the annoying things when upgrading to #dotnet 8 is that your containers will listen on port 8080 instead of 80.I always re-forget...
https://mastodon.social/@ggmuell...

Sagas sind eines der Entwicklungspatterns die in vielen Fällen hilfreich sind.Immer wieder sehe ich sie falsch angewendet.Deswegen ein...

https://mastodon.social/@ggmuell...

Sagas sind eines der Entwicklungspatterns die in vielen Fällen hilfreich sind.

Immer wieder sehe ich sie falsch angewendet.

Deswegen ein Blogeintrag mit Beispielen als erster Eintrag im zyrrio Engineering Blog.

Enthält auch ein paar Hinweise auf Libraries für

zyrr.io/blog/2024/2024-04-15-s

29.5.2024 16:25Sagas sind eines der Entwicklungspatterns die in vielen Fällen hilfreich sind.Immer wieder sehe ich sie falsch angewendet.Deswegen ein...
https://mastodon.social/@ggmuell...

2022 - I started zyrrio as software consultancy with my partner @paddyoman 2023 - We have reached two milestones. First employee joining and...

https://mastodon.social/@ggmuell...

2022 - I started zyrrio as software consultancy with my partner @paddyoman

2023 - We have reached two milestones. First employee joining and sponsoring our first open source project.

Our decision was to support , a document database built as library on and .
Huge thanks to @jeremydmiller and team to help us build great products.

More details (in German language):
zyrr.io/blog/2024/2024-open-so

28.2.2024 17:542022 - I started zyrrio as software consultancy with my partner @paddyoman 2023 - We have reached two milestones. First employee joining and...
https://mastodon.social/@ggmuell...

Is it me or are the HttpStatusCode enums in #dotnet sometimes just not that helpful?I never know what Http 400 or 500 is called :-)I really...

https://mastodon.social/@ggmuell...

Is it me or are the HttpStatusCode enums in sometimes just not that helpful?

I never know what Http 400 or 500 is called :-)

I really wished would also let me search by enum value.

5.1.2024 09:44Is it me or are the HttpStatusCode enums in #dotnet sometimes just not that helpful?I never know what Http 400 or 500 is called :-)I really...
https://mastodon.social/@ggmuell...

#JetBrainsRider 2023.3 has been released.Awesome features:Edit and Continue support on #Linux 😍️Full OAuth Support for the...

https://mastodon.social/@ggmuell...

2023.3 has been released.

Awesome features:

Edit and Continue support on 😍️
Full OAuth Support for the REST-Client

One of the best things of Rider is that it manages to add new valuable functionality on top of an already very good IDE

7.12.2023 09:24#JetBrainsRider 2023.3 has been released.Awesome features:Edit and Continue support on #Linux 😍️Full OAuth Support for the...
https://mastodon.social/@ggmuell...

#efcore has some really interesting behavior when you replace a collection property of a navigation you have not included when loading the...

https://mastodon.social/@ggmuell...

has some really interesting behavior when you replace a collection property of a navigation you have not included when loading the entity.

It just considers it always as empty when comparing the snapshot instead of warning you, that you did not load that navigation. Causing really weird behavior that is hard to track down.

I really would be happier about an exception in this case.

In my case it was a unidirectional many to many relationship.

28.11.2023 14:16#efcore has some really interesting behavior when you replace a collection property of a navigation you have not included when loading the...
https://mastodon.social/@ggmuell...

Sitting here, starring at the #dotnet efcore What's New and wishing that I would have a little time to complete my feature so that I...

https://mastodon.social/@ggmuell...

Sitting here, starring at the efcore What's New and wishing that I would have a little time to complete my feature so that I could use Complex Types from to define a color in my schema.

Will be using separate fields for now.

learn.microsoft.com/en-us/ef/c

5.10.2023 06:27Sitting here, starring at the #dotnet efcore What's New and wishing that I would have a little time to complete my feature so that I...
https://mastodon.social/@ggmuell...

#Wien Wo Polizisten Fußgänger am Schutzweg stoppen damit der Autoverkehr nicht so stark gestört wird. 🥴 Hätte lieber gern Mal einen...

https://mastodon.social/@ggmuell...

Wo Polizisten Fußgänger am Schutzweg stoppen damit der Autoverkehr nicht so stark gestört wird. 🥴

Hätte lieber gern Mal einen Polizisten der auf der Gumpendorfer Strasse den Verkehr stoppt wenn man kreuzen will.

26.11.2022 15:10#Wien Wo Polizisten Fußgänger am Schutzweg stoppen damit der Autoverkehr nicht so stark gestört wird. 🥴 Hätte lieber gern Mal einen...
https://mastodon.social/@ggmuell...

Mit Solar heute in der Wohnung wieder von 20° auf 23° gekommen.Danke 🌞🤗

https://mastodon.social/@ggmuell...

Mit Solar heute in der Wohnung wieder von 20° auf 23° gekommen.
Danke 🌞🤗

12.11.2022 11:46Mit Solar heute in der Wohnung wieder von 20° auf 23° gekommen.Danke 🌞🤗
https://mastodon.social/@ggmuell...

Tusky is a nice app for Mastodon. Feels snappy to use https://play.google.com/store/apps/details?id=com.keylesspalace.tusky

https://mastodon.social/@ggmuell...

Tusky is a nice app for Mastodon. Feels snappy to use :pensive_party_blob:
play.google.com/store/apps/det

7.11.2022 20:30Tusky is a nice app for Mastodon. Feels snappy to use https://play.google.com/store/apps/details?id=com.keylesspalace.tusky
https://mastodon.social/@ggmuell...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members