WRProfiler.Cli
1.0.1
dotnet tool install --global WRProfiler.Cli --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local WRProfiler.Cli --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=WRProfiler.Cli&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package WRProfiler.Cli --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WRProfiler Documentation Package
Overview
This directory contains comprehensive documentation for WRProfiler, an enterprise-grade observability and performance profiling library for .NET applications. The documentation is organized into two main categories for different audiences and use cases.
Documentation Structure
Public Usage Documentation
- File:
PublicUsageGuide.md - Audience: External developers, open-source users, and general .NET community
- Purpose: Comprehensive guide for implementing and using WRProfiler in any .NET application
- Content: Installation, configuration, feature guides, API references, and troubleshooting
Quick Access
For General Usage
- Start with Public Usage Guide for basic setup
- Refer to configuration sections for your specific database provider
- Use the CLI tools for analysis and maintenance
Documentation Features
Cross-References
Both documents include:
- Internal links between related sections
- Code examples with complete, copy-pasteable implementations
- Configuration reference tables with defaults and descriptions
- Troubleshooting guides for common issues
Version Compatibility
- Clear version compatibility matrices
- Migration guidance between versions
- Backward compatibility notes
Best Practices
- Performance optimization recommendations
- Security considerations
- Production deployment guidelines
- Development vs production configuration differences
Additional Resources
Source Code Reference
For detailed implementation reference, explore the source code in:
src/core/WRProfiler/- Core library implementationsrc/tools/WRProfiler.Cli/- Command-line interfacesrc/test/WRProfiler.Tests/- Test suite and examples
Database Schema
Refer to the documentation for complete database schema details including:
- Table structures and relationships
- Indexing recommendations
- Data retention policies
- Performance considerations
Support and Contribution
Getting Help
- Check the troubleshooting sections in both guides
- Review common issues and solutions
- Examine the code examples for implementation patterns
Contributing Documentation
When updating or extending documentation:
- Maintain consistent formatting and structure
- Include complete code examples
- Update version compatibility information
- Cross-reference related sections
- Test all code examples for accuracy
Feedback and Improvements
Documentation improvements are welcome through:
- GitHub issues for documentation bugs
- Pull requests for content updates
- Feature requests for additional documentation needs
License
This documentation is provided under the same license as WRProfiler. See the main project LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.