fix: old broadcast states dont carry over anymore. fixes #3 - #7
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe changes update the development build workflow to append "-dev" to release tags, increment the plugin version from 1.1.5 to 1.1.6, refactor the broadcast message processing for immutability and maintainability, and revise project dependencies and references to use assembly publicization and updated packages. Changes
Sequence Diagram(s)sequenceDiagram
participant Reporter
participant Config
participant Logger
participant BroadcastSystem
Reporter->>Config: Retrieve broadcast templates
loop For each broadcast
Reporter->>Reporter: Create copy of broadcast
Reporter->>Reporter: ProcessReportArgs (replace placeholders)
Reporter->>Logger: Log processed message
Reporter->>BroadcastSystem: Broadcast processed message
end
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (4)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Docstrings generation was requested by @AlexInABox. * #7 (comment) The following files were modified: * `RoundReports/Reporter.cs`
|
Note Generated docstrings for this pull request at #8 |
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores