DbgCensus.Core 2.3.0

dotnet add package DbgCensus.Core --version 2.3.0
NuGet\Install-Package DbgCensus.Core -Version 2.3.0
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="DbgCensus.Core" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbgCensus.Core --version 2.3.0
#r "nuget: DbgCensus.Core, 2.3.0"
#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.
// Install DbgCensus.Core as a Cake Addin
#addin nuget:?package=DbgCensus.Core&version=2.3.0

// Install DbgCensus.Core as a Cake Tool
#tool nuget:?package=DbgCensus.Core&version=2.3.0

DbgCensus

DbgCensus is a C# wrapper for Daybreak Game Company's Census API. It was built with PlanetSide 2's endpoints in mind, but should work across all namespaces.

This package is unofficial and is not affiliated with Daybreak Games Company in any way.

Nuget | DbgCensus.Core - Core data types and utilities.
Nuget | DbgCensus.Rest - Services for interacting with the query endpoints.
Nuget | DbgCensus.EventStream - Base services for interacting with the event streaming API.
Nuget | DbgCensus.EventStream.EventHandlers - 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.
  • Targeting .NET 6.0.

Visit the GitHub repository page for more documentation.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.3.0 186 4/16/2024
2.2.0 256 11/15/2023
2.1.0 396 4/1/2023
2.0.1 256 3/22/2023
2.0.0 930 10/6/2022
1.5.0 736 9/8/2022
1.4.2 1,154 8/6/2022
1.4.1 771 6/16/2022
1.4.0 727 6/8/2022
1.3.2 1,122 3/15/2022
1.3.1 886 3/11/2022
1.3.0 769 3/10/2022
1.2.0 1,545 3/7/2022
1.1.0 1,362 2/3/2022
1.0.4 1,431 11/20/2021
1.0.3 519 9/24/2021
1.0.2 446 9/16/2021
1.0.1 459 9/5/2021
1.0.0 398 8/19/2021
1.0.0-beta.6 152 8/19/2021
1.0.0-beta.5 266 7/11/2021
1.0.0-beta.4 250 7/10/2021
1.0.0-beta.3 165 7/1/2021
1.0.0-beta.2 185 6/14/2021
1.0.0-beta.1 224 6/2/2021

See CHANGELOG.md for release notes.