awaescher
NuGet publisher profile
Packages (14)
OllamaSharp
The easiest way to use the Ollama API in .NET
ObviousAwait
ConfigureAwait(true) and ConfigureAwait(false) are very important when dealing with asynchronous code. However, they make code hard to read and easy to fail. ObviousAwait introduces two aliases: KeepContext() and FreeContext(), reducing the cognitive load while reading and writing asynchronous code.
OllamaSharp.ModelContextProtocol
Use tools from model context protocol (MCP) servers with Ollama
FluentTransitions
FluentTransitions lets you create animated transitions of any property of user-interface elements in .NET. It provides an easy way to perform UI animations in a similar way to Apple's Core Animation library for iOS, iPadOS and macOS. The app icon was made by Freepik from www.flaticon.com and is licensed by Creative Commons BY 3.0.
FluentDragDrop
Drag&Drop in WinForms is cumbersome and error-prone. There are multiple events to handle, members to track and properties to set on at least two controls. Passing data is kind of special and you don't get preview images while dragging things aroud. This package brings rich Drag&Drop experience to your app, just by adding a few simple lines of code. The app icon was made by Freepik from www.flaticon.com and is licensed by Creative Commons BY 3.0.
TinyChat
A minimalistic but extensible chat control library for Windows Forms
FluentDragDrop.Effects
FluentDrag&Drop is the sexiest Drag&Drop implemtation for WinForms on this planet. This package extends FluentDrag&Drop with rich effects. Powered by FluentTransitions. The app icon was made by Freepik from www.flaticon.com and is licensed by Creative Commons BY 3.0.
TinySystemInfo
A dependency free package that gathers just the absolute basic system metrics on Windows, macOS and Linux. The app icon was made by Payungkead from www.flaticon.com and is licensed by the Flaticon license.
TinyChat.DevExpress
DevExpress WinForms controls for the TinyChat chat control library
quicsharp.Engine.CodeDom
A simple C# scripting engine without dependencies (beyond .NET 3.5). Usage: var executor = new ScriptExecutor(... any ScriptLogger ...); executor.Execute(... source code ...);
Vibrancy.Forms
Commit : 9288bed1dcc0de9f79509d4ecca0a88a1823ee0b, 04.06.2020 22:45:36 +02:00
WinFormsCT
WinFormsCT will scan any System.Windows.Forms.Form and all of its child controls recursively to generate a sliced-based height map. This package contains the tomographer as well as a UserControl to interactively browse your WinForms UI.
Aloha.Barcodes
Barcode scanner plugin for Microsoft MAUI and Xamarin.Forms.
FluentStructures
This project provides a set of fluent APIs to simplify the handling of structs in .NET. You spent too much time centering stuff with X1 + ((Width1 - Width2) / 2).