Skip to main content
havendv avatar

havendv

NuGet publisher profile

Packages
318
Total Downloads
46.8M
46,786,460

Packages (318)

NamedPipeServerStream.NetFrameworkVersion package icon

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

7.9M
downloads
tryAGI.OpenAI package icon

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

3.4M
downloads
Tiktoken package icon

Tiktoken

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

3.2M
downloads
Tiktoken.Encodings.o200k package icon

Tiktoken.Encodings.o200k

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

2.0M
downloads
Tiktoken.Encodings.cl100k package icon

Tiktoken.Encodings.cl100k

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

2.0M
downloads
Tiktoken.Core package icon

Tiktoken.Core

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

2.0M
downloads
Tiktoken.Encodings.Abstractions package icon

Tiktoken.Encodings.Abstractions

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

2.0M
downloads
H.NotifyIcon package icon

H.NotifyIcon

This package allows to create TrayIcon for any platform.

1.2M
downloads
H.Formatters package icon

H.Formatters

A IFormatter interface for serialization/deserialization

1.2M
downloads
H.Pipes package icon

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

1.1M
downloads
H.GeneratedIcons.System.Drawing package icon

H.GeneratedIcons.System.Drawing

This package allows to generate icons.

884.0K
downloads
LangChain.Polyfills package icon

LangChain.Polyfills

LangChain polyfills for .Net Framework/.Net Standard to reduce #ifs in code.

806.2K
downloads
LangChain.Splitters.Abstractions package icon

LangChain.Splitters.Abstractions

LangChain Splitter abstractions.

743.8K
downloads
H.Formatters.BinaryFormatter package icon

H.Formatters.BinaryFormatter

This package adds BinaryFormatter(based on System.Runtime.Serialization.Formatters.Binary.BinaryFormatter)

611.8K
downloads
CSharpToJsonSchema package icon

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.

588.7K
downloads
LeonardoAI package icon

LeonardoAI

Generated C# SDK based on Leonardo OpenAPI specification.

587.5K
downloads
LangChain.Core package icon

LangChain.Core

LangChain core classes.

565.5K
downloads
LangChain.Providers.Abstractions package icon

LangChain.Providers.Abstractions

LangChain Providers abstractions — non-MEAI modality interfaces (TTS, image generation, image-to-text, music, moderation) and shared types (Message, Usage, Data).

564.6K
downloads
H.NotifyIcon.WinUI package icon

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.

542.9K
downloads
H.Formatters.System.Text.Json package icon

H.Formatters.System.Text.Json

This package adds SystemTextJsonFormatter(based on System.Text.Json)

520.2K
downloads
H.Pipes.AccessControl package icon

H.Pipes.AccessControl

This package adds AccessControl extensions for PipeServerSetPipeSecurity()

495.8K
downloads
H.NotifyIcon.Wpf package icon

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.

438.8K
downloads
LangChain.Providers.OpenAI package icon

LangChain.Providers.OpenAI

OpenAI API LLM and Chat model provider.

436.4K
downloads
LangChain.Providers.HuggingFace package icon

LangChain.Providers.HuggingFace

HuggingFace API LLM and Chat model provider.

419.2K
downloads
HuggingFace package icon

HuggingFace

Generated C# SDK based on HuggingFace OpenAPI specification.

403.2K
downloads
LangChain.Databases.Abstractions package icon

LangChain.Databases.Abstractions

LangChain Databases abstractions.

397.0K
downloads
H.InputSimulator package icon

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

390.7K
downloads
LangChain.Providers.Anthropic package icon

LangChain.Providers.Anthropic

Anthropic API LLM and Chat model provider.

383.3K
downloads
LangChain package icon

LangChain

LangChain meta-package with the most used things.

379.8K
downloads
LangChain.Extensions.DependencyInjection package icon

LangChain.Extensions.DependencyInjection

Dependency injection extensions for LangChain with Microsoft.Extensions.AI.

376.5K
downloads
LangChain.Providers.Anyscale package icon

LangChain.Providers.Anyscale

Anyscale Endpoints Chat model provider.

371.0K
downloads
LangChain.DocumentLoaders.Abstractions package icon

LangChain.DocumentLoaders.Abstractions

LangChain documents loader abstractions.

351.4K
downloads
Hunspell.Native package icon

Hunspell.Native

NHunspell Spell Checker native DLLs.

348.7K
downloads
LangChain.Databases.InMemory package icon

LangChain.Databases.InMemory

InMemory db for LangChain.

338.6K
downloads
Anyscale package icon

Anyscale

SDK for Anyscale Endpoint that makes it easy and cheap to use LLama 2

305.2K
downloads
Unofficial.Microsoft.mshtml.NetStandard package icon

Unofficial.Microsoft.mshtml.NetStandard

Unofficial package containing Microsoft.mshtml.dll file from Microsoft.

288.6K
downloads
LangChain.Providers.Azure package icon

LangChain.Providers.Azure

OpenAI API LLM and Chat model provider.

287.4K
downloads
LangChain.Splitters.CSharp package icon

LangChain.Splitters.CSharp

