RocketWelder.SDK.Types 2.11.1
RocketWelder.SDK.Types
Value types and abstractions for the RocketWelder SDK ecosystem.
Purpose
This package contains lightweight, dependency-minimal types that are shared across:
RocketWelder.SDK- Full SDK with video streaming capabilitiesRocketWelder.SDK.Blazor- Blazor components for renderingModelingEvolution.RocketWelder.Contracts- Event/command contracts
Types
SessionStreamId
Strongly-typed identifier for streaming sessions.
// Create new
var id = SessionStreamId.New();
// From existing Guid
var id = SessionStreamId.From(existingGuid);
// Parse from string (format: ps-{guid})
var id = SessionStreamId.Parse("ps-a1b2c3d4-e5f6-7890-abcd-ef1234567890");
// Implicit conversion to Guid
Guid guid = id;
// Implicit conversion to string
string s = id; // "ps-a1b2c3d4-..."
VideoRecordingIdentifier
Strongly-typed identifier for video recordings.
// Create new
var id = VideoRecordingIdentifier.New();
// From existing Guid
var id = VideoRecordingIdentifier.From(existingGuid);
// Parse from string (format: rec-{guid})
var id = VideoRecordingIdentifier.Parse("rec-a1b2c3d4-e5f6-7890-abcd-ef1234567890");
Design Principles
- Minimal dependencies: Only
ModelingEvolution.JsonParsableConverterfor JSON serialization - No ASP.NET Core references: Safe for use in Blazor WASM projects
- IParsable
support : Works with model binding and JSON serialization - Immutable: All types are
readonly record struct
License
MIT
Showing the top 20 packages that depend on RocketWelder.SDK.Types.
| Packages | Downloads |
|---|---|
|
ModelingEvolution.AppEnvironment
Application environment abstraction providing hostname and environment information
|
293 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
60 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
31 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
26 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
21 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
16 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
12 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
11 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
10 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
9 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
7 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
6 |
|
RocketWelder.SDK
High-performance video streaming client library for RocketWelder services with zero-copy shared memory support
|
5 |
.NET 10.0
- ModelingEvolution.JsonParsableConverter (>= 1.0.1)
| Version | Downloads | Last updated |
|---|---|---|
| 2.11.1 | 32 | 06/26/2026 |
| 2.11.0 | 14 | 06/26/2026 |
| 2.10.0 | 0 | 06/26/2026 |
| 2.9.0 | 4 | 06/25/2026 |
| 2.8.0 | 19 | 06/17/2026 |
| 2.7.0 | 0 | 06/17/2026 |
| 2.6.0 | 1 | 06/14/2026 |
| 2.5.1-preview.50b62a1 | 0 | 06/14/2026 |
| 2.5.0 | 0 | 06/13/2026 |
| 2.4.1-preview.ec6980f | 0 | 06/13/2026 |
| 2.4.1-preview.e227f04 | 0 | 06/13/2026 |
| 2.4.1-preview.90457bc | 0 | 06/13/2026 |
| 2.4.0 | 1 | 06/11/2026 |
| 2.3.1-preview.f45a7f9 | 1 | 06/11/2026 |
| 2.3.1-preview.98f77cf | 1 | 06/11/2026 |
| 2.3.1-preview.81053ff | 1 | 06/11/2026 |
| 2.3.0 | 1 | 06/10/2026 |
| 2.2.0 | 1 | 06/06/2026 |
| 2.1.0 | 1 | 06/06/2026 |
| 2.0.0 | 83 | 06/14/2026 |
| 2.0.0-preview.1 | 1 | 06/14/2026 |
| 1.28.1-preview.a484d6f | 1 | 06/14/2026 |
| 1.28.1-preview.04704f9 | 1 | 06/14/2026 |
| 1.28.0 | 1 | 06/14/2026 |
| 1.27.1-preview.f58f8aa | 1 | 06/14/2026 |
| 1.27.1-preview.c9df22c | 1 | 06/14/2026 |
| 1.27.1-preview.c5081e5 | 1 | 06/14/2026 |
| 1.27.1-preview.84cb079 | 1 | 06/14/2026 |
| 1.27.1-preview.430a360 | 1 | 06/14/2026 |
| 1.27.1-preview.3accb69 | 1 | 06/14/2026 |
| 1.27.1-preview.0f0fb0b | 1 | 06/14/2026 |
| 1.27.1-preview.0853f66 | 1 | 06/14/2026 |
| 1.27.0 | 1 | 06/14/2026 |
| 1.26.1-preview.ac1fccc | 1 | 06/14/2026 |
| 1.26.0 | 1 | 06/14/2026 |
| 1.25.0 | 1 | 06/14/2026 |
| 1.24.0 | 2 | 05/31/2026 |
| 1.23.0 | 1 | 06/14/2026 |
| 1.22.1-preview.4fb1e4f | 1 | 06/14/2026 |
| 1.22.0 | 9 | 05/26/2026 |
| 1.21.1-preview.0d7f322 | 1 | 05/26/2026 |
| 1.21.0 | 1 | 05/25/2026 |
| 1.20.1-preview.743c168 | 1 | 05/25/2026 |
| 1.20.1-preview.5b55e82 | 1 | 05/25/2026 |
| 1.20.0 | 1 | 05/25/2026 |
| 1.19.0 | 11 | 05/24/2026 |
| 1.18.0 | 18 | 05/24/2026 |
| 1.17.0 | 1 | 05/24/2026 |
| 1.16.0 | 29 | 05/24/2026 |
| 1.15.1 | 1 | 05/24/2026 |
| 1.15.0 | 1 | 05/24/2026 |
| 1.14.0 | 11 | 05/23/2026 |
| 1.13.0 | 3 | 05/23/2026 |
| 1.12.2 | 4 | 05/23/2026 |
| 1.12.1 | 15 | 05/21/2026 |
| 1.12.0 | 4 | 05/21/2026 |
| 1.11.8 | 3 | 05/21/2026 |
| 1.11.7 | 2 | 05/21/2026 |
| 1.11.5 | 8 | 05/21/2026 |
| 1.11.3 | 9 | 05/21/2026 |
| 1.11.2 | 2 | 05/20/2026 |
| 1.11.1 | 77 | 05/12/2026 |
| 1.10.1-preview.db834ae | 3 | 04/15/2026 |
| 1.10.1-preview.d66a018 | 3 | 04/15/2026 |
| 1.10.1-preview.d0625cc | 3 | 04/15/2026 |
| 1.10.1-preview.695599e | 4 | 04/15/2026 |
| 1.10.1-preview.501e243 | 3 | 04/15/2026 |
| 1.10.1-preview.1f9b0ca | 4 | 04/15/2026 |
| 1.10.1-preview.1eeba3e | 3 | 04/15/2026 |
| 1.10.1-preview.00c6c6f | 3 | 04/15/2026 |
| 1.10.0 | 11 | 03/18/2026 |
| 1.9.1 | 8 | 03/16/2026 |
| 1.9.0 | 5 | 03/16/2026 |
| 1.8.0 | 4 | 04/25/2026 |
| 1.7.0 | 60 | 03/16/2026 |
| 1.6.0 | 5 | 04/25/2026 |
| 1.5.4 | 4 | 04/25/2026 |
| 1.5.3 | 4 | 04/25/2026 |
| 1.5.2 | 4 | 04/25/2026 |
| 1.5.1 | 4 | 04/25/2026 |
| 1.5.0 | 4 | 04/25/2026 |
| 1.4.4 | 4 | 04/25/2026 |
| 1.4.3 | 5 | 04/25/2026 |
| 1.4.2 | 4 | 04/25/2026 |
| 1.4.1 | 4 | 04/25/2026 |
| 1.4.0 | 4 | 04/25/2026 |
| 1.3.1 | 3 | 04/25/2026 |
| 1.3.0 | 4 | 04/25/2026 |
| 1.2.13 | 3 | 04/25/2026 |
| 1.2.12 | 3 | 04/25/2026 |
| 1.2.11 | 3 | 04/25/2026 |
| 1.2.10 | 60 | 03/16/2026 |
| 1.2.9 | 5 | 03/16/2026 |
| 1.2.8 | 4 | 03/16/2026 |
| 1.2.7 | 5 | 03/16/2026 |
| 1.2.6 | 5 | 03/16/2026 |
| 1.2.5 | 5 | 03/16/2026 |
| 1.2.4 | 5 | 03/16/2026 |
| 1.2.3 | 5 | 03/16/2026 |
| 1.2.2 | 5 | 03/16/2026 |
| 1.1.47 | 4 | 03/16/2026 |
| 1.1.46 | 4 | 03/16/2026 |
| 1.1.45 | 4 | 03/16/2026 |
| 1.1.44 | 4 | 03/16/2026 |
| 1.1.43 | 4 | 03/16/2026 |
| 1.1.42 | 2 | 05/23/2026 |
| 1.1.41 | 5 | 03/16/2026 |
| 1.1.40 | 7 | 03/16/2026 |