Core.Design.Tokens
by: Enaptive
- 24 total downloads
- Latest version: 0.3.77
Shared design token contract and platform adapters (Avalonia/CSS) for Core apps.
Core.FieldOps
by: Enaptive
- 68 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
- 36 total downloads
- Latest version: 0.3.77
Unified identity model: User, UserIdentityProvider. Product-agnostic, tenant-aware.
Core.Integrations
by: Enaptive
- 69 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
- 56 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
- 304 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
- 64 total downloads
- Latest version: 0.3.77
MAUI shared infrastructure: API key login config, device installation, push demo, and driver app config for mobile apps.
Core.Messaging
by: Enaptive
- 34 total downloads
- Latest version: 0.3.77
Core messaging primitives: CoreMessage model, send pipeline via outbox (no direct provider calls).
Core.Metrics
by: Enaptive
- 239 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
- 60 total downloads
- Latest version: 0.3.77
Shared outbox for external deliveries (email, SMS, webhook); workers dispatch via Core.Integrations.
Core.Persistence
by: Enaptive
- 243 total downloads
- Latest version: 0.3.77
Shared database: EF Core DbContext, entities, PostgreSQL, and migrations for multi-tenant Core and product APIs.
Core.Portal.Chrome
by: Enaptive
- 234 total downloads
- Latest version: 0.3.77
Portal-safe MVC/Razor chrome, auth shell, form alerts, and support surface primitives for product portals.
Core.Portal.SignIn
by: Enaptive
- 129 total downloads
- Latest version: 0.3.77
Shared broker-backed portal sign-in primitives for product MVC/Razor portals.
Core.Presentation
by: Enaptive
- 174 total downloads
- Latest version: 0.3.77
Cross-platform presentation system: tokens, themes, icons, and reusable UI components for Core-aligned apps.
Core.Primitives
by: Enaptive
- 405 total downloads
- Latest version: 0.3.77
Shared primitive value types used across Core and product lines.
Core.RateLimiting
by: Enaptive
- 214 total downloads
- Latest version: 0.3.77
Rate limiting (rules, overrides, token bucket), quotas, abuse events, temporary and permanent blocks.
Core.Secrets
by: Enaptive
- 149 total downloads
- Latest version: 0.3.77
Centralized secrets: encrypted at rest, never logged; resolution hierarchy aligned with Core.Configuration.