LangChain C# Splitter implementation.

275.7K
downloads
LangChain.Providers.Google package icon

LangChain.Providers.Google

Google Gemini Chat model provider.

265.5K
downloads
H.Formatters.Newtonsoft.Json package icon

H.Formatters.Newtonsoft.Json

This package adds NewtonsoftJsonFormatter(based on Newtonsoft.Json)

229.0K
downloads
LangChain.Providers.Ollama package icon

LangChain.Providers.Ollama

Ollama Chat model provider.

223.2K
downloads
LangChain.Providers.DeepSeek package icon

LangChain.Providers.DeepSeek

DeepSeek Chat model provider.

185.0K
downloads
H.Core package icon

H.Core

HomeCenter Core library that contains IRecognizer/IRecorder/IRunner/INotifiers etc.

170.1K
downloads
H.WebSockets package icon

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

159.1K
downloads
OpenAI.Constants package icon

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

158.0K
downloads
H.Engine.IO package icon

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

154.9K
downloads
Tiktoken.Encodings.r50k package icon

Tiktoken.Encodings.r50k

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

147.2K
downloads
Tiktoken.Encodings.p50k package icon

Tiktoken.Encodings.p50k

The fastest tokenizer for GPT-3.5 and GPT-4 inspired by Tiktoken.

147.1K
downloads
Hardcodet.NotifyIcon.Wpf.NetCore package icon

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

145.6K
downloads
H.Socket.IO package icon

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

144.9K
downloads
LangChain.DocumentLoaders.Pdf package icon

LangChain.DocumentLoaders.Pdf

LangChain PDF document loader.

144.4K
downloads
H.Formatters.MessagePack package icon

H.Formatters.MessagePack

This package adds MessagePack (based on neuecc/MessagePack-CSharp)

131.0K
downloads
LangChain.Providers.LLamaSharp package icon

LangChain.Providers.LLamaSharp

LLamaSharp Chat model provider.

129.8K
downloads
DependencyPropertyGenerator package icon

DependencyPropertyGenerator

C# Source Generator library to generate DependencyProperty.

128.1K
downloads
LangChain.Sources.Pdf package icon

LangChain.Sources.Pdf

LangChain PDF document source.

125.1K
downloads
adv package icon

adv

Advantage CLI

118.2K
downloads
H.Resources.Generator package icon

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

109.6K
downloads
H.NotifyIcon.Uno.WinUI package icon

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.

108.1K
downloads
LangChain.Sources.Abstractions package icon

LangChain.Sources.Abstractions

LangChain Sources, Documents and Loaders abstractions.

106.8K
downloads
H.ReactiveUI.CommonInteractions.Core package icon

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

103.6K
downloads
H.Generators.Extensions package icon

H.Generators.Extensions

A set of extensions to simplify the code of generators.

100.5K
downloads
LangChain.Databases.Postgres package icon

LangChain.Databases.Postgres

Postgres vector store for LangChain (MEVA-compatible, using pgvector).

100.3K
downloads
LangChain.DocumentLoaders.Word package icon

LangChain.DocumentLoaders.Word

LangChain Word document loader.

99.8K
downloads
LangChain.DocumentLoaders.Html package icon

LangChain.DocumentLoaders.Html

LangChain web document loader.

99.5K
downloads
LangChain.Databases.Sqlite package icon

LangChain.Databases.Sqlite

SQLite for LangChain.

94.6K
downloads
LangSmith package icon

LangSmith

Generated C# SDK based on Ollama OpenAPI specification.

92.7K
downloads
H.Hooks package icon

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.

86.5K
downloads
H.NSwag.Generator package icon

H.NSwag.Generator

C# 9 Source Generator library for NSwag.

69.3K
downloads
LangChain.Databases.Pinecone package icon

LangChain.Databases.Pinecone

Pinecone for LangChain.

66.3K
downloads
LangChain.Databases.Chroma package icon

LangChain.Databases.Chroma

Chroma for LangChain.

61.4K
downloads
LangChain.Providers.Amazon.Bedrock package icon

LangChain.Providers.Amazon.Bedrock

Amazon Bedrock model provider.

59.0K
downloads
LangChain.Serve.Abstractions package icon

LangChain.Serve.Abstractions

Abstractions for LangChain Serve

58.7K
downloads
LangChain.Databases.DuckDb package icon

LangChain.Databases.DuckDb

DuckDB for LangChain.

57.7K
downloads
Cohere package icon

Cohere

Generated C# SDK based on Cohere OpenAPI specification.

57.4K
downloads
LangChain.Databases.Qdrant package icon

LangChain.Databases.Qdrant

Qdrant for LangChain.

57.3K
downloads
NamedPipeWrapper.NetStandard.StrongNamed package icon

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

55.3K
downloads
LangChain.Databases.Redis package icon

LangChain.Databases.Redis

Redis chat message history for LangChain.

55.0K
downloads
LangChain.Databases.Weaviate package icon

LangChain.Databases.Weaviate

Weaviate for LangChain.

54.5K
downloads
H.NotifyIcon.Uno package icon

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.

