WRProfiler 1.0.1
dotnet add package WRProfiler --version 1.0.1
NuGet\Install-Package WRProfiler -Version 1.0.1
<PackageReference Include="WRProfiler" Version="1.0.1" />
<PackageVersion Include="WRProfiler" Version="1.0.1" />
<PackageReference Include="WRProfiler" />
paket add WRProfiler --version 1.0.1
#r "nuget: WRProfiler, 1.0.1"
#:package WRProfiler@1.0.1
#addin nuget:?package=WRProfiler&version=1.0.1
#tool nuget:?package=WRProfiler&version=1.0.1
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. |
-
net10.0
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.1)
- Microsoft.EntityFrameworkCore.Sqlite (>= 10.0.1)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.1)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.