DbgCensus.EventStream 3.3.0

dotnet add package DbgCensus.EventStream --version 3.3.0
                    
NuGet\Install-Package DbgCensus.EventStream -Version 3.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.EventStream" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbgCensus.EventStream" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="DbgCensus.EventStream" />
                    
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 DbgCensus.EventStream --version 3.3.0
                    
#r "nuget: DbgCensus.EventStream, 3.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.
#addin nuget:?package=DbgCensus.EventStream&version=3.3.0
                    
Install DbgCensus.EventStream as a Cake Addin
#tool nuget:?package=DbgCensus.EventStream&version=3.3.0
                    
Install DbgCensus.EventStream as a Cake Tool

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.

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DbgCensus.EventStream:

Package Downloads
DbgCensus.EventStream.EventHandlers

An abstraction of DbgCensus.EventStream to provide an asynchronous and decoupled event handling model.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 182 4/2/2025
3.2.1 143 11/29/2024
3.1.0 164 9/21/2024
3.0.1 234 4/16/2024
3.0.0 155 4/16/2024
2.9.0 158 4/16/2024
2.8.0 297 11/15/2023
2.7.1 210 7/11/2023
2.7.0 266 4/1/2023
2.6.0 313 3/8/2023
2.5.0 532 10/6/2022
2.4.0 551 9/8/2022
2.3.9 531 8/27/2022
2.3.8 531 8/19/2022
2.3.7 550 8/6/2022
2.3.6 570 6/16/2022
2.3.5 547 6/8/2022
2.3.4 736 3/23/2022
2.3.3 582 3/11/2022
2.3.2 573 3/10/2022
2.3.1 573 3/9/2022
2.3.0 833 3/8/2022
2.2.0 602 3/7/2022
2.1.0 731 3/7/2022
2.0.2 718 2/3/2022
2.0.1 598 1/20/2022
2.0.0 369 1/1/2022
1.0.2 392 12/4/2021
1.0.1 359 11/22/2021
1.0.0 689 11/20/2021
1.0.0-beta.3 191 10/15/2021
1.0.0-beta.1 202 9/16/2021
1.0.0-beta 264 9/5/2021
1.0.0-alpha.3 190 8/19/2021
1.0.0-alpha.2 220 7/5/2021
1.0.0-alpha.1 210 7/1/2021

See CHANGELOG.md for release notes.