53.2K
downloads
LangChain.Providers.Automatic1111 package icon

LangChain.Providers.Automatic1111

Automatic1111 Stable DIffusion model provider.

51.0K
downloads
H.Formatters.Json package icon

H.Formatters.Json

This package adds JsonFormatter(based on Newtonsoft.Json)

50.8K
downloads
LangChain.Extensions.Docker package icon

LangChain.Extensions.Docker

Docker extension

50.0K
downloads
LangChain.Providers.LeonardoAI package icon

LangChain.Providers.LeonardoAI

Leonardo Ai API model provider.

49.9K
downloads
LangChain.Databases.Kendra package icon

LangChain.Databases.Kendra

Amazon Kendra for LangChain.

49.0K
downloads
LangChain.Utilities.Sql package icon

LangChain.Utilities.Sql

LangChain Utilities SqlDatabase.

48.3K
downloads
H.OxyPlot.WinUI package icon

H.OxyPlot.WinUI

OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.

47.1K
downloads
LangChain.Databases.AzureCognitiveSearch package icon

LangChain.Databases.AzureCognitiveSearch

AzureCognitiveSearch for LangChain.

47.0K
downloads
H.Services.Core package icon

H.Services.Core

Package Description

46.4K
downloads
LangChain.Databases.AzureSearch package icon

LangChain.Databases.AzureSearch

AzureSearch for LangChain.

46.3K
downloads
LangChain.Utilities.Postgres package icon

LangChain.Utilities.Postgres

LangChain Utilities PostgresDatabase.

45.6K
downloads
H.ReactiveUI.CommonInteractions.Uno package icon

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

44.6K
downloads
H.Generators.Tests.Extensions package icon

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

43.2K
downloads
LangChain.Databases.OpenSearch package icon

LangChain.Databases.OpenSearch

OpenSearch vector store for LangChain (MEVA-compatible).

42.1K
downloads
LangChain.Serve package icon

LangChain.Serve

LangChain Serve

41.7K
downloads
H.NotifyIcon.PopupMenus package icon

H.NotifyIcon.PopupMenus

This package adds support for ContextMenu for platforms that don't support this directly

41.6K
downloads
H.Formatters.Inferno package icon

H.Formatters.Inferno

This package adds InfernoFormatter(based on Inferno). It allows encrypt your messages.

41.3K
downloads
LangChain.Providers.OpenRouter package icon

LangChain.Providers.OpenRouter

OpenRouter Chat model provider.

40.2K
downloads
H.ReactiveUI.CommonInteractions.Wpf package icon

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

39.8K
downloads
H.ReactiveUI.CommonInteractions.Uwp package icon

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

39.8K
downloads
LangChain.Sources.WebBase package icon

LangChain.Sources.WebBase

LangChain web document source.

38.1K
downloads
LangChain.Providers.Amazon.SageMaker package icon

LangChain.Providers.Amazon.SageMaker

AWS Bedrock model provider.

37.6K
downloads
LangChain.Providers.WhisperNet package icon

LangChain.Providers.WhisperNet

OpenAI Whisper STT Provider using Whisper.Net library

36.8K
downloads
OpenApiGenerator package icon

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.

35.8K
downloads
VCRuntime.CefSharp.140 package icon

VCRuntime.CefSharp.140

Visual C++ 2015/2017/2019/2022 Redistributable packed into a NuGet package. Contains vcruntime140*.dll and msvcp140*.dll.

33.6K
downloads
H.Uno.Sdk package icon

H.Uno.Sdk

The MSBuild props/targets for buliding Uno .NET projects

33.5K
downloads
H.Formatters.Ceras package icon

H.Formatters.Ceras

This package adds CerasFormatter(based on Ceras)

32.5K
downloads
OpenApiGenerator.Cli package icon

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.

32.4K
downloads
H.ReactiveUI.CommonInteractions.Uno.WinUI package icon

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

29.9K
downloads
H.Uno.Templates package icon

H.Uno.Templates

Templates for Uno platforms.

29.6K
downloads
H.NotifyIcon.Maui package icon

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.

29.4K
downloads
H.Services.HookService package icon

H.Services.HookService

Allows you to bind commands to system-wide hotkeys.

29.3K
downloads
LangChain.Cli package icon

LangChain.Cli

Command Line Interface to run some LangChain tasks.

28.4K
downloads
LangChain.Providers.Google.VertexAI package icon

LangChain.Providers.Google.VertexAI

VertexAI provider.

28.4K
downloads
ViewBaseGenerator package icon

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

28.1K
downloads
LangChain.Providers.OpenRouter.CodeGenerator package icon

LangChain.Providers.OpenRouter.CodeGenerator

Package Description

27.7K
downloads
H.ProxyFactory package icon

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

27.7K
downloads
SimpleSocketIoClient package icon

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.

27.6K
downloads
OpenApiGenerator.Core package icon

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.

27.5K
downloads
H.Uno.Sdk.Manifest package icon

H.Uno.Sdk.Manifest

Uno .NET workload manifest. Please do not reference directly.

27.5K
downloads
LangChain.Providers.Suno package icon

