[Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions
faf917b447
Development on this will move to https://github.com/aspnet/Extensions. |
||
---|---|---|
.github | ||
.vsts-pipelines/builds | ||
build | ||
src | ||
test | ||
.appveyor.yml | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
EventNotification.sln | ||
LICENSE.txt | ||
NuGet.config | ||
NuGetPackageVerifier.json | ||
README.md | ||
build.cmd | ||
build.sh | ||
korebuild-lock.txt | ||
korebuild.json | ||
run.cmd | ||
run.ps1 | ||
run.sh | ||
version.props |
README.md
EventNotification [Archived]
This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/Extensions.
Notice
The infrastructure for publishing notifications has moved to the .NET Framework. See the new DiagnosticSource
and DiagnosticListener
APIs in the System.Diagnostics.DiagnosticSource
package. The infrastructure provided here is for subscribing to events using runtime-generated proxies.
This project is part of .NET Extensions. You can find samples, documentation and getting started instructions at the Extensions repo.