Improve package metadata and README#1103
Conversation
Fix "persistance" typo in NuGet tags for JetStream, KeyValueStore, and ObjectStore packages. Expand terse package descriptions to full sentences that explain what each package does and what NATS is. Add richer NuGet tags (cloud-native, distributed, async, CNCF) across all packages to improve discoverability. Add a quick start guide and API-at-a-glance section to the README with working pub/sub examples.
This comment was marked as resolved.
This comment was marked as resolved.
Fix Hosting description to say "service collection" instead of "hosted service" since NatsConnection is not an IHostedService. Remove JetStream mention from Simplified description since that package has no JetStream dependency. Declare order variable in the README API-at-a-glance snippet.
This comment was marked as resolved.
This comment was marked as resolved.
|
Claude finished @mtmk's task in 2m 58s —— View job PR Review
This is a metadata/documentation-only PR — no C# code is modified, so there are no async/await, memory, protocol correctness, or thread-safety concerns. Prior review feedback status: All three issues from the previous review round have been addressed in the current commits:
Additional observations:
Overall: The changes are correct, the descriptions are accurate, and all prior feedback has been incorporated. No blocking issues. |
Improve NuGet discoverability and README onboarding. Fix the "persistance" typo in package tags, expand all package descriptions from terse fragments to full sentences that explain what NATS is and what each package does, add richer tags (cloud-native, distributed, async, CNCF, nats) across all 11 packages, and add a quick start guide with working pub/sub examples plus an API-at-a-glance section to the README.