chore: bump version to 5.0.0-prerelease.1
chore: bump version to 4.4.0
chore: bump version to 4.3.0
docs: add Contributing page and link from Home
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: bump version to 4.2.0
chore: bump version to 4.1.0
chore: bump version to 4.0.0
chore: bump version to 4.1.0
chore: bump version to 4.0.0
chore: bump version to 4.0.0-prerelease.8
chore: bump version to 4.0.0-prerelease.7
docs: overhaul wiki — add Performance page, fix API docs, update generated output examples
- Add Performance.md with full cross-runtime BenchmarkDotNet results (moved from PERFORMANCE.md)
- Update Generated-Output.md with real generated code from IEntityStoreTelemetry sample
- Fix Logging.md, Logging-Generation-v1.md, Logging-Generation-v2.md:
* Replace removed DisableMSLoggingTelemetryGeneration bool with GenerationMode: LoggerGenerationMode
* Add undocumented GenerationMode to LogAttribute table
* Add undocumented DefaultPrefixType to LoggerGenerationAttribute table
- Fix Sample-Application.md: correct project name Sample.AppHost -> SampleApp.AppHost
- Fix Quick-Start.md: typo in generated filename, fix broken API Reference link
- Add Performance page link to Home.md reference section
- Update all version strings to 4.0.0-prerelease.6 (Breaking-Changes, FAQ, Getting-Started, Installation, Quick-Start)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: bump version to 4.0.0-prerelease.6
chore: bump version to 4.0.0-prerelease.6
chore: bump version to 4.0.0-prerelease.5
chore: bump version to 4.0.0-prerelease.4
docs: add migration guide and quick start documentation for Purview Telemetry Source Generator
- Created Migration-From-ILogger.md to assist users in transitioning from manual ILogger to the new source generator approach, highlighting benefits, examples, and a migration checklist.
- Added Quick-Start.md to provide a concise guide for setting up and using the Purview Telemetry Source Generator, including installation, interface creation, dependency injection, and optional OpenTelemetry configuration.
docs: updated the multi-targetting example
docs: updated IncludeAssets
docs: update diagnostics with complete accurate reference
- Added all missing diagnostics (TSG1006-TSG1009, TSG2020-TSG2024, TSG3018-TSG3021, TSG4007-TSG4012)
- Updated descriptions to match actual source code
- Added common resolutions section with code examples
- Fixed typos in diagnostic IDs (TGS → TSG)
- Organized by severity and category
- Added 'Applies To' column for logging diagnostics
docs: rebuild wiki for v4 with complete documentation
- Updated Home.md with v4 version info and improved structure
- Completely rewrote Breaking-Changes.md with comprehensive v3->v4 migration guide
- Detailed namespace consolidation section
- Extensive OpenTelemetry naming conventions documentation
- Migration options and examples
- Impact assessment and checklist
- Created Getting-Started.md with practical quick-start examples
- Created FAQ.md with extensive Q&A covering all features
- Updated Activities.md to reflect v4 namespace changes
- Updated _Footer.md with v4 version and new navigation links
docs: added a page for the sample app, and fixed .md file references