DbgCensus.Core
3.1.1
dotnet add package DbgCensus.Core --version 3.1.1
NuGet\Install-Package DbgCensus.Core -Version 3.1.1
<PackageReference Include="DbgCensus.Core" Version="3.1.1" />
paket add DbgCensus.Core --version 3.1.1
#r "nuget: DbgCensus.Core, 3.1.1"
// Install DbgCensus.Core as a Cake Addin #addin nuget:?package=DbgCensus.Core&version=3.1.1 // Install DbgCensus.Core as a Cake Tool #tool nuget:?package=DbgCensus.Core&version=3.1.1
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.Extensions
framework. - 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. |
-
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.1 | 46 | 11/29/2024 |
3.0.0 | 107 | 9/21/2024 |
2.3.0 | 371 | 4/16/2024 |
2.2.0 | 311 | 11/15/2023 |
2.1.0 | 466 | 4/1/2023 |
2.0.1 | 295 | 3/22/2023 |
2.0.0 | 1,002 | 10/6/2022 |
1.5.0 | 784 | 9/8/2022 |
1.4.2 | 1,229 | 8/6/2022 |
1.4.1 | 826 | 6/16/2022 |
1.4.0 | 772 | 6/8/2022 |
1.3.2 | 1,188 | 3/15/2022 |
1.3.1 | 941 | 3/11/2022 |
1.3.0 | 816 | 3/10/2022 |
1.2.0 | 1,639 | 3/7/2022 |
1.1.0 | 1,438 | 2/3/2022 |
1.0.4 | 1,525 | 11/20/2021 |
1.0.3 | 554 | 9/24/2021 |
1.0.2 | 485 | 9/16/2021 |
1.0.1 | 504 | 9/5/2021 |
1.0.0 | 435 | 8/19/2021 |
1.0.0-beta.6 | 167 | 8/19/2021 |
1.0.0-beta.5 | 279 | 7/11/2021 |
1.0.0-beta.4 | 264 | 7/10/2021 |
1.0.0-beta.3 | 181 | 7/1/2021 |
1.0.0-beta.2 | 201 | 6/14/2021 |
1.0.0-beta.1 | 241 | 6/2/2021 |
See CHANGELOG.md for release notes.