LangChain.Providers.Suno

Suno AI API model provider.

25.9K
downloads
H.Containers.Process package icon

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

24.9K
downloads
FluorineFx.Client package icon

FluorineFx.Client

fluorinefx Client with .Net Standard 2.0 support

24.4K
downloads
DeepInfra package icon

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

24.2K
downloads
H.ProxyFactory.Pipes package icon

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

22.4K
downloads
H.Runners.TelegramRunner package icon

H.Runners.TelegramRunner

Allows you to send/receive messages from Telegram.

22.0K
downloads
H.Runners.TorrentRunner package icon

H.Runners.TorrentRunner

Allows you to download torrents.

21.9K
downloads
H.Services.StaticModuleService package icon

H.Services.StaticModuleService

Package Description

21.6K
downloads
LangChain.Providers.TogetherAi package icon

LangChain.Providers.TogetherAi

Together.ai Chat model provider.

21.5K
downloads
LangChain.Serve.OpenAI package icon

LangChain.Serve.OpenAI

LangChain Serve as OpenAI sdk compatible API

21.4K
downloads
H.ReactiveUI.CommonInteractions.WinUI package icon

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

21.4K
downloads
LangChain.Providers.DeepInfra package icon

LangChain.Providers.DeepInfra

Deep Infra provider.

20.9K
downloads
EventGenerator.Generator package icon

EventGenerator.Generator

C# Source Generator library to generate events, OnEvent() methods and EventArgs classes.

20.9K
downloads
H.Runners.DLinkRunner package icon

H.Runners.DLinkRunner

Allows you to control DLink router.

20.6K
downloads
H.Runners.CSharpRunner package icon

H.Runners.CSharpRunner

Allows you dynamic execution of C# code.

19.7K
downloads
LangChain.Databases.Mongo package icon

LangChain.Databases.Mongo

Mongo chat message history for LangChain.

19.7K
downloads
H.Containers package icon

H.Containers

Package Description

18.7K
downloads
LangChain.Providers.Groq package icon

LangChain.Providers.Groq

Groq model provider.

18.3K
downloads
H.Recorders.NAudioRecorder package icon

H.Recorders.NAudioRecorder

Recorder and Player based on NAudio library.

18.3K
downloads
H.Services.DynamicModuleService package icon

H.Services.DynamicModuleService

Package Description

18.2K
downloads
H.Utilities.ProxyFactory package icon

H.Utilities.ProxyFactory

Features: - Create proxy objects that look exactly like the original objects

18.0K
downloads
LangChain.Providers.Reka package icon

LangChain.Providers.Reka

Reka model provider.

17.8K
downloads
H.Services.RecognitionService package icon

H.Services.RecognitionService

Package Description

17.6K
downloads
LangChain.Sources.Word package icon

LangChain.Sources.Word

LangChain Word documents source.

17.5K
downloads
H.Services.RunnerService package icon

H.Services.RunnerService

Package Description

17.0K
downloads
tryAGI.Anthropic package icon

tryAGI.Anthropic

Generated C# SDK based on official Anthropic OpenAPI specification.

16.9K
downloads
H.OxyPlot.Uno package icon

H.OxyPlot.Uno

OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.

16.4K
downloads
H.Wfp package icon

H.Wfp

C# wrapper library for Windows Filtering Platform

16.3K
downloads
H.Runners.SelectRunner package icon

H.Runners.SelectRunner

Allows you to select a portion of the screen.

16.2K
downloads
H.IpHlpApi package icon

H.IpHlpApi

C# wrapper library for IpHlpApi

16.1K
downloads
H.OpenVpn package icon

H.OpenVpn

C# wrapper library for OpenVPN

16.1K
downloads
H.ReactiveUI.CommonInteractions.Avalonia package icon

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

16.0K
downloads
VCRuntime.140 package icon

VCRuntime.140

Visual C++ 2015 Redistributable packed into a NuGet package. Contains vcruntime140.dll and msvcp140.dll.

15.7K
downloads
Mvvm.Navigation.Core package icon

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

15.6K
downloads
ConventionalCommitsGitInfo package icon

ConventionalCommitsGitInfo

MSBuild props for automatic version inference based on commits in the Conventional Commits spec

15.6K
downloads
H.Services.IpcService package icon

H.Services.IpcService

Package Description

15.5K
downloads
H.Runners.ClipboardRunner package icon

H.Runners.ClipboardRunner

Allows you thread-safe clipboard access.

15.4K
downloads
H.OxyPlot.Uwp package icon

H.OxyPlot.Uwp

OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.

15.3K
downloads
H.Recorders.WinmmRecorder package icon

H.Recorders.WinmmRecorder

Recorder based on winmm.dll.

15.2K
downloads
LangChain.Providers.DeepInfra.CodeGenerator package icon

LangChain.Providers.DeepInfra.CodeGenerator

Package Description

15.2K
downloads
tryAGI.Replicate package icon

tryAGI.Replicate

Generated C# SDK based on Replicate OpenAPI specification.

14.8K
downloads
H.Containers.Process.Core package icon

