# EventNotification **Repository Path**: mirrors_aspnet/EventNotification ## Basic Information - **Project Name**: EventNotification - **Description**: [Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README EventNotification [Archived] ============================ **This GitHub project has been archived.** Ongoing development on this project can be found in . Notice ------- The infrastructure for publishing notifications has moved to the .NET Framework. See the new [`DiagnosticSource`](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticSource.cs) and [`DiagnosticListener`](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/System/Diagnostics/DiagnosticListener.cs) 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](https://github.com/aspnet/Extensions) repo.