I've missed the moment when #MediatR and #AutoMapper became commercial, paid licensed. And again, I'm not able to just buy it for my solution but I need bloody subscription.
https://dotnetfoundation.org/news-events/detail/automapper-graduates-from-the-.net-foundation - #AutoMapper "graduated" from the #dotNET foundation. I get it, it's now a commercial license. But "graduate" has a very different connotation in #CNCF. Did we pick the right word?
AutoMapper Graduates from the .NET Foundation

The .NET Foundation is announcing that AutoMapper is graduating from the Foundation. This departure is amicable and occurs on friendly terms as AutoMapper transitions to a commercial licensing model.

DotNetFoundation

AutoMapper and MediatR Commercial Editions Launch Today | by Jimmy Bogard.

https://www.jimmybogard.com/automapper-and-mediatr-commercial-editions-launch-today/

#dotnet #csharp #automapper #mediatr

AutoMapper and MediatR Commercial Editions Launch Today

Today I'm excited to announce the official launch and release of the commercial editions of AutoMapper and MediatR. Both of these libraries have moved under their new corporate owner (me), Lucky Penny Software. I formed this company to house these projects separate from my consulting company, but it's just me

Jimmy Bogard
@maxitb @jonsagara another #opensource #dotnet project bites the dust. I get it that #opensourced projects where must be funded and sustainable somehow, but that's a terrible news. #fluentassertions and now #mediatr and #automapper 😔 that's just terrible.
Companies should pay for it, not developers!!!

.NET Rocks! - Automapper V14 with Jimmy Bogard and hosts Carl Franklin & Richard Campbell.

https://www.spreaker.com/episode/automapper-v14-with-jimmy-bogard--64853546

#dotnet #podcast #devcommunity #automapper #csharp

Automapper V14 with Jimmy Bogard

Seventeen years of Automapper! Carl and Richard talk to Jimmy Bogard about his latest version of Automapper - and the challenge of maintaining a long-lived and

Spreaker
ASP.NET Core - AutoMapper - Easily Convert One Object to Another

Mapping code is boring. Testing mapping code is even more boring. AutoMapper is a simple library built to map one object to another and takes out all of the fuss of mapping one object to another. In this post, we will create a sample ASP.NET Core API project, install and wire up AutoMapper, and update the sample Weather Forecast Controller to return a view model that was converted from our concrete object to a view model object.

ASP.NET Core - AutoMapper - Test Mapping Configuration

In our previous post, we used AutoMapper to convert from a entity to a view model. In our example code, it only works as expected in happy path mode where the configuration is valid and there is no way to know the configuration is not valid until we run the application. In this post, we are going to look at how with just a few lines of code, we can write a unit test to validate our AutoMapper mapping profile.

AutoMapperの概要と使い方 - Qiita

AutoMapperについて既存の分かりやすい記事を引用しながら、AutoMapperの基礎的な使い方から実際のアプリ開発での使い方をまとめた。0. AutoMapperとはAutoMapper…

Qiita

Wochenrückblick, Ausgabe 40 (2024-19).

Diesmal zu spät, dafür aber mit:

- 🗺️ dem anstehenden Umzug von Bikerouter auf eine neue Serverumgebung (diese wird komplett auf ARM-Architektur basieren, statt bisher auf Intel/AMD, außerdem wird nginx von Caddy abgelöst und die Routingdaten werden 5x statt 4x pro Tag aktualisiert werden)
- 🛠️ dem defekten USB-Stick von Prusa am MINI+ und welchen Ersatz ich dafür bestellt habe (es ist kein USB-Stick geworden)
- 🍎 den Blick in mein Applications-Directory, diesmal alle Apps mit „G“
- 🎶 Roland50 - einer Website, auf der man mit Synthesizern (TB-303) und Drum Machines (TR-808, TR-909) von Roland herumspielen kann
- 🖥️ wie mich ein Bug in WezTerm an den Rand des Wahnsinns getrieben hat und wie einfach der Fix war
- 🐘 der spannend klingenden AutoMapper PHP-Library
- 🔊 und wie immer Techno

#BikeRouter #ARM #Caddyserver #Caddy #USB #Prusa #3DPrint #macOS #Roland #TB303 #TR808 #TR909 #WezTerm #PHP #AutoMapper #Techno

https://www.marcusjaschen.de/blog/2024/2024-19/

Rückblick Kalenderwoche 2024-19

Eine kleine Zusammenfassung der Dinge, die mir in der Kalenderwoche 19 widerfahren sind.

Marcus Jaschen
AutoMapper 13.0 Released

Today I pushed out AutoMapper 13.0 (is that too many...?): * Release Notes * Changelog * NuGet * Upgrade Guide Probably the biggest change with this release is folding in Microsoft.Extensions.DependencyInjection support directly. The AutoMapper.Extensions.Microsoft.DependencyInjection package is deprecated as a result. Side note, the docs were messed up

Jimmy Bogard