X.Spectator is a powerful library designed to help developers easily integrate real-time monitoring and analytics into their .NET applications. With X.Spectator 2.0, we introduce a range of new features and improvements that enhance performance, usability, and flexibility.
More information about library on Medium.
- Extensible API: Flexible and extensible API, allowing for custom monitoring solutions.
- Ease of Use: Simplified integration process with clear and concise documentation.
- Compatibility: Seamlessly integrates with various .NET applications and services.
To install X.Spectator 2.0, use the following NuGet command:
dotnet add package X.Spectator --version 2.0.0
Or add the package directly to your csproj
file:
<PackageReference Include="X.Spectator" Version="2.0.0" />
We welcome contributions to the X.Spectator project! If you have any ideas, bug reports, or pull requests, please visit our GitHub repository.
- Fork the repository.
- Create your feature branch (
git checkout -b feature/YourFeature
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
X.Spectator 2.0 is licensed under the MIT License. See the LICENSE file for more details.