2025-07-09: .NET 8.0.18 & .NET 9.0.7, AutoMapper & MediatR Commercial Editions

Published on Wednesday, 09 July 2025

トピックス

.NET and .NET Framework July 2025 servicing releases updates - .NET Blog

https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-july-2025-servicing-updates/

.NET と .NET Framework の 2025 年 7 月のサービス リリース更新プログラムについて。

.NET 8.0.18 と .NET 9.0.7 がリリースされ、いくつかの不具合の修正と改善が含まれている。セキュリティーに関する修正は含まれない。.NET Framework の更新はリリースされていない。

AutoMapper and MediatR Commercial Editions Launch Today

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

AutoMapper と MediatR の商用版がリリースされた。

これらのライブラリーは元々オープンソースのゆるいライセンスで提供されていたが、それぞれ今回リリースされたバージョンからは有償ライセンスか Reciprocal Public License (強いコピーレフト) のいずれかを選択する必要がある。

記事では価格設定や既存のバージョンについてや、社名についてなどに触れている。

リリース

アーティクル、スライドなど

Unpacking Zip Folders into Windows Long File Paths

https://weblog.west-wind.com/posts/2025/Jun/22/Unpacking-Zip-Folders-into-Windows-Long-File-Paths

.NET の ZipFile を使用して Windows で長いパスを持つ ZIP ファイルを展開する方法について。

Visual Studio開発効率爆上げ!キーボードショートカット & スニペット完全ガイド

https://qiita.com/Sakai_path/items/0b159c62cc7440b258ed

Visual Studio のキーボードショートカットとスニペットの使い方をまとめた記事。

【Aspire】EfCore+Aspireでコンテナ上のDBに対してマイグレーション実施

https://qiita.com/KM_20005/items/69e9264c835f2bd05e63

.NET Aspire と Entity Framework Core を使用したアプリケーションでコンテナー上のデータベースに対してマイグレーションを実行する方法について。

Exploring the features of dotnet run app.cs: Exploring the .NET 10 preview - Part 1

https://andrewlock.net/exploring-dotnet-10-preview-features-1-exploring-the-dotnet-run-app.cs/ .NET 10 Preview で導入された dotnet run app.cs についての解説。

基本的な使用方法やプロジェクトのカスタマイズ、パッケージのリファレンスやどのように使うのかといったことについて。

Behind the scenes of dotnet run app.cs: Exploring the .NET 10 preview - Part 2

https://andrewlock.net/exploring-dotnet-10-preview-features-2-behind-the-scenes-of-dotnet-run-app.cs/

.NET 10 Preview で導入された dotnet run app.cs を実行したときに実際にビルドするために行われている処理についての詳細な解説。

GitHub Copilot Agent Mode の MCP の Tools, Prompts, Resources の使い方

https://zenn.dev/microsoft/articles/github-copilot-mcp

GitHub Copilot Agent Mode での MCP の Tools, Prompts, Resources の使用例を MCP サーバーの実装を交えて紹介。

EntityFramework Coreで使用できる属性

https://qiita.com/omt_teruki/items/d97b5fa10e81bfc210f9

Entity Framework Core でテーブル定義などに使用できる属性についてのまとめ。

ASP.NET Core TagHelpers: underrated feature of an underrated framework

https://alexanderzeitler.com/articles/asp-net-core-taghelpers-view-composition-vsa-vertical-slices-architecture-underrated-feature-underrated-framework/

ASP.NET Core のタグヘルパーについて。記事では基本的な使い方に加えて、Razor によるビューとの統合方法について触れている。

BigInteger.GreatestCommonDivisor() の高速化の試み【失敗 orz】 - Qiita

https://qiita.com/rougemeilland/items/cd16111d3abd50caa0e9

BigInteger.GreatestCommonDivisor の高速化を試みたという話。

Local AI + .NET = AltText Magic in One C# Script - .NET Blog

https://devblogs.microsoft.com/dotnet/alttext-generator-csharp-local-models/

ローカル AI モデルと .NET を使用して代替テキスト(alt)を生成する方法の紹介。記事では Ollama と dotnet run を使用した例を紹介している。

2025-06 MRubyCS 0.10.0! - HADASHIKICK LAND

https://hadashikick.land/2025/06/mrubycs

mruby を .NET で使用するためのライブラリー MRubyCS のリリースとライブラリーについての解説。

Virtualize された MudDataGrid で ScrollTo を行う (MudBlazor)

https://zenn.dev/tetr4lab/articles/94480a271f0d8d

MudBlazor の仮想化された MudDataGrid コンポーネントでコードによるスクロールを行う方法について。

ライブラリ、リポジトリ、ツールなど

sator-imaging/DotnetTool-StaticImport: dotnet cli tool to migrate file(s) from another project, github or public website.

https://github.com/sator-imaging/DotnetTool-StaticImport

外部のリポジトリーやプロジェクトのソースコードを取り込むツール。

Akeit0/similarity-csharp

https://github.com/Akeit0/similarity-csharp

Roslyn を使用した C# の類似コードの検出ツール。