DbgCensus.Core
3.1.2
dotnet add package DbgCensus.Core --version 3.1.2
NuGet\Install-Package DbgCensus.Core -Version 3.1.2
<PackageReference Include="DbgCensus.Core" Version="3.1.2" />
<PackageVersion Include="DbgCensus.Core" Version="3.1.2" />
<PackageReference Include="DbgCensus.Core" />
paket add DbgCensus.Core --version 3.1.2
#r "nuget: DbgCensus.Core, 3.1.2"
#:package DbgCensus.Core@3.1.2
#addin nuget:?package=DbgCensus.Core&version=3.1.2
#tool nuget:?package=DbgCensus.Core&version=3.1.2
DbgCensus
DbgCensus is a C# wrapper for Daybreak Game Company's Census API, and other unofficial Census-compatible implementations.
This package is not affiliated with Daybreak Games Company in any way.
- Core data types and utilities.
- Services for interacting with the query endpoints.
- Base services for interacting with the event streaming API.
- An abstraction of DbgCensus.EventStream providing an
asynchronous and decoupled event handling model.
Features
- Fluent query building API.
- Event dispatch/handling system and built-in event stream types.
- Fully asynchronous.
- Built around the
Microsoft.Extensionsframework. - Native AOT Compatibility (Core and Rest only).
- Targeting .NET 6.0, .NET8.0 and .NET 9.0.
Visit the GitHub repository page for more documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DbgCensus.Core:
| Package | Downloads |
|---|---|
|
DbgCensus.Rest
A wrapper for interacting with the query endpoints of Daybreak Game Company's Census API. |
|
|
DbgCensus.EventStream
A library for receiving data from the websocket event stream of Daybreak Game Company's Census API. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.1.2 | 426 | 4/2/2025 |
| 3.1.1 | 357 | 11/29/2024 |
| 3.0.0 | 288 | 9/21/2024 |
| 2.3.0 | 635 | 4/16/2024 |
| 2.2.0 | 438 | 11/15/2023 |
| 2.1.0 | 679 | 4/1/2023 |
| 2.0.1 | 441 | 3/22/2023 |
| 2.0.0 | 1,252 | 10/6/2022 |
| 1.5.0 | 959 | 9/8/2022 |
| 1.4.2 | 1,434 | 8/6/2022 |
| 1.4.1 | 1,021 | 6/16/2022 |
| 1.4.0 | 971 | 6/8/2022 |
| 1.3.2 | 1,424 | 3/15/2022 |
| 1.3.1 | 1,164 | 3/11/2022 |
| 1.3.0 | 1,029 | 3/10/2022 |
| 1.2.0 | 1,922 | 3/7/2022 |
| 1.1.0 | 1,714 | 2/3/2022 |
| 1.0.4 | 1,879 | 11/20/2021 |
| 1.0.3 | 750 | 9/24/2021 |
| 1.0.2 | 676 | 9/16/2021 |
See CHANGELOG.md for release notes.