Core.Design.Tokens
by: Enaptive
- 92 total downloads
- Latest version: 0.3.77
Shared design token contract and platform adapters (Avalonia/CSS) for Core apps.
Core.FieldOps
by: Enaptive
- 221 total downloads
- Latest version: 0.3.77
Product-neutral field-operations primitives (operators, dispatch/work-orders, field assets, field tickets) shared by field-service product areas. No industry vocabulary; areas overlay their own terms. See ADR-0030.
Core.Identity
by: Enaptive
- 227 total downloads
- Latest version: 0.3.77
Unified identity model: User, UserIdentityProvider. Product-agnostic, tenant-aware.
Core.Integrations
by: Enaptive
- 247 total downloads
- Latest version: 0.3.77
Shared integration connectors: Stripe, QuickBooks, Xero, Twilio, SendGrid, Webhook (stubs with auth, retry, logging).
Core.Integrations.Twilio
by: Enaptive
- 190 total downloads
- Latest version: 0.3.77
Opt-in Twilio SDK-backed ITwilioConnector for Core SMS. Isolated so base Core.Integrations stays dependency-light (ADR-0033).
Core.Logging
by: Enaptive
- 725 total downloads
- Latest version: 0.3.77
Enterprise logging: Serilog enrichers, safe logging, correlation ID, tenant ID, and bootstrap for .NET applications.
Core.Maui
by: Enaptive
- 206 total downloads
- Latest version: 0.3.82
Product-neutral MAUI infrastructure, shell adapters, spatial/density projection, device services, diagnostics, and authentication foundations.
Core.Messaging
by: Enaptive
- 119 total downloads
- Latest version: 0.3.77
Core messaging primitives: CoreMessage model, send pipeline via outbox (no direct provider calls).
Core.Metrics
by: Enaptive
- 580 total downloads
- Latest version: 0.3.77
Shared System.Diagnostics.Metrics instruments for Core observability (rate limit, abuse, jobs, cache, db, feature flags).
Core.Outbox
by: Enaptive
- 196 total downloads
- Latest version: 0.3.77
Shared outbox for external deliveries (email, SMS, webhook); workers dispatch via Core.Integrations.
Core.Persistence
by: Enaptive
- 633 total downloads
- Latest version: 0.3.80
Shared database: EF Core DbContext, entities, PostgreSQL, and migrations for multi-tenant Core and product APIs.
Core.Portal.Chrome
by: Enaptive
- 606 total downloads
- Latest version: 0.3.103
Authenticated operator/workforce browser chrome over Core.Shell, with public-auth compatibility primitives for operator portals.
Core.Portal.SignIn
by: Enaptive
- 446 total downloads
- Latest version: 0.3.79
Shared broker-backed portal sign-in, durable session, and signed-out auth presentation primitives.
Core.Presentation
by: Enaptive
- 536 total downloads
- Latest version: 0.3.79
Cross-platform presentation system: tokens, themes, icons, and reusable UI components for Core-aligned apps.
Core.Primitives
by: Enaptive
- 914 total downloads
- Latest version: 0.3.77
Shared primitive value types used across Core and product lines.
Core.RateLimiting
by: Enaptive
- 488 total downloads
- Latest version: 0.3.77
Rate limiting (rules, overrides, token bucket), quotas, abuse events, temporary and permanent blocks.
Core.Secrets
by: Enaptive
- 341 total downloads
- Latest version: 0.3.77
Centralized secrets: encrypted at rest, never logged; resolution hierarchy aligned with Core.Configuration.