Botello: Get Your Build Logs Out of CI/CD and Into the Hands of AI - Panu Oksala
Botello: An open-source .NET MSBuild logger that bridges CI/CD build logs with OpenTelemetry. Get structured telemetry for Application Insights, Grafana, and AI-driven development workflows."
๐ก๐ฒ๐ ๐๐น๐ผ๐ด ๐ฃ๐ผ๐๐ (๐๐ป๐ฑ ๐ข๐ฆ๐ฆ ๐ฃ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐!)๐:
๐๐ผ๐๐ฒ๐น๐น๐ผ: Get Your Build Logs Out of CI/CD and Into the Hands of AI
Meet Botello. New OSS project to help you extract build logs into structured format.
oksala.net/2026/03/09/b...
#dotnet #opentelemetry #applicationinsights
09.03.2026 16:32
๐ 0
๐ 0
๐ฌ 0
๐ 0
Sleepy.
#cat
16.02.2026 15:06
๐ 6
๐ 0
๐ฌ 0
๐ 1
GitHub - panuoksala/Microbot: Microbot is an agentic AI application built with Microsoft Semantic Kernel
Microbot is an agentic AI application built with Microsoft Semantic Kernel - panuoksala/Microbot
Microbot is now an open source project! Microbot is a Clawdbot like implementation made with Semantic Kernel and C#. Unlike Clawdbot the Microbot does not listen traffic from external networks. It only runs on your computer and listens inputs from console.
github.com/panuoksala/M...
#dotnet #ai
09.02.2026 09:55
๐ 0
๐ 1
๐ฌ 0
๐ 0
Microsoft Test Platform (MTP) - New Way to Run Unit Tests - Panu Oksala
Explore Microsoft Test Platform (MTP), a streamlined way to run .NET unit tests by embedding the test runner directly into project executables.
New Blog Post ๐:
๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ผ๐ณ๐ ๐ง๐ฒ๐๐ ๐ฃ๐น๐ฎ๐๐ณ๐ผ๐ฟ๐บ (๐ ๐ง๐ฃ) โ ๐ก๐ฒ๐ ๐ช๐ฎ๐ ๐๐ผ ๐ฅ๐๐ป ๐จ๐ป๐ถ๐ ๐ง๐ฒ๐๐๐
Improve your unit test performance with MTP test runner.
oksala.net/2026/01/14/m...
#mtp #dotnet #unittesting
14.01.2026 17:37
๐ 3
๐ 1
๐ฌ 0
๐ 0
Fabric Deck | Elgato Marketplace
**Fabric Deck** is a Stream Deck plugin for **Microsoft Fabric**. You can run Fabric Notebooks and Data Pipelines directly from your Stream Deck device and get feedback about your fabric resource run ...
New version of Fabric Deck is under review and should arrive on Monday. This version will bring support for Deployment Pipelines! So you can deploy your Fabric resources between stages directly from your Stream Deck device.
marketplace.elgato.com/product/fabr...
#microsoft #fabric #streamdeck
04.01.2026 14:49
๐ 0
๐ 0
๐ฌ 0
๐ 0
Event Driven Azure Container App Jobs - Panu Oksala
Learn how to set up event-driven Azure Container App Jobs triggered by Service Bus messages. Explore KEDA scaling and Managed Identity for secure, responsive event handling.
This is my last blog post this year๐!
Run Azure Container App Jobs when new messages arrives in Azure Queue Storage or in Azure Service Bus. Can we get rid of Azure Functions as message handlers now?
oksala.net/2025/12/27/e...
#azure #containers
27.12.2025 16:39
๐ 0
๐ 0
๐ฌ 0
๐ 0
What's New in .NET 10 - Panu Oksala
Whats new in .NET 10 and C# 14? In this post I am giving a short summary of what every developer should know about the latest .NET release.
New blog post๐:
๐ช๐ต๐ฎ๐'๐ ๐ก๐ฒ๐ ๐ถ๐ป .๐ก๐๐ง ๐ญ๐ฌ
The tech world moves fast. It was just few days ago when I patched .NET 6.0 apps to .NET 8.0 and now we have the .NET 10 already lurking around the corner!
oksala.net/2025/11/13/w...
#csharp #dotnet #unicorn #superhappypicture
13.11.2025 16:06
๐ 0
๐ 0
๐ฌ 0
๐ 0
I have a Azure storage account that was used for Veaam backups. The storage account has delete lock, but I need to delete some old backups from the storage, so I chose to delete one folder. The delete operation has now been running for 10 hours and I think it is like 10% done. It has done 3M deletes
31.10.2025 15:29
๐ 0
๐ 0
๐ฌ 0
๐ 0
Nice..
29.10.2025 16:08
๐ 1
๐ 0
๐ฌ 0
๐ 0
Azure Frondoor down *again*?
#azure
29.10.2025 16:07
๐ 2
๐ 0
๐ฌ 1
๐ 0
TUnit vs xUnit and NUnit: A New Take on C# Unit Testing - Panu Oksala
TUnit โA modern testing framework for .NET built with performance in mind.โ as they state in their website is a newcomer in dotnet testing libraries. The initial commit to the TUnit GitHub repository ...
๐ก๐ฒ๐ ๐๐น๐ผ๐ด ๐ฃ๐ผ๐๐๐:
TUnit vs xUnit and NUnit: A New Take on C# Unit Testing.
๐ง๐จ๐ป๐ถ๐ is a new test framework for dotnet and I decided to give it a spin and see how it compares to good old xUnit and NUnit test frameworks.
oksala.net/2025/10/27/u...
#tunit #csharp #unittesting
27.10.2025 19:11
๐ 0
๐ 0
๐ฌ 0
๐ 0
Yes, You Can Run C# Code in Microsoft Fabric Notebooks - Panu Oksala
Yes you can run C# in Microsoft Fabric Notebook. In this post I am showing how to run C# code in Fabric by using Pythonnet Python package.
Did you know you can run ๐# ๐ฐ๐ผ๐ฑ๐ฒ ๐ถ๐ป ๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ผ๐ณ๐ ๐๐ฎ๐ฏ๐ฟ๐ถ๐ฐ ๐ก๐ผ๐๐ฒ๐ฏ๐ผ๐ผ๐ธ๐?
If you come from a .NET background, this can make it easier to work with Spark in Fabric without switching entirely to Python. In my latest post, I walk through how to.
oksala.net/2025/09/23/y...
#fabric #dotnet #microsoft
23.09.2025 15:38
๐ 1
๐ 0
๐ฌ 0
๐ 0
I just published my Stream Deck๐๏ธ plugin for Microsoft Fabric๐! You can download it free from Elgato Marketplace marketplace.elgato.com/product/fabr...
With this plugin you can run Notebooks and Data pipelines directly from your Stream Deck device.
Plugin is OSS project
#fabric #microsoft #elgato
08.09.2025 19:08
๐ 1
๐ 0
๐ฌ 0
๐ 0
The cat has to be again involved in everythingโฆ
29.08.2025 18:20
๐ 0
๐ 0
๐ฌ 0
๐ 0
Aaaaand, the first rating for our "Fundamentals of Microsoft Fabric" book is here๐๐๐
Thanks for the 5-star, we hope you enjoyed the reading.
@bweissman.bsky.social
03.08.2025 09:01
๐ 6
๐ 2
๐ฌ 0
๐ 0
Top AI Tools for C# Developers - Panu Oksala
What AI tools every C# developer should know and use daily? Is the GitHub Copilot still the only one that I should be interested of?
๐ก๐ฒ๐ ๐ฏ๐น๐ผ๐ด ๐ฝ๐ผ๐๐๐:
Top AI Tools for C# Developers
These are the tools that I am using almost every day and I think they have greatly improved my productivity.
oksala.net/2025/07/30/t...
#llm #ai #dotnet #visualstudio #visualstudiocode
30.07.2025 17:32
๐ 2
๐ 1
๐ฌ 0
๐ 0
I have ARM Snapdragon Lenovo ThinkPad T14s. Battery is great, display decent and perf is at good level. Light +small.
25.06.2025 19:33
๐ 1
๐ 0
๐ฌ 0
๐ 0
SQLite Toolbox, my free extension for SQLite inside Visual Studio just got a new release, with support for latest SQLite drivers, SSMS 21 and next version of VS. Join 1.5 million developers using this tool already - watch this live demo:
buff.ly/IR0U60E
#visualstudio #sqlite #dotnet
16.06.2025 08:22
๐ 3
๐ 3
๐ฌ 0
๐ 0
It depends.
That would be 100$.
12.06.2025 15:56
๐ 0
๐ 0
๐ฌ 0
๐ 0
Good to have upgrades to it. I have literally stopped using it, so I think it hasnt been doing well.
10.06.2025 15:29
๐ 1
๐ 0
๐ฌ 0
๐ 0
In AI IDE the generated code should not take most the space. AI tools should be in centric as of now they are in side
10.06.2025 08:20
๐ 0
๐ 0
๐ฌ 0
๐ 0
Ah the memories of updating TeamCity server version in 2013โฆ
06.06.2025 08:16
๐ 1
๐ 0
๐ฌ 1
๐ 0
Sonnet 3.7 is the best by big margin currently
05.06.2025 18:37
๐ 0
๐ 0
๐ฌ 0
๐ 0
Did you use claude 3.7?
05.06.2025 18:28
๐ 0
๐ 0
๐ฌ 1
๐ 0
To be honest tools like Cline and Claude are way ahead of Copilot
05.06.2025 12:06
๐ 0
๐ 0
๐ฌ 1
๐ 0
I have been thinking about Stanislaw Lem books
05.06.2025 12:05
๐ 4
๐ 0
๐ฌ 0
๐ 0