DbgCensus.EventStream
1.0.0-alpha.3
This is a prerelease version of DbgCensus.EventStream.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DbgCensus.EventStream --version 1.0.0-alpha.3
NuGet\Install-Package DbgCensus.EventStream -Version 1.0.0-alpha.3
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="1.0.0-alpha.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DbgCensus.EventStream --version 1.0.0-alpha.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DbgCensus.EventStream, 1.0.0-alpha.3"
#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.EventStream as a Cake Addin #addin nuget:?package=DbgCensus.EventStream&version=1.0.0-alpha.3&prerelease // Install DbgCensus.EventStream as a Cake Tool #tool nuget:?package=DbgCensus.EventStream&version=1.0.0-alpha.3&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A library for receiving data from the websocket event stream of Daybreak Game Company's Census API. EXTREMELY ALPHA release.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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.
-
net5.0
- DbgCensus.Core (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Options (>= 5.0.0)
- Microsoft.IO.RecyclableMemoryStream (>= 2.1.3)
- System.Threading.Channels (>= 5.0.0)
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.1.0 | 127 | 9/21/2024 |
3.0.1 | 209 | 4/16/2024 |
3.0.0 | 136 | 4/16/2024 |
2.9.0 | 136 | 4/16/2024 |
2.8.0 | 284 | 11/15/2023 |
2.7.1 | 195 | 7/11/2023 |
2.7.0 | 245 | 4/1/2023 |
2.6.0 | 290 | 3/8/2023 |
2.5.0 | 504 | 10/6/2022 |
2.4.0 | 521 | 9/8/2022 |
2.3.9 | 501 | 8/27/2022 |
2.3.8 | 500 | 8/19/2022 |
2.3.7 | 520 | 8/6/2022 |
2.3.6 | 539 | 6/16/2022 |
2.3.5 | 514 | 6/8/2022 |
2.3.4 | 700 | 3/23/2022 |
2.3.3 | 546 | 3/11/2022 |
2.3.2 | 536 | 3/10/2022 |
2.3.1 | 536 | 3/9/2022 |
2.3.0 | 796 | 3/8/2022 |
2.2.0 | 565 | 3/7/2022 |
2.1.0 | 695 | 3/7/2022 |
2.0.2 | 678 | 2/3/2022 |
2.0.1 | 557 | 1/20/2022 |
2.0.0 | 330 | 1/1/2022 |
1.0.2 | 353 | 12/4/2021 |
1.0.1 | 318 | 11/22/2021 |
1.0.0 | 645 | 11/20/2021 |
1.0.0-beta.3 | 158 | 10/15/2021 |
1.0.0-beta.1 | 165 | 9/16/2021 |
1.0.0-beta | 229 | 9/5/2021 |
1.0.0-alpha.3 | 156 | 8/19/2021 |
1.0.0-alpha.2 | 185 | 7/5/2021 |
1.0.0-alpha.1 | 176 | 7/1/2021 |
Refactored event handling logic to DbgCensus.EventStream.EventHandlers .