JaTa.Platform.Observability by: JaTa
  • 227 total downloads
  • Latest version: 1.5.1-healthchecks
Observability building block: correlation-id middleware, Serilog logging extensions, OpenTelemetry tracing, health-check response writer, and health service abstractions.
JaTa.Platform.Observability.ApiUsage by: JaTa
  • 64 total downloads
  • Latest version: 1.5.1-healthchecks
API usage tracking middleware: per-request endpoint, status, latency and client identifier captured into a pluggable IApiUsageStore.
JaTa.Platform.Quotas.External by: JaTa
  • 72 total downloads
  • Latest version: 1.5.1-healthchecks
Daily/monthly external API quota tracker backed by IDistributedCache, with optional probe-based reconciliation.
JaTa.Platform.RateLimiting.ApiKey by: JaTa
  • 94 total downloads
  • Latest version: 1.5.1-healthchecks
Hourly + daily API key rate limiting backed by IDistributedCache, with RFC X-RateLimit-* response headers and RFC 7807 ProblemDetails 429 middleware.
JaTa.Platform.Realtime.ProgressChannel by: JaTa
  • 56 total downloads
  • Latest version: 1.5.1-healthchecks
Generic real-time progress channel: publish/subscribe + bounded history, with a Redis pub/sub + LIST implementation. SSE / SignalR ready.
JaTa.Platform.Resilience.Scraping by: JaTa
  • 55 total downloads
  • Latest version: 1.5.1-healthchecks
Per-key consecutive-failure circuit breaker for scraping / multi-source clients. Sourced from MAS OddsScrapingStatusTracker (Phase 8.3).
JaTa.Platform.Scheduling by: JaTa
  • 153 total downloads
  • Latest version: 1.5.1-healthchecks
Hangfire-based job scheduling building block: IJobScheduler, IRecurringJobRegistrar, and DI registration extensions.
JaTa.Platform.Security by: JaTa
  • 186 total downloads
  • Latest version: 1.5.1-healthchecks
Security building block: AES-256-CBC encryption/decryption service, EncryptionSettings, and DI wiring extensions.
JaTa.Platform.SocialPublishing by: JaTa
  • 99 total downloads
  • Latest version: 1.5.1-healthchecks
Multi-channel social publishing facade (Telegram, Twitter, Facebook) with Polly retry and generic SocialContent payload.
JaTa.Platform.Text.Matching by: JaTa
  • 141 total downloads
  • Latest version: 1.5.1-healthchecks
String similarity primitives: Jaro-Winkler, Levenshtein, token-based with pluggable stopwords, and a weighted composite strategy.
JaTa.Platform.Web by: JaTa
  • 236 total downloads
  • Latest version: 1.5.1-healthchecks
ASP.NET Core web building block — global exception middleware, module installer contract, and application builder extensions.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 58 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
Libuv by: Libuv
  • 24 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
log4net by: The Apache Software Foundation
  • 80 total downloads
  • Latest version: 3.4.1-preview.1
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
MailKit by: Jeffrey Stedfast
  • 297 total downloads
  • Latest version: 4.1.0
  • smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net6.0 netstandard netstandard2.0 netstandard2.1
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices. Features include: * HTTP, Socks4, Socks4a and Socks5 proxy support. * SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2. * A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8. * A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG. * A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1. * Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported). * Asynchronous versions of all methods that hit the network. * S/MIME, OpenPGP, DKIM and ARC support via MimeKit. * Microsoft TNEF support via MimeKit.
ManagedEsent by: Microsoft
  • 85 total downloads
  • Latest version: 2.0.0
  • ManagedEsent NoSql ISAM Database Storage DatabaseEngine
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
Microsoft.AspNetCore.Antiforgery by: Microsoft
  • 141 total downloads
  • Latest version: 2.3.12
  • aspnetcore antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication by: Microsoft
  • 141 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 85 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 85 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.