havendv
NuGet publisher profile
Packages (318)
NamedPipeServerStream.NetFrameworkVersion
This package adds original NamedPipeServerStream constructors from Net.Framework to NetStandard See System.IO.Pipes.NamedPipeServerStreamConstructors.New method Features: - Completely repeats constructor behavior from .Net Framework (including exceptions) - Has a strong name - Restored from decompiled code. No changes from the original - Official dependencies only - Tested
tryAGI.OpenAI
Generated C# SDK based on official OpenAI OpenAPI specification. Includes C# Source Generator which allows you to define functions natively through a C# interface, and also provides extensions that make it easier to call this interface later
Tiktoken
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
Tiktoken.Encodings.o200k
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
Tiktoken.Encodings.cl100k
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
Tiktoken.Core
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
Tiktoken.Encodings.Abstractions
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
H.NotifyIcon
This package allows to create TrayIcon for any platform.
H.Formatters
A IFormatter interface for serialization/deserialization
H.Pipes
Features: - Create named pipe servers that can handle multiple client connections simultaneously. - Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. - Async - Requires .NET Standard 2.0 - Supports large messages - up to 300 MiB. - Server restart automatically - Automatically wait for the release of the pipe for the server, if it is already in use - Automatically waiting for a server pipe creating when client connecting - Automatic reconnect with a given interval and at each `client.WriteAsync`, if necessary - Supports variable formatters, default - BinaryFormatter which uses System.Runtime.Serialization.BinaryFormatter inside - Also available ready formatters in separate nuget packages: H.Formatters.Json - Supports `PipeAccessRule`'s(see `H.Pipes.AccessControl` nuget package) or more complex code to access using the `PipeServer.PipeStreamInitializeAction` property
H.GeneratedIcons.System.Drawing
This package allows to generate icons.
LangChain.Polyfills
LangChain polyfills for .Net Framework/.Net Standard to reduce #ifs in code.
LangChain.Splitters.Abstractions
LangChain Splitter abstractions.
H.Formatters.BinaryFormatter
This package adds BinaryFormatter(based on System.Runtime.Serialization.Formatters.Binary.BinaryFormatter)
CSharpToJsonSchema
C# source generator that converts interfaces and methods into JSON Schema definitions for AI function/tool calling (OpenAI, Anthropic, Ollama, Gemini, etc.). No reflection at runtime.
LeonardoAI
Generated C# SDK based on Leonardo OpenAPI specification.
LangChain.Core
LangChain core classes.
LangChain.Providers.Abstractions
LangChain Providers abstractions ā non-MEAI modality interfaces (TTS, image generation, image-to-text, music, moderation) and shared types (Message, Usage, Data).
H.NotifyIcon.WinUI
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WinUI platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WinUI framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
H.Formatters.System.Text.Json
This package adds SystemTextJsonFormatter(based on System.Text.Json)
H.Pipes.AccessControl
This package adds AccessControl extensions for PipeServerSetPipeSecurity()
H.NotifyIcon.Wpf
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
LangChain.Providers.OpenAI
OpenAI API LLM and Chat model provider.
LangChain.Providers.HuggingFace
HuggingFace API LLM and Chat model provider.
HuggingFace
Generated C# SDK based on HuggingFace OpenAPI specification.
LangChain.Databases.Abstractions
LangChain Databases abstractions.
H.InputSimulator
Allows you to simulate global mouse and keyboard events. Features: - Supports scan codes and multi-language input. - Supports WPF/WinForms/Console windows apps. - Supports .NET Standard, .Net Core and .Net 5/6. Supported OS: - Windows
LangChain.Providers.Anthropic
Anthropic API LLM and Chat model provider.
LangChain
LangChain meta-package with the most used things.
LangChain.Extensions.DependencyInjection
Dependency injection extensions for LangChain with Microsoft.Extensions.AI.
LangChain.Providers.Anyscale
Anyscale Endpoints Chat model provider.
LangChain.DocumentLoaders.Abstractions
LangChain documents loader abstractions.
Hunspell.Native
NHunspell Spell Checker native DLLs.
LangChain.Databases.InMemory
InMemory db for LangChain.
Anyscale
SDK for Anyscale Endpoint that makes it easy and cheap to use LLama 2
Unofficial.Microsoft.mshtml.NetStandard
Unofficial package containing Microsoft.mshtml.dll file from Microsoft.
LangChain.Providers.Azure
OpenAI API LLM and Chat model provider.
LangChain.Splitters.CSharp
LangChain C# Splitter implementation.
LangChain.Providers.Google
Google Gemini Chat model provider.
H.Formatters.Newtonsoft.Json
This package adds NewtonsoftJsonFormatter(based on Newtonsoft.Json)
LangChain.Providers.Ollama
Ollama Chat model provider.
LangChain.Providers.DeepSeek
DeepSeek Chat model provider.
H.Core
HomeCenter Core library that contains IRecognizer/IRecorder/IRunner/INotifiers etc.
H.WebSockets
Features: - Very simple use in several lines - all the code for obtaining the data is already written and working in a background thread - It's event based class - available TextMessageReceived and BinaryMessageReceived events - Also available Connected, Disconnected and ExceptionOccurred events - Right async methods that support CancellationToken's - Auto Reconnect - Open to suggestions and problems on the github
OpenAI.Constants
Static classes that provide actual constants(models/context lengts/prices) for the OpenAI API. Available types in OpenAI.Constants namespace: - ChatModels - EmbeddingModels - ImageModels - ImageQualities - ImageResolutions - ModerationModels - SpeechToTextModels - TextToSpeechModels
H.Engine.IO
Features: - Very simple use in several lines - all the code for obtaining the data is already written and working in a background thread - It's event based class - available TextMessageReceived and BinaryMessageReceived events - Also available Connected, Disconnected and ExceptionOccurred events - Right async methods that support CancellationToken's - Auto Reconnect - Open to suggestions and problems on the github
Tiktoken.Encodings.r50k
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
Tiktoken.Encodings.p50k
The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.
Hardcodet.NotifyIcon.Wpf.NetCore
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. Source code and extensive sample application available at http://www.hardcodet.net/projects/wpf-notifyicon
H.Socket.IO
High-performance event-based .NET Socket.IO library with a convenient interface, aimed at writing the smallest possible code on the user side. Features: - Supports the latest version of Socket.IO server - Supports namespaces - The library is null-free and does not contain NRE - Event-based - Completely asynchronous
LangChain.DocumentLoaders.Pdf
LangChain PDF document loader.
H.Formatters.MessagePack
This package adds MessagePack (based on neuecc/MessagePack-CSharp)
LangChain.Providers.LLamaSharp
LLamaSharp Chat model provider.
DependencyPropertyGenerator
C# Source Generator library to generate DependencyProperty.
LangChain.Sources.Pdf
LangChain PDF document source.
adv
Advantage CLI
H.Resources.Generator
Generates static class with all Embedded resources with specified types. Suitable for situations where you want to have a multi-target solution containing both .Net Framework and .Net Core/.Net 5
H.NotifyIcon.Uno.WinUI
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.WinUI Skia.Wpf platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the Uno.WinUI Skia.Wpf framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
LangChain.Sources.Abstractions
LangChain Sources, Documents and Loaders abstractions.
H.ReactiveUI.CommonInteractions.Core
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
H.Generators.Extensions
A set of extensions to simplify the code of generators.
LangChain.Databases.Postgres
Postgres vector store for LangChain (MEVA-compatible, using pgvector).
LangChain.DocumentLoaders.Word
LangChain Word document loader.
LangChain.DocumentLoaders.Html
LangChain web document loader.
LangChain.Databases.Sqlite
SQLite for LangChain.
LangSmith
Generated C# SDK based on Ollama OpenAPI specification.
H.Hooks
Contains LowLevelKeyboardHook and LowLevelMouseHook. Features: - Global key handling and cancellation - Allows handling combination like 1 + 2 + 3 - Only one Up event per combination - Handle special buttons like Mouse.XButton - Optimized, runs hooks in a separate thread. Does not cause freezes when debugging the rest of the code. - By default, it delivers events from a ThreadPool instead of a hook thread, which makes it possible to do any action in event handlers without affecting system performance.
H.NSwag.Generator
C# 9 Source Generator library for NSwag.
LangChain.Databases.Pinecone
Pinecone for LangChain.
LangChain.Databases.Chroma
Chroma for LangChain.
LangChain.Providers.Amazon.Bedrock
Amazon Bedrock model provider.
LangChain.Serve.Abstractions
Abstractions for LangChain Serve
LangChain.Databases.DuckDb
DuckDB for LangChain.
Cohere
Generated C# SDK based on Cohere OpenAPI specification.
LangChain.Databases.Qdrant
Qdrant for LangChain.
NamedPipeWrapper.NetStandard.StrongNamed
Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. Messages are sent and received asynchronously on a separate background thread and marshalled back to the calling thread (typically the UI). Supports large messages - up to 300 MiB. Requires .NET Standard 2.0
LangChain.Databases.Redis
Redis chat message history for LangChain.
LangChain.Databases.Weaviate
Weaviate for LangChain.
H.NotifyIcon.Uno
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.Skia.Wpf platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the Uno.Skia.Wpf framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
LangChain.Providers.Automatic1111
Automatic1111 Stable DIffusion model provider.
H.Formatters.Json
This package adds JsonFormatter(based on Newtonsoft.Json)
LangChain.Extensions.Docker
Docker extension
LangChain.Providers.LeonardoAI
Leonardo Ai API model provider.
LangChain.Databases.Kendra
Amazon Kendra for LangChain.
LangChain.Utilities.Sql
LangChain Utilities SqlDatabase.
H.OxyPlot.WinUI
OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.
LangChain.Databases.AzureCognitiveSearch
AzureCognitiveSearch for LangChain.
H.Services.Core
Package Description
LangChain.Databases.AzureSearch
AzureSearch for LangChain.
LangChain.Utilities.Postgres
LangChain Utilities PostgresDatabase.
H.ReactiveUI.CommonInteractions.Uno
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
H.Generators.Tests.Extensions
A set of extensions to simplify the test code of generators. ā Last 10 features: - feat: Updated to net9 2024-11-13 - feat: Added Net9 to LatestReferenceAssemblies. 2024-11-13 - feat: Added extensions from DependencyPropertyGenerator. 2023-12-01 - feat: Updated to net8.0. 2023-11-30 - feat: Added net8.0 support for ReferenceAssemblies. 2023-11-08 - feat: Updated Uno version in FrameworkReferenceAssemblies. 2023-09-22 - feat: Added GeneratorDriverExtensions. 2023-08-31 - feat: Added net7.0 reference assemblies. 2023-08-30 - feat: Added SelectAndReportDiagnostics. 2023-08-16 - feat: Added IncrementalValuesProvider.CollectAsEquatableArray. 2023-03-10 š Last 10 bug fixes: - fix: Fixed version of Microsoft.CodeAnalysis.CSharp. 2025-02-26 - fix: Fixed ToParameterName for C# keywords. 2025-01-12 - fix: Updated Uno and WinAppSdk versions. 2023-12-01 - fix: Fixed Avalonia ReferenceAssemblies. 2023-08-31 - fix: Fixed warnings. 2023-08-30 - fix: Added ability to add/remove _SystemLibs. 2023-04-08 - fix: Added missing IncrementalValueProvider SelectAndReportExceptions without cancellation token. 2023-03-09 - fix: Added IncrementalValueProvider SelectAndReportExceptions. 2023-03-09 - fix: Added missing useful overloads. 2023-03-09 - fix: Added IncrementalValuesProviderExtensions.WhereNotNull. 2023-03-09
LangChain.Databases.OpenSearch
OpenSearch vector store for LangChain (MEVA-compatible).
LangChain.Serve
LangChain Serve
H.NotifyIcon.PopupMenus
This package adds support for ContextMenu for platforms that don't support this directly
H.Formatters.Inferno
This package adds InfernoFormatter(based on Inferno). It allows encrypt your messages.
LangChain.Providers.OpenRouter
OpenRouter Chat model provider.
H.ReactiveUI.CommonInteractions.Wpf
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
H.ReactiveUI.CommonInteractions.Uwp
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
LangChain.Sources.WebBase
LangChain web document source.
LangChain.Providers.Amazon.SageMaker
AWS Bedrock model provider.
LangChain.Providers.WhisperNet
OpenAI Whisper STT Provider using Whisper.Net library
OpenApiGenerator
Allows you to partially (for example, only models) or completely generate a native (without dependencies) C# client sdk according to the OpenAPI specification. Inspired by NSwag. Uses IncrementalGenerators for efficient generation and caching.
VCRuntime.CefSharp.140
Visual C++ 2015/2017/2019/2022 Redistributable packed into a NuGet package. Contains vcruntime140*.dll and msvcp140*.dll.
H.Uno.Sdk
The MSBuild props/targets for buliding Uno .NET projects
H.Formatters.Ceras
This package adds CerasFormatter(based on Ceras)
OpenApiGenerator.Cli
Allows you to partially (for example, only models) or completely generate a native (without dependencies) C# client sdk according to the OpenAPI specification. Inspired by NSwag.
H.ReactiveUI.CommonInteractions.Uno.WinUI
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
H.Uno.Templates
Templates for Uno platforms.
H.NotifyIcon.Maui
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the MAUI platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WinUI framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
H.Services.HookService
Allows you to bind commands to system-wide hotkeys.
LangChain.Cli
Command Line Interface to run some LangChain tasks.
LangChain.Providers.Google.VertexAI
VertexAI provider.
ViewBaseGenerator
Generates ViewBase classes for UWP/Uno projects. ā Last 10 features: - feat: To steps. 2023-03-10 - feat: Removed ReactiveUI support. 2023-02-06 - feat: Added ViewBaseGenerator_IsGeneric setting. 2022-08-22 - feat: Added ViewBaseGenerator_IsAbstract setting. 2022-08-22 - feat: Added ViewBaseGenerator_AddViewModelDependencyProperty setting. 2022-08-22 - feat: Added ConstructorGenerator.InheritFromViewBase. 2022-07-20 - feat: Lowered dotnet version requirements to run the generator. 2022-07-13 - feat: Added auto-detection BaseClass by platform. 2022-07-08 - feat: Added ability to setup ViewModel in constructor generators. 2022-07-08 - feat: Added ViewBaseGenerator_CreateReactiveUIWhenActivated. 2022-06-28 š Last 10 bug fixes: - fix: Fixed ViewBaseGenerator explicit type bug. 2022-08-22 - fix: Fixed metadata bug. 2022-08-22 - fix: Updated H.Generators.Extensions. 2022-08-22 - fix: Splitted settings for generators. 2022-07-13 - fix: Changed prefix for base class to Controls. 2022-07-08 - fix: Fixed base class bug. 2022-07-08 - fix: Added global prefix to viewBase.BaseClass. 2022-07-08 - fix: Fixed PropertyMetadata bug. 2022-07-08 - fix: Added GenerateViewBase setting. 2022-07-08 - fix: Fixed constructor generation. 2022-07-01
LangChain.Providers.OpenRouter.CodeGenerator
Package Description
H.ProxyFactory
Features: - Create proxy objects that look exactly like the original objects ā Last 10 features: - feat: Updated NuGet packages. 2022-01-19 - feat: Added ContinuousIntegrationBuild. 2021-11-29 - feat: Added separate H.ProxyFactory.Remote library. 2021-11-29 - feat: Added separate H.Ipc.Core library. Refactored. 2021-11-29 - feat: Added RemoteProxyServer.ObjectCreated event. 2021-11-28 - feat: Implemented safe CreateObjectAsync. 2021-10-30 - feat: Added try catch to example app. 2021-10-30 - feat: Added CLSCompliant(true). 2021-10-30 - feat: to auto-releases. 2021-10-29 - feat: Implemented example WPF app. 2021-10-29 š Last 10 bug fixes: - fix(test): Removed H.Recorders.NAudioRecorder package from tests. 2022-01-19 - fix: Renamed H.Ipc.Messages to H.ProxyFactory.Remote.Messages. 2021-11-30 - fix: Changed CI build to windows-latest. 2021-10-30 - fix: Added Factory.LoadAssemblyAsync to example app. 2021-10-30 - fix: Fixed H.ProxyFactory.Pipes warnings. 2021-10-30 - fix: Fixed H.ProxyFactory warnings. 2021-10-30
SimpleSocketIoClient
Simple client for Socket.IO, supports the latest version. Includes EngineIoClient and WebSocketClient Implemented features: - Namespaces Note: This is an alpha version. Some features may not be available. Please see examples or tests.
OpenApiGenerator.Core
Allows you to partially (for example, only models) or completely generate a native (without dependencies) C# client sdk according to the OpenAPI specification. Inspired by NSwag. Uses IncrementalGenerators for efficient generation and caching.
H.Uno.Sdk.Manifest
Uno .NET workload manifest. Please do not reference directly.
LangChain.Providers.Suno
Suno AI API model provider.
H.Containers.Process
Features: - You can run any object in another process in several lines - The created object looks like a real one (see ProxyFactory) - Full control - you can kill the process at any time and interrupt the execution of any code and free the libraries used Limitations: - Currently installed .Net Framework 4.6.1/.Net Framework 4.8/.Net Core 3.1/.Net 5.0 is required to start the process
FluorineFx.Client
fluorinefx Client with .Net Standard 2.0 support
DeepInfra
Generated C# SDK based on official DeepInfra OpenAPI specification. Includes C# Source Generator which allows you to define functions natively through a C# interface, and also provides extensions that make it easier to call this interface later
H.ProxyFactory.Pipes
Features: - Create proxy objects that look exactly like the original objects - Proxy target can be located anywhere where there is access to pipes ā Last 10 features: - feat: Updated NuGet packages. 2022-01-19 - feat: Added ContinuousIntegrationBuild. 2021-11-29 - feat: Added separate H.ProxyFactory.Remote library. 2021-11-29 - feat: Added separate H.Ipc.Core library. Refactored. 2021-11-29 - feat: Added RemoteProxyServer.ObjectCreated event. 2021-11-28 - feat: Implemented safe CreateObjectAsync. 2021-10-30 - feat: Added try catch to example app. 2021-10-30 - feat: Added CLSCompliant(true). 2021-10-30 - feat: to auto-releases. 2021-10-29 - feat: Implemented example WPF app. 2021-10-29 š Last 10 bug fixes: - fix(test): Removed H.Recorders.NAudioRecorder package from tests. 2022-01-19 - fix: Renamed H.Ipc.Messages to H.ProxyFactory.Remote.Messages. 2021-11-30 - fix: Changed CI build to windows-latest. 2021-10-30 - fix: Added Factory.LoadAssemblyAsync to example app. 2021-10-30 - fix: Fixed H.ProxyFactory.Pipes warnings. 2021-10-30 - fix: Fixed H.ProxyFactory warnings. 2021-10-30
H.Runners.TelegramRunner
Allows you to send/receive messages from Telegram.
H.Runners.TorrentRunner
Allows you to download torrents.
H.Services.StaticModuleService
Package Description
LangChain.Providers.TogetherAi
Together.ai Chat model provider.
LangChain.Serve.OpenAI
LangChain Serve as OpenAI sdk compatible API
H.ReactiveUI.CommonInteractions.WinUI
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
LangChain.Providers.DeepInfra
Deep Infra provider.
EventGenerator.Generator
C# Source Generator library to generate events, OnEvent() methods and EventArgs classes.
H.Runners.DLinkRunner
Allows you to control DLink router.
H.Runners.CSharpRunner
Allows you dynamic execution of C# code.
LangChain.Databases.Mongo
Mongo chat message history for LangChain.
H.Containers
Package Description
LangChain.Providers.Groq
Groq model provider.
H.Recorders.NAudioRecorder
Recorder and Player based on NAudio library.
H.Services.DynamicModuleService
Package Description
H.Utilities.ProxyFactory
Features: - Create proxy objects that look exactly like the original objects
LangChain.Providers.Reka
Reka model provider.
H.Services.RecognitionService
Package Description
LangChain.Sources.Word
LangChain Word documents source.
H.Services.RunnerService
Package Description
tryAGI.Anthropic
Generated C# SDK based on official Anthropic OpenAPI specification.
H.OxyPlot.Uno
OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.
H.Wfp
C# wrapper library for Windows Filtering Platform
H.Runners.SelectRunner
Allows you to select a portion of the screen.
H.IpHlpApi
C# wrapper library for IpHlpApi
H.OpenVpn
C# wrapper library for OpenVPN
H.ReactiveUI.CommonInteractions.Avalonia
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated NuGet packages. 2022-08-11 - feat: Updated NuGet packages. 2022-07-11 - feat: Published WebAssembly app. 2022-07-01 - feat: Updated NuGet packages. 2022-07-01 - feat: To DependencyPropertyGenerator. 2022-06-29 - feat: Updated NuGet packages. 2022-06-29 - feat: Added BaseConverter DefaultConvertValue/DefaultConvertBackValue. 2022-06-24 - feat: Updated NuGet packages. 2022-03-25 - feat: Updated NuGet packages. 2022-03-17 - feat: Changed WinUI implementatation to use ContentDialog instead MessageDialog. 2022-03-17 š Last 10 bug fixes: - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22 - fix(Avalonia): Changed BaseConverter null values to UnsetValue. 2021-12-15 - fix(Avalonia): Fixed OpenFileDialog Filters bug. 2021-12-11 - fix: Fixed CI to release avalonia. 2021-12-10 - fix(apps.Avalonia): Fixed FileInteractions. 2021-12-09
VCRuntime.140
Visual C++ 2015 Redistributable packed into a NuGet package. Contains vcruntime140.dll and msvcp140.dll.
Mvvm.Navigation.Core
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
ConventionalCommitsGitInfo
MSBuild props for automatic version inference based on commits in the Conventional Commits spec
H.Services.IpcService
Package Description
H.Runners.ClipboardRunner
Allows you thread-safe clipboard access.
H.OxyPlot.Uwp
OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.
H.Recorders.WinmmRecorder
Recorder based on winmm.dll.
LangChain.Providers.DeepInfra.CodeGenerator
Package Description
tryAGI.Replicate
Generated C# SDK based on Replicate OpenAPI specification.
H.Containers.Process.Core
Package Description
H.Runners.ScreenshotRunner
Allows you to screenshot a screen or a portion of the screen.
H.Services
All-in-One Package
H.Firewall
C# high-level firewall library
H.Runners.CommonRunners
Contains common runners: - InternetRunner - UserRunner - ProcessRunner - AliasRunner - SequenceRunner
H.DynamicColumns.Core
Adds support for dynamic columns to DataGrid
SkipLocalsInit
Enables SkipLocalsInit by simply specifying the dev NuGet package.
H.Build.CustomTasks
Constains custom MSBuild tasks: ReplaceAll(Paths, Start, End, Value = string.Empty, IncludeStartEnd = true)
ScraperApi
This is the official C# SDK for the ScraperApi.
H.Runners.SoundRunner
Plays sounds when called. Current sounds: event.wav start-recording.wav
LangChain.Providers.Fireworks
Fireworks Chat model provider.
H.XamlExtensions.Uno
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
Mvvm.CommonInteractions.Core
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
AI21
Generated C# SDK based on AI21 OpenAPI specification.
LangChain.Providers.TogetherAi.CodeGenerator
Package Description
H.Vpn
C# high-level VPN library
H.XamlExtensions.Wpf
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
H.Utilities.PipeProxyFactory
Features: - Create proxy objects that look exactly like the original objects - Proxy target can be located anywhere where there is access to pipes
Mvvm.Navigation.Maui
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
H.XamlExtensions.Uwp
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
LangChain.Providers.Together
Together.ai Chat model provider.
H.XamlExtensions.Uno.WinUI
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
Together
Generated C# SDK based on Together OpenAPI specification.
H.GeneratedIcons.SkiaSharp
This package allows to generate icons.
FlaUI.Fluent
Fluent interface for Find methods of FlaUI AutomationElement's
H.IO
Classes: - TempDirectory Utilities: - ResourcesUtilities
LangChain.Databases.SemanticKernel
Package Description
H.Runners.OcrRunner
Allows you to convert an image to a text.
H.Runners.KeyboardRunner
Allows you to send keyboard events to system.
H.Runners.InteropRunner
Allows you to use some user32 WinAPI methods.
H.Notifiers.TimerNotifier
Package Description
H.DynamicColumns.Wpf
Adds support for dynamic columns to DataGrid
H.Modules
Package Description
H.DynamicColumns.Uno
Adds support for dynamic columns to DataGrid
H.Ipc.Core
Core library for Inter-Process Communication.
H.ReactiveUI.CommonInteractions.ProjectReunion
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/Uno platform ā Last 10 features: - feat: Added support for empty Extensions array to Open files Interactions of Storage API. 2021-11-04 - feat: Added new file interactions system based on streams. 2021-11-04 - feat: Added BooleanToVisibilityConverter. 2021-11-03 - feat(WPF): Added empty extensions support for FileInteractions. 2021-11-03 - feat: Added ContinuousIntegrationBuild msbuild property. 2021-11-03 - feat: Updated MSBuild.Sdk.Extras to 3.0.38. 2021-10-29 - feat: Lowered required uwp version to 16299. 2021-10-29 - feat: Added PACKAGE_RELEASE_NOTES to description. 2021-10-29 - feat: Lowered ProjectReunion to 0.8.3. 2021-10-29 - feat: Added BaseConverter. 2021-10-29 š Last 10 bug fixes: - fix: Fixed missing Core NuGet package. 2021-11-05 - fix: Try to use explicit targets in CI. 2021-11-05 - fix: Try to use libs target in CI. 2021-11-05 - fix: Fixed Uno DataContext bug. 2021-11-04 - fix: Now SaveFileArguments.Extension is required property. 2021-11-04 - fix: Fixed BaseConverter namespace. 2021-10-30 - fix: Fixed IOExtensions file.Name bug. 2021-10-27 - fix: Fixed uwp ConfigureAwait(false) bugs. 2021-10-27 - fix: Fixed CA1014. 2021-10-27 - fix: Fixed CS8002. 2021-10-27
H.DynamicColumns.Uwp
Adds support for dynamic columns to DataGrid
H.Ipc.Generator
C# Source Generator for Inter-Process Communication.
H.Formatters.Wire
This package adds WireFormatter(based on Wire nuget package)
H.OxyPlot.Uno.WinUI
OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.
H.VpnService
C# high-level VPN library with implemented IPC
FontAwesome.Sharp.StrongName
A library for embbeding Font Awesome icons in WPF & Windows Forms applications
H.Utilities.Screenshoter
Allows you to screenshot a screen or a portion of the screen. Features: - Supports multiple displays with different scale - Thread-safe Utilities: - Screenshoter.GetPhysicalScreens() // returns all screens rectangles. - Screenshoter.GetPhysicalScreenRectangle() // returns global screen rectangle.
LangChain.Providers.Pollinations
Package Description
H.Synthesizers.WebSynthesizers
Contains YandexSynthesizer with Cache support.
Mvvm.Navigation.Uno.WinUI
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
LangChain.Databases.Milvus
Package Description
Mvvm.Navigation.WinUI
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
H.Uno.Sdk.Msi.arm64
Uno .NET workload installer. Please do not reference directly.
H.Uno.Sdk.Msi.x64
Uno .NET workload installer. Please do not reference directly.
H.Notifiers.RssNotifier
Package Description
H.Core.TestHelpers
Contains debug extensions.
H.Uno.Sdk.Msi.x86
Uno .NET workload installer. Please do not reference directly.
LangChain.Providers.Leonardo
Leonardo Ai API model provider.
Skia.Templates
Templates for Skia platforms.
WebAssembly.Templates
Templates for WebAssembly platforms.
Mvvm.Navigation.Avalonia
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
Kiota
Kiota as Source Generator
Mvvm.Navigation.Uwp
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 - feat: Implemented assembly:MapViews attribute. 2023-09-05 - feat: Added Activation support. 2023-09-04 - feat: Added separate property for InitializeComponent constructor. 2023-09-03 - feat: Released 0.2.0. 2023-09-03 - feat: Added Type markup extension. 2023-09-03 - feat: Added Properties.ViewModelType. 2023-09-02 - feat: Added HostApplicationBuilderExtensions. 2023-09-02 - feat: Removed Ioc.Default from main code. 2023-09-02 š Last 10 bug fixes: - fix: Fixed work of ServiceLifetime.None. 2023-09-22 - fix: Fixed ViewLifetime/ViewModelLifetime. 2023-09-22 - fix: Fixed ViewModel/ViewModelType default binding mode. 2023-09-22 - fix: Removed views with ViewFor attribute from MapViews generation. Closes #6. 2023-09-17 - fix: Fixed issue with combined MapViews and ViewFor. 2023-09-16 - fix: Added try to resolve IResolver from Ioc.Default. 2023-09-15 - fix: Fixed ambiguities with resolver. 2023-09-14 - fix: Generated ViewModel property can be null now. 2023-09-12 - fix: Fixed problems with DependencyPropertyGenerator. 2023-09-11 - fix: Fixed "An expression is too long or complex to compile" in big projects. 2023-09-07
Mvvm.CommonInteractions.Uwp
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
Mvvm.Navigation.Wpf
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
H.Recognizers.WitAiRecognizer
Translates speech to text based on services from wit.ai.
MoexIIS
Moex IIS C# client library based on OpenAPI spec
Mvvm.Navigation.Uno
Provides platform independent navigation at the MVVM level and a Source Generator that automatically binds view and view models and registers this in your DI container ā Last 10 features: - feat: Updated packages. 2024-03-04 - feat: Moved View resolving to Navigator. 2024-03-04 - feat: Changed default DI scopes. 2024-03-04 - feat: Enable Trimming warnings. 2024-03-04 - feat: Replaced Resolver with ServiceProvider extension. 2023-12-03 - feat: Released 1.3.0. 2023-12-01 - feat(apps): Updated Uno app. 2023-11-30 - feat: Updated to net8.0. 2023-11-08 - feat: Added BeforeInitializeComponent/AfterInitializeComponent partial methods when generating constructors. Fixed ViewModel init order. 2023-09-14 - feat: Now you can implement IActivatable for window/control and it will work. 2023-09-14 š Last 10 bug fixes: - fix: Disabled HostBuilderExtensions generation if detected framework is none. 2024-03-05 - fix: Added TryDetectFramework instead DetectFramework. 2024-03-04 - fix: Renamed mvvm:Properties to mvvm:Navigation. 2024-03-04 - fix: Fixed some warnings. 2023-12-18 - fix: Fixed problems with Uno.WinUI. 2023-12-04 - fix: Added GenerateLibraryLayout. 2023-12-04 - fix: Try to use latest DependencyPropertyGenerator. 2023-12-04 - fix: Fixed broken DependencyPropertyGenerator version. 2023-12-04 - fix: Fixed problems with Avalonia. 2023-12-04 - fix: Properties now is static class. 2023-12-04
Mvvm.CommonInteractions.Avalonia
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
LangChain.Databases.Elasticsearch
Elasticsearch support for LangChain.
H.ReactiveUI.CommonInteractions.WindowsAppSDK
Common ReactiveUI MVVM Level Interactions(like open/save file) for WPF/UWP/Uno platform ā Last 10 features: - feat: Added support for empty Extensions array to Open files Interactions of Storage API. 2021-11-04 - feat: Added new file interactions system based on streams. 2021-11-04 - feat: Added BooleanToVisibilityConverter. 2021-11-03 - feat(WPF): Added empty extensions support for FileInteractions. 2021-11-03 - feat: Added ContinuousIntegrationBuild msbuild property. 2021-11-03 - feat: Updated MSBuild.Sdk.Extras to 3.0.38. 2021-10-29 - feat: Lowered required uwp version to 16299. 2021-10-29 - feat: Added PACKAGE_RELEASE_NOTES to description. 2021-10-29 - feat: Lowered ProjectReunion to 0.8.3. 2021-10-29 - feat: Added BaseConverter. 2021-10-29 š Last 10 bug fixes: - fix: Fixed missing Core NuGet package. 2021-11-05 - fix: Try to use explicit targets in CI. 2021-11-05 - fix: Try to use libs target in CI. 2021-11-05 - fix: Fixed Uno DataContext bug. 2021-11-04 - fix: Now SaveFileArguments.Extension is required property. 2021-11-04 - fix: Fixed BaseConverter namespace. 2021-10-30 - fix: Fixed IOExtensions file.Name bug. 2021-10-27 - fix: Fixed uwp ConfigureAwait(false) bugs. 2021-10-27 - fix: Fixed CA1014. 2021-10-27 - fix: Fixed CS8002. 2021-10-27
WixSharp.DotNetBootstrapper.Web
Allows you to create a bootstrapper for an msi file in one line, simply by specifying the required .Net version
H.Notifiers.TcpPingNotifier
Package Description
H.Ipc
Core library for Inter-Process Communication.
H.XamlExtensions.WinUI
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
H.MaterialSkin
Google's Material Design on your windows forms.
H.XamlExtensions.ProjectReunion
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
H.Searchers.WebSearchers
A simple library that provides Yandex and Google search.
H.XamlExtensions.WindowsAppSDK
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
LangChain.Providers.Together.CodeGenerator
Package Description
Linux.Templates
Templates for Linux platforms.
Gtk.Templates
Templates for Gtk platforms.
WixSharp.DotNetBootstrapper
Allows you to create a bootstrapper for an msi file in one line, simply by specifying the required .Net version
H.DynamicColumns.WinUI
Adds support for dynamic columns to DataGrid
H.Recognizers.YandexRecognizer
Translates speech to text based on services from Yandex Cloud.
H.XamlStyler
XamlStyler core library to use in code behind
H.XamlExtensions.Avalonia
Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms
JCS.ToggleSwitch
Unofficial package containing ToggleSwitch.dll.
H.Services.Apps.Core
Contains ViewModels and MVVM code for Apps.
H.Recognizers.SystemSpeechRecognizer
Package Description
Mvvm.CommonInteractions.Uno.WinUI
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
Mvvm.CommonInteractions.Wpf
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
H.Screenshoter
Allows you to screenshot a screen or a portion of the screen. Features: - Supports multiple displays with different scales - Thread-safe Utilities: - Screenshoter.GetPhysicalScreens() // returns all screens rectangles. - Screenshoter.GetPhysicalScreenRectangle() // returns global screen rectangle.
Mvvm.CommonInteractions.WinUI
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
H.Runners.SpotifyRunner
Allows you to pause/play songs from Spotify.
Mvvm.CommonInteractions.Uno
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
H.ProxyFactory.Remote.Messages
Contains base IPC messages
tryAGI.Pinecone
Pinecone is a fully-fledged C# library for the Pinecone vector database. It aims to provide identical functionality to the official Python and Rust libraries. This is fork of Pinecone.NET.
H.ProxyFactory.Remote
Features: - Create remote proxy objects that look exactly like the original objects ā Last 10 features: - feat: Updated NuGet packages. 2022-01-19 - feat: Added ContinuousIntegrationBuild. 2021-11-29 - feat: Added separate H.ProxyFactory.Remote library. 2021-11-29 - feat: Added separate H.Ipc.Core library. Refactored. 2021-11-29 - feat: Added RemoteProxyServer.ObjectCreated event. 2021-11-28 - feat: Implemented safe CreateObjectAsync. 2021-10-30 - feat: Added try catch to example app. 2021-10-30 - feat: Added CLSCompliant(true). 2021-10-30 - feat: to auto-releases. 2021-10-29 - feat: Implemented example WPF app. 2021-10-29 š Last 10 bug fixes: - fix(test): Removed H.Recorders.NAudioRecorder package from tests. 2022-01-19 - fix: Renamed H.Ipc.Messages to H.ProxyFactory.Remote.Messages. 2021-11-30 - fix: Changed CI build to windows-latest. 2021-10-30 - fix: Added Factory.LoadAssemblyAsync to example app. 2021-10-30 - fix: Fixed H.ProxyFactory.Pipes warnings. 2021-10-30 - fix: Fixed H.ProxyFactory warnings. 2021-10-30
H.Containers.CurrentDomain
Package Description
H.Containers.AssemblyLoadContext
Package Description
H.Uno.Maui.Graphics
Package Description
Skia.Sdk.Manifest
Skia .NET workload manifest. Please do not reference directly.
H.IpInfo
This is the official C# client library for the IPinfo.io IP address API, allowing you to lookup your own IP address, or get any of the following details for an IP: - IP geolocation / geoIP data (city, region, country, postal code, latitude and longitude) - ASN details (ISP or network operator, associated domain name, and type, such as business, hosting or company) - Firmographics data (the name and domain of the business that uses the IP address) - Carrier information (the name of the mobile carrier and MNC and MCC for that carrier if the IP is used exclusively for mobile traffic)
DotnetCliWrapper.Parsers.Build
Allows you to parse dotnet build cli output.
DotnetCliWrapper.Parsers.Test
Allows you to parse dotnet test cli output.
DotnetCliWrapper
Allows you to simply run dotnet cli from C# and get parsed results.
H.Tests
Contains tests utilities: Classes: - TempDirectory Utilities: - ResourcesUtilities Extensions: - LoggingExtensions - object.WithEventLogging()
OpenAI.Functions
C# Source Generator which allows you to define functions natively through a C# interface, and also provides extensions that make it easier to call this interface later
WebAssembly.Sdk.Manifest
WebAssembly .NET workload manifest. Please do not reference directly.
H.Uno
Uno meta package which uses Uno.Sdk to be one dependency for all platforms.
Skia.Sdk
The MSBuild targets for buliding Skia .NET projects
H.OxyPlot.Wpf
OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.
H.Tests.WPF
Contains tests helpers: Classes: - TestWpfApp
H.Containers.AppDomain
Package Description
H.Uno.Uwp
Uno meta package which uses Uno.Sdk to be one dependency for all platforms.
H.Yandex.Cloud.SDK
Package Description
WebAssembly.Sdk
The MSBuild targets for buliding WebAssembly .NET projects
H.DynamicColumns.Uno.WinUI
Adds support for dynamic columns to DataGrid
H.Syncfusion.SfChart.Uno.WinUI
Syncfusion Chart control for Uno
Poe
A reverse engineered C# API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.
H.Dependencies.DepsJson
Searches full paths of dependencies from .deps.json files.
H.Uno.Maui.Essentials
Package Description
H.Syncfusion.SfChart.Uno
Syncfusion Chart control for Uno
H.ReactiveUI.Uno.WinUI
Contains the ReactiveUI platform specific extensions for Uno WinUI
OpenAIGenerator
Source generator, which allows you to add prompts from which code will be generated in deterministic mode.
H.Utilities.SpecialFolder
Package Description
H.Uno.Maui.Controls.Core
Controls Core MAUI package for Uno platforms
H.Uno.Maui.Core
Core MAUI package for Uno platforms
MaterialSkin.StrongName
Theming WinForms (C# or VB.Net) to Google's Material Design Principles.
H.Utilities.Startup
Package Description
H.Utilities.CommandsStorage
Package Description
Unofficial.PLUSManaged
Unofficial package containing PLUSManaged.dll.
Midjourney
Generated C# SDK based on Midjourney OpenAPI specification.
Gtk.Sdk
The MSBuild targets for buliding Gtk .NET projects
Skia.Ref
Skia .NET reference assemblies. Please do not reference directly. - Skia Version : 2.88.6
LangChain.Providers.Bedrock
AWS Bedrock model provider.
Linux.Sdk.Manifest
Linux .NET workload manifest. Please do not reference directly.
Gtk.Sdk.Manifest
Gtk .NET workload manifest. Please do not reference directly.
Linux.Sdk
The MSBuild targets for buliding Linux .NET projects
WebAssembly.Ref
WebAssembly .NET reference assemblies. Please do not reference directly. - WebAssembly Version : 1.0
H.Uno.Maui.Controls.Xaml
Controls Xaml MAUI package for Uno platforms
Mvvm.CommonInteractions.Maui
Common MVVM Level Interactions(like open/save file) for WPF/UWP/WinUI/Uno/Avalonia platforms ā Last 10 features: - feat: Updated to net8.0. 2023-12-18 - feat: Updated packages. 2023-08-19 - feat: Updated NuGet packages. 2023-02-27 - feat: Added MAUI partial support. 2023-02-27 - feat: Added net7 targets. 2023-01-06 - feat: Updated NuGet packages. 2023-01-06 - feat: Added HostBuilder extensions. 2023-01-06 - feat: Removed ReactiveUI dependency. 2022-08-22 - feat: To IsExternalInit package. 2022-08-22 - feat: Updated NuGet packages. 2022-08-11 š Last 10 bug fixes: - fix: Fixed WebAssembly app. 2023-01-07 - fix: Fixed Uno projects. 2023-01-07 - fix: Fixed Avalonia dependencies. 2023-01-06 - fix: Fixed GetRequiredWindow exception message. 2022-08-22 - fix: To WinRT.Interop. 2022-07-14 - fix: Disabled linker. 2022-07-01 - fix: Fixed Uno targets. 2022-03-18 - fix: Fixed missing Warning ContentDialog. 2022-03-17 - fix(apps): Fixed Uno.WinUI webassembly app. 2022-01-19 - fix: Fixed package description. 2021-12-22
H.Deskband
Package Description
H.Services.ModuleService
Package Description
H.Deskband.Core
Package Description
Skia.NETCore.App.Runtime.skia
Internal implementation package not meant for direct consumption. Please do not reference directly.
WebAssembly.NETCore.App.Runtime.webassembly
Internal implementation package not meant for direct consumption. Please do not reference directly.
H.Interop
Package Description
H.Logic
Package Description
PaLM
Client for PaLM API based on official beta client
LangChain.Providers.MicrosoftExtensionsAI
Microsoft.Extensions.AI LLM and Chat model provider.
H.Uno.Maui.Graphics.Text.Markdig
Package Description
EasyUno
Easy configuration for Uno projects in 2 lines of code.
LangChain.Providers.Maui
Package Description
H.Utilities.TaskWorker
A class designed to run code using Task with TaskCreationOptions.LongRunning and supporting automatic cancellation after DisposeAsync
tryAGI.Replicate.Models
Generated C# SDK based on Replicate OpenAPI specification.
H.Uno.Maui.Graphics.Skia
Package Description
WebAssembly.Build.Tasks
Package Description
Skia.Build.Tasks
Package Description
H.OpenApi
.NET models with JSON and YAML writers for OpenAPI specification
H.OpenApi.Readers
OpenAPI.NET Readers for JSON and YAML documents