H.Containers.Process.Core

Package Description

14.7K
downloads
H.Runners.ScreenshotRunner package icon

H.Runners.ScreenshotRunner

Allows you to screenshot a screen or a portion of the screen.

14.6K
downloads
H.Services package icon

H.Services

All-in-One Package

14.4K
downloads
H.Firewall package icon

H.Firewall

C# high-level firewall library

14.3K
downloads
H.Runners.CommonRunners package icon

H.Runners.CommonRunners

Contains common runners: - InternetRunner - UserRunner - ProcessRunner - AliasRunner - SequenceRunner

14.1K
downloads
H.DynamicColumns.Core package icon

H.DynamicColumns.Core

Adds support for dynamic columns to DataGrid

13.6K
downloads
SkipLocalsInit package icon

SkipLocalsInit

Enables SkipLocalsInit by simply specifying the dev NuGet package.

12.7K
downloads
H.Build.CustomTasks package icon

H.Build.CustomTasks

Constains custom MSBuild tasks: ReplaceAll(Paths, Start, End, Value = string.Empty, IncludeStartEnd = true)

12.6K
downloads
ScraperApi package icon

ScraperApi

This is the official C# SDK for the ScraperApi.

12.5K
downloads
H.Runners.SoundRunner package icon

H.Runners.SoundRunner

Plays sounds when called. Current sounds: event.wav start-recording.wav

12.4K
downloads
LangChain.Providers.Fireworks package icon

LangChain.Providers.Fireworks

Fireworks Chat model provider.

12.3K
downloads
H.XamlExtensions.Uno package icon

H.XamlExtensions.Uno

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

11.7K
downloads
Mvvm.CommonInteractions.Core package icon

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

11.5K
downloads
AI21 package icon

AI21

Generated C# SDK based on AI21 OpenAPI specification.

11.4K
downloads
LangChain.Providers.TogetherAi.CodeGenerator package icon

LangChain.Providers.TogetherAi.CodeGenerator

Package Description

11.3K
downloads
H.Vpn package icon

H.Vpn

C# high-level VPN library

11.2K
downloads
H.XamlExtensions.Wpf package icon

H.XamlExtensions.Wpf

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

11.1K
downloads
H.Utilities.PipeProxyFactory package icon

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

10.7K
downloads
Mvvm.Navigation.Maui package icon

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

10.6K
downloads
H.XamlExtensions.Uwp package icon

H.XamlExtensions.Uwp

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

10.6K
downloads
LangChain.Providers.Together package icon

LangChain.Providers.Together

Together.ai Chat model provider.

10.5K
downloads
H.XamlExtensions.Uno.WinUI package icon

H.XamlExtensions.Uno.WinUI

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

10.5K
downloads
Together package icon

Together

Generated C# SDK based on Together OpenAPI specification.

10.3K
downloads
H.GeneratedIcons.SkiaSharp package icon

H.GeneratedIcons.SkiaSharp

This package allows to generate icons.

10.2K
downloads
FlaUI.Fluent package icon

FlaUI.Fluent

Fluent interface for Find methods of FlaUI AutomationElement's

10.0K
downloads
H.IO package icon

H.IO

Classes: - TempDirectory Utilities: - ResourcesUtilities

9.9K
downloads
LangChain.Databases.SemanticKernel package icon

LangChain.Databases.SemanticKernel

Package Description

9.8K
downloads
H.Runners.OcrRunner package icon

H.Runners.OcrRunner

Allows you to convert an image to a text.

9.6K
downloads
H.Runners.KeyboardRunner package icon

H.Runners.KeyboardRunner

Allows you to send keyboard events to system.

9.6K
downloads
H.Runners.InteropRunner package icon

H.Runners.InteropRunner

Allows you to use some user32 WinAPI methods.

9.4K
downloads
H.Notifiers.TimerNotifier package icon

H.Notifiers.TimerNotifier

Package Description

9.4K
downloads
H.DynamicColumns.Wpf package icon

H.DynamicColumns.Wpf

Adds support for dynamic columns to DataGrid

9.3K
downloads
H.Modules package icon

H.Modules

Package Description

9.3K
downloads
H.DynamicColumns.Uno package icon

H.DynamicColumns.Uno

Adds support for dynamic columns to DataGrid

9.0K
downloads
H.Ipc.Core package icon

H.Ipc.Core

Core library for Inter-Process Communication.

9.0K
downloads
H.ReactiveUI.CommonInteractions.ProjectReunion package icon

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

9.0K
downloads
H.DynamicColumns.Uwp package icon

H.DynamicColumns.Uwp

Adds support for dynamic columns to DataGrid

8.7K
downloads
H.Ipc.Generator package icon

H.Ipc.Generator

C# Source Generator for Inter-Process Communication.

8.6K
downloads
H.Formatters.Wire package icon

H.Formatters.Wire

This package adds WireFormatter(based on Wire nuget package)

8.5K
downloads
H.OxyPlot.Uno.WinUI package icon

H.OxyPlot.Uno.WinUI

OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.

8.4K
downloads
H.VpnService package icon

