Skip to main content
dotnet-eventgrid package icon

dotnet-eventgrid

A dotnet global tool to connect to Azure SignalR and receive streaming events pushed to it from Azure EventGrid. Usage: eventstream [url] [--] -[property]* +[property=minimatch]* +all Render all properties -property Exclude a property +property[=minimatch] Include a property, optionally filtering with the given the minimatch expression. Examples: - Include all event properties, for topic ending in 'System' eventstream https://mygrid.com +all +topic=**/System - Exclude data property and filter for specific event types eventstream https://mygrid.com -data +eventType=Login - Filter using synthetized path property '{domain}/{topic}/{subject}/{eventType}' eventstream https://mygrid.com +path=MyApp/**/Login - Filter using synthetized path property for a specific event and user (subject) eventstream https://mygrid.com +path=MyApp/*/1bQUI/Login

Total Downloads
7.5K
7,460
Published
Jul 10, 2020
Latest stable version

Install

.NET CLI
dotnet add package dotnet-eventgrid --version 0.2.9
Package Manager Console
Install-Package dotnet-eventgrid -Version 0.2.9
PackageReference
<PackageReference Include="dotnet-eventgrid" Version="0.2.9" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.