//devdigest
402 subscribers
1 photo
2.12K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Scandal around AutoMapper

A vulnerability (CVE-2026-32933) has been discovered in AutoMapper that allows an application to be dropped through a stack overflow in deep recursion and no mapping depth limit.

AutoMapper is one of the most widely used tools in the .NET ecosystem for automatic object-to-object mapping. In 2025, the project switched to a commercial model: the current versions of the library are distributed by subscription, while the old ones (under the MIT license) were left without support.

Despite the high severity of the vulnerability, the developer refused to release fixes for free versions, limiting the patch to only supported (including paid) releases. This caused a wave of criticism: some of the community accuses the author of trying to force users to a paid subscription, while others remind that unsupported open source by definition does not guarantee security updates and may require self-support.

♻️ Subscribe for free now!
Forwarded from Anton Moldovan
🚀 NBomber Studio v0.6.2 is out!

The latest update of NBomber Studio brings incremental but meaningful improvements to how teams observe and analyze load tests in real time.

https://nbomber.com/blog/2026/03/18/nbomber-studio-v0.6.2
⚡️ NBomber Studio

The NBomber team has released an update to Studio, extending the load testing tool with Compare Runs and Trend Analysis for performance analytics.

Among the key innovations are the ability to stop test sessions, download HTML reports directly from the interface, and OIDC-enabled authentication enabled by default.

The developers also introduced Helm charts for simplified deployment to Kubernetes and announced the launch of native load testing in K8s in April.

♻️ Subscribe for free now!
⚡️ F# Weekly #12

The Ionide project celebrates its 11th anniversary, and the ecosystem continues to evolve rapidly, from updates to NBomber and Visual Studio Code to new tools and libraries including CodecMapper, Sharpino, and Fable.

Microsoft Strengthens Focus on AI and .NET with Voice Assistants, Agent-Based Services, and MAUI Development Enhancements

♻️ Subscribe for free now!
⚡️ The long-awaited FullJoin for LINQ may appear in .NET 11

The .NET community is discussing the addition of a full-fledged full outer join to LINQ — the API has already been provisionally approved, but not yet implemented in the SDK and Entity Framework.

The new FullJoin method will allow data from both sides to be merged without losing elements, including in cases where there are no matches, which will close a long-standing gap in collections.

♻️ Subscribe for free now!
1
⚡️ F# Weekly #13, 2026

In the latest release, the key event was the release of Deedle 4.0, an update to the popular data library. In addition, the digest includes news from Microsoft, including the development of GitHub Copilot and . NET ecosystems, the release of TypeScript 6.0 and Visual Studio Code 1.113, as well as new projects and library updates.

♻️ Subscribe for free now!
⚡️ Microsoft представила Azure Copilot Migration Agent

Microsoft has introduced Azure Copilot Migration Agent, an AI tool to simplify cloud migration preparation. The solution analyzes the infrastructure, identifies dependencies, proposes a migration strategy and helps create a landing zone, and integrates with GitHub Copilot to modernize applications. So far, the agent is only working in the planning phase and is available in preview as an add-on to Azure Migrate.

♻️ Subscribe for free now!
⚡️ Quantum Katas is an educational project for learning the Q language#

Microsoft has introduced Quantum Katas, a set of interactive exercises for self-study of quantum programming in the Q# language.

The project is built on the principle of code katas and offers developers step-by-step tasks — from basic quantum operations to algorithms like Deutsch–Jozsa. The platform includes a built-in solution validation system and training materials. It requires a Quantum Development Kit with a quantum computing simulator.

♻️ Subscribe for free now!
⚡️ Description of data for .NET and Haskell without duplication

The tabularius project offers an approach to cross-language integration in .NET and Haskell projects that allows you to eliminate duplication of data structures.

The solution is based on using C-headers as a single source of truth: they are processed on the Haskell side via FFI, and on the .NET side using the Cesium compiler, which converts C-descriptions into native structures.

♻️ Subscribe for free now!
1
⚡️ OpenClaw Node for VS Code

OpenClaw is being actively promoted as the basis for a new generation of agent-based AI tools that can work directly with the developer's local environment.

The article presents a practical experiment: trying to use OpenClaw Node in Visual Studio Code for a real editorial task — reading a local file with instructions, processing a draft of an article, and saving the finished result to the workspace.

♻️ Subscribe for free now!
⚡️ Azure and AWS cross-cloud diagnostics

Microsoft has introduced a new integration for Azure SRE Agent that effectively blurs the boundaries between clouds.

The new AWS DevOps Agent and MCP Proxy allow you to make more than 15,000 API calls, launch pre-built operational workflows, and even initiate full-fledged AWS incident investigations.

♻️ Subscribe for free now!