H.VpnService

C# high-level VPN library with implemented IPC

8.3K
downloads
FontAwesome.Sharp.StrongName package icon

FontAwesome.Sharp.StrongName

A library for embbeding Font Awesome icons in WPF & Windows Forms applications

8.3K
downloads
H.Utilities.Screenshoter package icon

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.

8.1K
downloads
LangChain.Providers.Pollinations package icon

LangChain.Providers.Pollinations

Package Description

8.0K
downloads
H.Synthesizers.WebSynthesizers package icon

H.Synthesizers.WebSynthesizers

Contains YandexSynthesizer with Cache support.

7.8K
downloads
Mvvm.Navigation.Uno.WinUI package icon

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

7.6K
downloads
LangChain.Databases.Milvus package icon

LangChain.Databases.Milvus

Package Description

7.6K
downloads
Mvvm.Navigation.WinUI package icon

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

7.5K
downloads
H.Uno.Sdk.Msi.arm64 package icon

H.Uno.Sdk.Msi.arm64

Uno .NET workload installer. Please do not reference directly.

7.5K
downloads
H.Uno.Sdk.Msi.x64 package icon

H.Uno.Sdk.Msi.x64

Uno .NET workload installer. Please do not reference directly.

7.4K
downloads
H.Notifiers.RssNotifier package icon

H.Notifiers.RssNotifier

Package Description

7.4K
downloads
H.Core.TestHelpers package icon

H.Core.TestHelpers

Contains debug extensions.

7.3K
downloads
H.Uno.Sdk.Msi.x86 package icon

H.Uno.Sdk.Msi.x86

Uno .NET workload installer. Please do not reference directly.

7.3K
downloads
LangChain.Providers.Leonardo package icon

LangChain.Providers.Leonardo

Leonardo Ai API model provider.

7.2K
downloads
Skia.Templates package icon

Skia.Templates

Templates for Skia platforms.

6.8K
downloads
WebAssembly.Templates package icon

WebAssembly.Templates

Templates for WebAssembly platforms.

6.7K
downloads
Mvvm.Navigation.Avalonia package icon

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

6.7K
downloads
Kiota package icon

Kiota

Kiota as Source Generator

6.6K
downloads
Mvvm.Navigation.Uwp package icon

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

6.6K
downloads
Mvvm.CommonInteractions.Uwp package icon

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

6.5K
downloads
Mvvm.Navigation.Wpf package icon

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

6.5K
downloads
H.Recognizers.WitAiRecognizer package icon

H.Recognizers.WitAiRecognizer

Translates speech to text based on services from wit.ai.

6.5K
downloads
MoexIIS package icon

MoexIIS

Moex IIS C# client library based on OpenAPI spec

6.4K
downloads
Mvvm.Navigation.Uno package icon

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

6.3K
downloads
Mvvm.CommonInteractions.Avalonia package icon

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

6.2K
downloads
LangChain.Databases.Elasticsearch package icon

LangChain.Databases.Elasticsearch

Elasticsearch support for LangChain.

6.0K
downloads
H.ReactiveUI.CommonInteractions.WindowsAppSDK package icon

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

6.0K
downloads
WixSharp.DotNetBootstrapper.Web package icon

WixSharp.DotNetBootstrapper.Web

Allows you to create a bootstrapper for an msi file in one line, simply by specifying the required .Net version

5.9K
downloads
H.Notifiers.TcpPingNotifier package icon

H.Notifiers.TcpPingNotifier

Package Description

5.9K
downloads
H.Ipc package icon

H.Ipc

Core library for Inter-Process Communication.

5.9K
downloads
H.XamlExtensions.WinUI package icon

H.XamlExtensions.WinUI

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

5.7K
downloads
H.MaterialSkin package icon

H.MaterialSkin

Google's Material Design on your windows forms.

5.6K
downloads
H.XamlExtensions.ProjectReunion package icon

H.XamlExtensions.ProjectReunion

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

5.5K
downloads
H.Searchers.WebSearchers package icon

H.Searchers.WebSearchers

A simple library that provides Yandex and Google search.

5.4K
downloads
H.XamlExtensions.WindowsAppSDK package icon

H.XamlExtensions.WindowsAppSDK

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

5.4K
downloads
LangChain.Providers.Together.CodeGenerator package icon

LangChain.Providers.Together.CodeGenerator

Package Description

5.4K
downloads
Linux.Templates package icon

Linux.Templates

Templates for Linux platforms.

5.3K
downloads
Gtk.Templates package icon

Gtk.Templates

Templates for Gtk platforms.

5.3K
downloads
WixSharp.DotNetBootstrapper package icon

WixSharp.DotNetBootstrapper

Allows you to create a bootstrapper for an msi file in one line, simply by specifying the required .Net version

5.0K
downloads
H.DynamicColumns.WinUI package icon

H.DynamicColumns.WinUI

Adds support for dynamic columns to DataGrid

5.0K
downloads
H.Recognizers.YandexRecognizer package icon

H.Recognizers.YandexRecognizer

Translates speech to text based on services from Yandex Cloud.

