Taras Kovalenko

@tkovalenko
1 Followers
1 Following
28 Posts

Relay your dependency injection to the next level! A powerful, fluent library that extends Microsoft.Extensions.DependencyInjection with adaptive patterns for conditional routing, multi-relays, adapter chains, and dynamic service resolution.

https://github.com/TarasKovalenko/Relay

#dotnet #csharp #DI #designpatterns #DependencyInjection #relay

C# Package Autocomplete for VS Code!
The new #:package directive in .NET is amazing for quick scripts, but I kept context-switching to nuget.org to find package names and versions. So I built an extension that brings NuGet search directly into your editor.
What it does:
- Type #:package Hum -> Get "[email protected]" autocomplete
- Type @ after any package -> See all available versions
- Hover for descriptions, download stats, and NuGet links
#dotnet #vscode #nuget #vsix
https://marketplace.visualstudio.com/items?itemName=taraskovalenko.csharp-package-autocomplete

Excited to announce a major upgrade to CentralConfigGenerator!
I have just released the packages-enhanced command that takes package version management to the next level using NuGet. Versioning for intelligent semantic version analysis.
https://github.com/TarasKovalenko/CentralConfigGenerator

#dotnet #nuget #CPM #csharp

GitHub - TarasKovalenko/CentralConfigGenerator: A modern .NET tool for automatically generating centralized configuration files for .NET projects. CentralConfig analyzes your solution structure and creates properly configured Directory.Build.props and Directory.Packages.props files to standardize settings across your projects.

A modern .NET tool for automatically generating centralized configuration files for .NET projects. CentralConfig analyzes your solution structure and creates properly configured Directory.Build.pro...

GitHub

Configuring Forwarded Headers in .NET when working with Azure Application Gateway and App Service

https://taraskovalenko.github.io/posts/agw-hostname/

#azure #dotnet #openID #ApplicationGateway #middleware

Налаштування заголовків перенаправлення в .NET при роботі з Azure Application Gateway

Коли ми розгортаємо .NET додаток на Azure App Service та налаштовуємо доступ до нього через Azure Application Gateway, виникає типова проблема з визначенням правильного хосту та схеми запиту. Суть проблеми в тому, що запит проходить кілька рівнів до вашого додатка:

Taras Kovalenko

C# 14 and .NET 10 Preview 3
Exciting times ahead for C# developers! Microsoft has released .NET 10 Preview 3, which is packed with powerful enhancements to the C#. One standout feature in C# 14 is the significant expansion of extension capabilities.

#CSharp14 #DotNET10 #SoftwareDevelopment #Programming #Microsoft