StyleCop.Analyzers.Unstable by: Sam Harwell et. al.
  • 222 total downloads
  • Latest version: 1.2.0.556
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Supabase by: Joseph Schultz <joseph@acupofjose.com>
  • 86 total downloads
  • Latest version: 1.1.1
  • supabase
A C# implementation of the Supabase client
summernote.editor by: Summernote
  • 5 total downloads
  • Latest version: 0.8.10
  • summernote wysiwyg-editor javascript wysiwyg
Summernote is a JavaScript library that helps you create WYSIWYG editors online. Home page: https://summernote.org Summernote is available under the MIT license.
Supabase.Core by: Joseph Schultz <joseph@acupofjose.com>
  • 26 total downloads
  • Latest version: 1.0.0
  • supabase core
Shared core for Supabase.*
Supabase.Gotrue by: Joseph Schultz <joseph@acupofjose.com>
  • 111 total downloads
  • Latest version: 6.0.3
  • supabase gotrue
A C# client for gotrue
Supabase.Functions by: Joseph Schultz <joseph@acupofjose.com>
  • 29 total downloads
  • Latest version: 2.1.0
  • supabase functions
A C# client for Supabase Functions
Supabase.Postgrest by: Joseph Schultz <joseph@acupofjose.com>
  • 48 total downloads
  • Latest version: 4.1.0
  • supabase postgrest
Postgrest-csharp is written primarily as a helper library for supabase/supabase-csharp, however, it should be easy enough to use outside of the supabase ecosystem. The bulk of this library is a translation and c-sharp-ification of the supabase/postgrest-js library.
Supabase.Storage by: Joseph Schultz <joseph@acupofjose.com>
  • 37 total downloads
  • Latest version: 2.0.2
  • supabase storage
A C# implementation of the Supabase Storage client
supabase-csharp by: Joseph Schultz <joseph@acupofjose.com>
  • 496 total downloads
  • Latest version: 0.16.2
  • supabase
A C# implementation of the Supabase client
Supabase.Realtime by: Joseph Schultz <joseph@acupofjose.com>
  • 53 total downloads
  • Latest version: 7.2.0
  • supabase realtime phoenix
Realtime-csharp is written as a client library for supabase/realtime.
supabase-core by: Joseph Schultz <joseph@acupofjose.com>
  • 22 total downloads
  • Latest version: 0.0.3
  • supabase core
Shared core for supabase-csharp
supabase-storage-csharp by: Joseph Schultz <joseph@acupofjose.com>
  • 152 total downloads
  • Latest version: 1.4.0
  • supabase storage
A C# implementation of the Supabase Storage client
SuperSocket.Channel by: Kerry Jiang and other contributors
  • 45 total downloads
  • Latest version: 2.0.0-beta.18
SuperSocket library to abstract underlying communications as channel with pipeline.
SuperSocket.ClientEngine.Core by: Kerry Jiang
  • 161 total downloads
  • Latest version: 0.10.0
  • SuperSocket Socket Client
It's a .NET socket tool which can simplify the socket client developing. This difference between this package and SuperSocket.ClientEngine is it doesn't include the protocol resolving library.
SuperSocket.Connection by: Kerry Jiang and other contributors
  • 60 total downloads
  • Latest version: 2.0.2
SuperSocket connection abstraction library that provides high-performance networking through System.IO.Pipelines, ensuring efficient data transfer with minimal allocations and buffer management.
SuperSocket.ProtoBase by: Kerry Jiang and other contributors
  • 202 total downloads
  • Latest version: 2.0.2
SuperSocket protocol decoding library providing the foundation for protocol implementation with pipeline processing, binary parsing, and customizable protocol filters.
SuperSocket by: Kerry Jiang
  • 222 total downloads
  • Latest version: 2.0.2
  • SuperSocket Socket Server .Net Server Framework
SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works.
SuperSocket.Client by: Kerry Jiang and other contributors
  • 102 total downloads
  • Latest version: 2.0.2
SuperSocket client library implementing high-performance socket client functionality with protocol extensibility, pipeline processing, and comprehensive connection management.
SuperSocket.Command by: Kerry Jiang and other contributors
  • 111 total downloads
  • Latest version: 2.0.2
SuperSocket command pattern library providing a structured request processing framework with command discovery, dependency injection support, and flexible command dispatching based on message keys.
SuperSocket.Primitives by: Kerry Jiang and other contributors
  • 108 total downloads
  • Latest version: 2.0.2
SuperSocket core primitive interfaces and classes that define the fundamental abstractions for network communication, session management, and message handling.