4.8K
downloads
H.XamlStyler package icon

H.XamlStyler

XamlStyler core library to use in code behind

4.8K
downloads
H.XamlExtensions.Avalonia package icon

H.XamlExtensions.Avalonia

Shortest way to create rows/columns for Grid for WPF/UWP/Uno platforms

4.6K
downloads
JCS.ToggleSwitch package icon

JCS.ToggleSwitch

Unofficial package containing ToggleSwitch.dll.

4.5K
downloads
H.Services.Apps.Core package icon

H.Services.Apps.Core

Contains ViewModels and MVVM code for Apps.

4.5K
downloads
H.Recognizers.SystemSpeechRecognizer package icon

H.Recognizers.SystemSpeechRecognizer

Package Description

4.4K
downloads
Mvvm.CommonInteractions.Uno.WinUI package icon

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

4.3K
downloads
Mvvm.CommonInteractions.Wpf package icon

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

4.2K
downloads
H.Screenshoter package icon

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.

4.1K
downloads
Mvvm.CommonInteractions.WinUI package icon

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

3.9K
downloads
H.Runners.SpotifyRunner package icon

H.Runners.SpotifyRunner

Allows you to pause/play songs from Spotify.

3.7K
downloads
Mvvm.CommonInteractions.Uno package icon

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

3.7K
downloads
H.ProxyFactory.Remote.Messages package icon

H.ProxyFactory.Remote.Messages

Contains base IPC messages

3.2K
downloads
tryAGI.Pinecone package icon

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.

3.0K
downloads
H.ProxyFactory.Remote package icon

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

2.8K
downloads
H.Containers.CurrentDomain package icon

H.Containers.CurrentDomain

Package Description

2.7K
downloads
H.Containers.AssemblyLoadContext package icon

H.Containers.AssemblyLoadContext

Package Description

2.6K
downloads
H.Uno.Maui.Graphics package icon

H.Uno.Maui.Graphics

Package Description

2.6K
downloads
Skia.Sdk.Manifest package icon

Skia.Sdk.Manifest

Skia .NET workload manifest. Please do not reference directly.

2.6K
downloads
H.IpInfo package icon

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)

2.5K
downloads
DotnetCliWrapper.Parsers.Build package icon

DotnetCliWrapper.Parsers.Build

Allows you to parse dotnet build cli output.

2.4K
downloads
DotnetCliWrapper.Parsers.Test package icon

DotnetCliWrapper.Parsers.Test

Allows you to parse dotnet test cli output.

2.3K
downloads
DotnetCliWrapper package icon

DotnetCliWrapper

Allows you to simply run dotnet cli from C# and get parsed results.

2.3K
downloads
H.Tests package icon

H.Tests

Contains tests utilities: Classes: - TempDirectory Utilities: - ResourcesUtilities Extensions: - LoggingExtensions - object.WithEventLogging()

2.3K
downloads
OpenAI.Functions package icon

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

2.2K
downloads
WebAssembly.Sdk.Manifest package icon

WebAssembly.Sdk.Manifest

WebAssembly .NET workload manifest. Please do not reference directly.

2.2K
downloads
H.Uno package icon

H.Uno

Uno meta package which uses Uno.Sdk to be one dependency for all platforms.

2.2K
downloads
Skia.Sdk package icon

Skia.Sdk

The MSBuild targets for buliding Skia .NET projects

2.2K
downloads
H.OxyPlot.Wpf package icon

H.OxyPlot.Wpf

OxyPlot is a plotting library for .NET. This is package contains the UWP/WinUI/Uno implementation.

2.0K
downloads
H.Tests.WPF package icon

H.Tests.WPF

Contains tests helpers: Classes: - TestWpfApp

1.9K
downloads
H.Containers.AppDomain package icon

H.Containers.AppDomain

Package Description

1.9K
downloads
H.Uno.Uwp package icon

H.Uno.Uwp

Uno meta package which uses Uno.Sdk to be one dependency for all platforms.

1.9K
downloads
H.Yandex.Cloud.SDK package icon

H.Yandex.Cloud.SDK

Package Description

1.8K
downloads
WebAssembly.Sdk package icon

WebAssembly.Sdk

The MSBuild targets for buliding WebAssembly .NET projects

1.8K
downloads
H.DynamicColumns.Uno.WinUI package icon

H.DynamicColumns.Uno.WinUI

Adds support for dynamic columns to DataGrid

1.8K
downloads
H.Syncfusion.SfChart.Uno.WinUI package icon

H.Syncfusion.SfChart.Uno.WinUI

Syncfusion Chart control for Uno

1.8K
downloads
Poe package icon

Poe

A reverse engineered C# API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.

1.8K
downloads
H.Dependencies.DepsJson package icon

H.Dependencies.DepsJson

Searches full paths of dependencies from .deps.json files.

1.7K
downloads
H.Uno.Maui.Essentials package icon

H.Uno.Maui.Essentials

Package Description

1.6K
downloads
H.Syncfusion.SfChart.Uno package icon

H.Syncfusion.SfChart.Uno

Syncfusion Chart control for Uno

