Skip to content

Conversation

konard
Copy link
Member

@konard konard commented Sep 13, 2025

Summary

  • Remove references to Sequences-related classes from PackageTags that were moved to separate repository in 2021
  • Update version from 0.16.1 to 0.16.2
  • Update PackageReleaseNotes to reflect the cleanup

Background

The Sequences namespace (including ISequenceAppender, ISequenceWalker, SequenceWalker, StopableSequenceWalker) was moved to a separate repository Platform.Data.Sequences in 2021 (commits aabdb01 and d867e43), but the PackageTags in Platform.Data.csproj still referenced these classes.

Changes

  • Removed ISequenceAppender;ISequenceWalker;SequenceWalker;StopableSequenceWalker from PackageTags
  • Incremented VersionPrefix from 0.16.1 to 0.16.2
  • Updated PackageReleaseNotes to describe the change

Test plan

  • Verified no remaining references to moved Sequences classes exist in codebase
  • Confirmed PackageTags now only reference classes that exist in this repository
  • Version incremented appropriately for this cleanup

🤖 Generated with Claude Code


Resolves #47

Adding CLAUDE.md with task information for AI processing.
This file will be removed when the task is complete.

Issue: #47
@konard konard self-assigned this Sep 13, 2025
…sitory

The Sequences namespace (ISequenceAppender, ISequenceWalker, SequenceWalker, StopableSequenceWalker)
was moved to a separate repository in 2021, but the PackageTags in Platform.Data.csproj still
referenced these classes. This commit removes those tags and increments the version to 0.16.2.

Fixes #47

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@konard konard changed the title [WIP] Move Sequences namespace to separate repository Complete Sequences namespace cleanup from PackageTags Sep 13, 2025
@konard konard marked this pull request as ready for review September 13, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Sequences namespace to separate repository
1 participant