docs: enhance README with detailed package usage and configuration examples#11
Merged
Conversation
…ation examples** - Added explanation for runtime and source generator package usage. - Included installation instructions for both package options. - Added detailed MSBuild configuration guide for the source generator. - Documented the features with expanded usage examples. - Introduced a comparison table for runtime vs. source generator usage. - Added improved sections for EquatableArray and HashCode usage.
- Updated .gitignore to ignore macOS .DS_Store files. - Ensures cleaner commits by excluding system-generated files.
- Changed VersionPrefix from 0.1.0-alpha to 0.1.0-beta in Directory.Build.props. - Prepares the project for the next beta release phase.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Pull Request
📋 Summary
This PR significantly enhances the README documentation to provide comprehensive guidance on using both package options (runtime and source generator), including detailed installation instructions, configuration examples, and a decision guide to help users choose the right approach for their needs.
Key Changes:
SourceGeneratorToolsIncludeandSourceGeneratorToolsUsePublicModifier.DS_StorefilesDocumentation Improvements:
.csprojexamples with correctOutputItemTypeandReferenceOutputAssemblyattributes for the generator packageCompilerVisiblePropertydeclarations work with the generator's.propsfile✅ Checklist
🧪 Related Issues or PRs
This builds on the recent MSBuild property support added in #9 by documenting how to use the configuration options.
💬 Notes for Reviewers
This is primarily a documentation enhancement PR. The README now provides:
.csprojexamples for both packagesThe changes make the project more accessible to new users while providing comprehensive guidance for both common use cases (building source generators vs using utilities in applications).
Please verify:
.csprojexamples follow best practices