#OllamaSharp
Working on a demo with 0llama and OllamaSharp
YouTube video by Philippe Charrière
youtu.be
October 24, 2024 at 1:27 PM
Oh my word!

I just had a conversation with @maddymontaquila.net about .NET Aspire, and Maddy brought up the Ollama integration: learn.microsoft.com/en-us/dotnet...

This looks bonkers and amazing at the same time. Add a package, add four lines of code, and you have a chat app with local LLMs.
.NET Aspire Community Toolkit Ollama integration - .NET Aspire
Learn how to use the .NET Aspire Ollama hosting and client integration to host Ollama models using the Ollama container and accessing it via the OllamaSharp client.
learn.microsoft.com
April 18, 2025 at 3:24 PM
Just blogged : Running C# against Ollama

In this blog post we discuss how to use C# in an app that runs against an LLM running locally rather than in the cloud via Ollama and OllamaSharp

blog.jonathanchannon.com/2026-01-09-r...
Running C# against Ollama
In this blog post we discuss how to use C# in an app that runs against an LLM running locally rather than in the cloud via Ollama and OllamaSharp
blog.jonathanchannon.com
January 9, 2026 at 11:38 AM
Jak vytvořit AI aplikaci od nuly [Tomáš Wagner, Vzdělávací okénko, 5.3.2026]

Záznam ze Vzdělávacího okénka HAVIT z 5. března 2026. .NET & C# Microsoft.Extensions.AI Ollama (OllamaSharp) OpenAI a další
Jak vytvořit AI aplikaci od nuly [Tomáš Wagner, Vzdělávací okénko, 5.3.2026]
Záznam ze Vzdělávacího okénka HAVIT z 5. března 2026. .NET & C# Microsoft.Extensions.AI Ollama (OllamaSharp) OpenAI a další
knowledge-base.havit.cz
March 20, 2026 at 6:26 PM
🚀 Agentic AI in .NET workflows? Yes, please.

✨ TODAY AT 9AM PT, ON .NET ✨
Explore how local-first SLMs like OllamaSharp & LLamaSharp power agentic systems with Semantic Kernel.
See you here ➡️ msft.it/63329t6MUh
#dotnet #SemanticKernel
October 27, 2025 at 1:35 PM
Been a while since I blogged, but this one was worth writing up. 🧵
Encountered this while trying out Qwen3.5 with .NET MEAI: model hanging forever, no output, no error. Fixed it, and stumbled onto a free performance boost along the way.
👉 blog.pieeatingninjas.be/2026/05/25/q...
#dotnet #ollama #mlx
Qwen3.5 in .NET MEAI Hangs Forever And How OllamaSharp Fixes It in One Line
If your Microsoft.Extensions.AI.OllamaChatClient call to qwen3.5 never returns, this post is for you. The culprit is Qwen3.5’s built-in thinking mode and the fix is switching to a client that…
blog.pieeatingninjas.be
May 25, 2026 at 4:01 PM
Fixing OllamaSharp Timeouts in C# (with a Simple Extension and just for fun 😄)

Hi! Avoid reading the blog post with this 5-min video: When working with local models in OllamaSharp, I hit a timeout while running long-running workloads like video analysis. The issue wasn’t the model, it was the…
Fixing OllamaSharp Timeouts in C# (with a Simple Extension and just for fun 😄)
Hi! Avoid reading the blog post with this 5-min video: When working with local models in OllamaSharp, I hit a timeout while running long-running workloads like video analysis. The issue wasn’t the model, it was the default 100-second timeout coming from HttpClient. The problem By default, OllamaSharp uses an HttpClient with a fixed timeout.If your model needs more time, you’ll see errors like:
elbruno.com
January 8, 2026 at 4:37 PM
Yerel AI ile Sohbet Botu Geliştirme — .NET ve OllamaSharp ile Adım Adım Uygulama https://old.reddit.com/r/dotnet/comments/1n0vuqk/yerel_ai_ile_sohbet_botu_geliştirme_net_ve/

#dotnet
August 26, 2025 at 8:04 PM
With Aspire you can do AddOllama(...) and then hook that up to your apps pretty easily: learn.microsoft.com/en-us/dotnet...
Aspire Community Toolkit Ollama integration - Aspire
Learn how to use the Aspire Ollama hosting and client integration to host Ollama models using the Ollama container and accessing it via the OllamaSharp client.
learn.microsoft.com
November 11, 2025 at 11:15 PM
Getting TaskCanceledException after 100 seconds with OllamaSharp? A tiny C# extension adds clean timeout setters and presets so long-form generations do not bail early.

#csharp #dotnet #ollama
Fixing OllamaSharp Timeouts in C# (with a Simple Extension and just for fun 😄)
Hi! Avoid reading the blog post with this 5-min video: When working with local models in OllamaSharp, I hit a timeout while running long-running workloads like video analysis. The issue wasn’t the …
elbruno.com
January 23, 2026 at 9:29 PM
You should update your Community Toolkit OllamaSharp package and simplify the IChatClient setup 😝
March 6, 2025 at 1:21 AM
Do you mean why would I use OllamaSharp over a HTTP client, or over the Ollama integration from Microsoft Extensions AI?
December 10, 2024 at 12:42 AM
Ollamasharp*
December 10, 2024 at 1:05 AM