AutoMapper and MediatR Commercial Editions Launch Today | by Jimmy Bogard.
https://www.jimmybogard.com/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
.NET Rocks! - Automapper V14 with Jimmy Bogard and hosts Carl Franklin & Richard Campbell.
https://www.spreaker.com/episode/automapper-v14-with-jimmy-bogard--64853546
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
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.
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.
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
AutoMapper 13.0 Released by @jbogard.
#automapper #dotnet #oss
https://www.jimmybogard.com/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