1.5K
downloads
H.ReactiveUI.Uno.WinUI package icon

H.ReactiveUI.Uno.WinUI

Contains the ReactiveUI platform specific extensions for Uno WinUI

1.5K
downloads
OpenAIGenerator package icon

OpenAIGenerator

Source generator, which allows you to add prompts from which code will be generated in deterministic mode.

1.4K
downloads
H.Utilities.SpecialFolder package icon

H.Utilities.SpecialFolder

Package Description

1.3K
downloads
H.Uno.Maui.Controls.Core package icon

H.Uno.Maui.Controls.Core

Controls Core MAUI package for Uno platforms

1.2K
downloads
H.Uno.Maui.Core package icon

H.Uno.Maui.Core

Core MAUI package for Uno platforms

1.2K
downloads
MaterialSkin.StrongName package icon

MaterialSkin.StrongName

Theming WinForms (C# or VB.Net) to Google's Material Design Principles.

1.2K
downloads
H.Utilities.Startup package icon

H.Utilities.Startup

Package Description

1.2K
downloads
H.Utilities.CommandsStorage package icon

H.Utilities.CommandsStorage

Package Description

1.1K
downloads
Unofficial.PLUSManaged package icon

Unofficial.PLUSManaged

Unofficial package containing PLUSManaged.dll.

1.1K
downloads
Midjourney package icon

Midjourney

Generated C# SDK based on Midjourney OpenAPI specification.

1.0K
downloads
Gtk.Sdk package icon

Gtk.Sdk

The MSBuild targets for buliding Gtk .NET projects

919
downloads
Skia.Ref package icon

Skia.Ref

Skia .NET reference assemblies. Please do not reference directly. - Skia Version : 2.88.6

905
downloads
LangChain.Providers.Bedrock package icon

LangChain.Providers.Bedrock

AWS Bedrock model provider.

875
downloads
Linux.Sdk.Manifest package icon

Linux.Sdk.Manifest

Linux .NET workload manifest. Please do not reference directly.

853
downloads
Gtk.Sdk.Manifest package icon

Gtk.Sdk.Manifest

Gtk .NET workload manifest. Please do not reference directly.

851
downloads
Linux.Sdk package icon

Linux.Sdk

The MSBuild targets for buliding Linux .NET projects

836
downloads
WebAssembly.Ref package icon

WebAssembly.Ref

WebAssembly .NET reference assemblies. Please do not reference directly. - WebAssembly Version : 1.0

825
downloads
H.Uno.Maui.Controls.Xaml package icon

H.Uno.Maui.Controls.Xaml

Controls Xaml MAUI package for Uno platforms

794
downloads
Mvvm.CommonInteractions.Maui package icon

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

784
downloads
H.Deskband package icon

H.Deskband

Package Description

718
downloads
H.Services.ModuleService package icon

H.Services.ModuleService

Package Description

702
downloads
H.Deskband.Core package icon

H.Deskband.Core

Package Description

696
downloads
Skia.NETCore.App.Runtime.skia package icon

Skia.NETCore.App.Runtime.skia

Internal implementation package not meant for direct consumption. Please do not reference directly.

687
downloads
WebAssembly.NETCore.App.Runtime.webassembly package icon

WebAssembly.NETCore.App.Runtime.webassembly

Internal implementation package not meant for direct consumption. Please do not reference directly.

654
downloads
H.Interop package icon

H.Interop

Package Description

652
downloads
H.Logic package icon

H.Logic

Package Description

606
downloads
PaLM package icon

PaLM

Client for PaLM API based on official beta client

509
downloads
LangChain.Providers.MicrosoftExtensionsAI package icon

LangChain.Providers.MicrosoftExtensionsAI

Microsoft.Extensions.AI LLM and Chat model provider.

490
downloads
H.Uno.Maui.Graphics.Text.Markdig package icon

H.Uno.Maui.Graphics.Text.Markdig

Package Description

437
downloads
EasyUno package icon

EasyUno

Easy configuration for Uno projects in 2 lines of code.

424
downloads
LangChain.Providers.Maui package icon

LangChain.Providers.Maui

Package Description

393
downloads
H.Utilities.TaskWorker package icon

H.Utilities.TaskWorker

A class designed to run code using Task with TaskCreationOptions.LongRunning and supporting automatic cancellation after DisposeAsync

382
downloads
tryAGI.Replicate.Models package icon

tryAGI.Replicate.Models

Generated C# SDK based on Replicate OpenAPI specification.

381
downloads
H.Uno.Maui.Graphics.Skia package icon

H.Uno.Maui.Graphics.Skia

Package Description

354
downloads
WebAssembly.Build.Tasks package icon

WebAssembly.Build.Tasks

Package Description

253
downloads
Skia.Build.Tasks package icon

Skia.Build.Tasks

Package Description

242
downloads
H.OpenApi package icon

H.OpenApi

.NET models with JSON and YAML writers for OpenAPI specification

158
downloads
H.OpenApi.Readers package icon

H.OpenApi.Readers

OpenAPI.NET Readers for JSON and YAML documents

133
downloads