Shiny.Core.Blazor 5.0.0-beta-0140

Prefix Reserved
This is a prerelease version of Shiny.Core.Blazor.
dotnet add package Shiny.Core.Blazor --version 5.0.0-beta-0140
                    
NuGet\Install-Package Shiny.Core.Blazor -Version 5.0.0-beta-0140
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Shiny.Core.Blazor" Version="5.0.0-beta-0140" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shiny.Core.Blazor" Version="5.0.0-beta-0140" />
                    
Directory.Packages.props
<PackageReference Include="Shiny.Core.Blazor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shiny.Core.Blazor --version 5.0.0-beta-0140
                    
#r "nuget: Shiny.Core.Blazor, 5.0.0-beta-0140"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Shiny.Core.Blazor@5.0.0-beta-0140
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Shiny.Core.Blazor&version=5.0.0-beta-0140&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Shiny.Core.Blazor&version=5.0.0-beta-0140&prerelease
                    
Install as a Cake Tool

Shiny Client for .NET

<img src="https://github.com/shinyorg/shiny/raw/master/art/logo.png" width="100" />

Shiny is a cross-platform framework designed to make working with device services and background processes easy, testable, and consistent while bringing things like dependency injection & logging in a structured way to your code!

Features

  • Handles all of the cruft like Permissions, main thread traversal, persistent storage and app restarts
  • Brings your infrastructure to the background
  • Provides logging to ensure you know when your services fail in the background
  • Gives a clean & testable API surface for your code
  • Native AOT & trim-friendly across all modules
  • Cross-platform: iOS, Android, Mac Catalyst, macOS, Windows, Linux, and Blazor WebAssembly (where the platform allows)

Modules

  • Background Jobs - periodic background work backed by BGTaskScheduler (iOS), WorkManager (Android), COM-activated background tasks (Windows), and an in-process managed runner for Linux/macOS/Blazor WASM
  • HTTP Transfers - resumable background uploads/downloads on NSURLSession (iOS), an HttpClient-driven managed loop with Range-based resume (Android, Windows, Linux, macOS, .NET base), and Service Worker Background Sync (Blazor WASM). First-class Azure Blob Storage and AWS S3 (SigV4) request builders included
  • Data Sync - bidirectional JSON record sync over HTTP with the same platform tiers as HTTP Transfers: outbox + inbox on NSURLSession (iOS/Mac Catalyst), Foreground Service + HttpClient (Android), HttpClient + connectivity loop (Windows/Linux/macOS), and LocalStorage-backed HttpClient (Blazor WASM). Includes batched outbox, tombstones, conflict resolution, retry with exponential backoff, and AOT-safe serialization through Shiny.Json
  • BluetoothLE Client - scan, connect, GATT, and L2CAP CoC on iOS/macOS, Android, Windows, Linux (BlueZ), and Blazor WebAssembly (Web Bluetooth)
  • BluetoothLE Hosting - GATT server, advertising, iBeacon broadcasting, and L2CAP CoC listeners on iOS/macOS, Android, Windows, and Linux (BlueZ AF_BLUETOOTH sockets)
  • Locations - foreground/background GPS, geofence monitoring, and motion-activity recognition (CMMotionActivity / ActivityRecognition)
  • Local Notifications - scheduled, repeating, and geofence-triggered notifications on iOS/macOS, Android, Windows, and Linux (org.freedesktop.Notifications D-Bus)
  • Push Notifications - native APNs/FCM, Firebase Cloud Messaging, Azure Notification Hubs, and Blazor (Web Push)
  • Core - hosting, DI, key/value stores, object-store binding, lifecycle hooks, connectivity & battery monitoring, and the platform abstractions every Shiny module builds on
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Shiny.Core.Blazor:

Package Downloads
Shiny.Push.Blazor

Shiny Push Notifications for Blazor PWA via Web Push API

Shiny.Net.Http.Blazor

Shiny HTTP Transfers for Blazor PWA via Service Worker Background Sync API

Shiny.Data.Sync.Blazor

Shiny Data Sync for Blazor WASM via LocalStorage repository and connectivity-based draining

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.0-beta-0140 0 6/15/2026
5.0.0-beta-0138 0 6/15/2026
5.0.0-beta-0137 46 6/10/2026
5.0.0-beta-0136 57 6/9/2026
5.0.0-beta-0135 54 6/9/2026
5.0.0-beta-0134 55 6/9/2026
5.0.0-beta-0133 56 6/7/2026
5.0.0-beta-0132 56 6/6/2026
5.0.0-beta-0131 64 6/5/2026
5.0.0-beta-0130 56 6/5/2026
5.0.0-beta-0129 55 6/4/2026
5.0.0-beta-0128 57 6/3/2026
5.0.0-beta-0127 55 6/3/2026
5.0.0-beta-0126 57 6/2/2026
5.0.0-beta-0125 57 6/2/2026
5.0.0-beta-0124 56 6/2/2026
5.0.0-beta-0123 67 6/2/2026
5.0.0-beta-0122 55 6/2/2026
5.0.0-beta-0121 60 5/31/2026
5.0.0-beta-0120 56 5/30/2026
Loading failed