🌪️ Vortex Programming Pull Request
Brief description of the changes in this PR.
- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📚 Documentation update
- 🔧 Refactoring (no functional changes)
- ⚡ Performance improvement
- 🧪 Test improvement
- 🏗️ Build/CI changes
Fixes #(issue_number)
Related to #(issue_number)
- Unit tests pass (dotnet test)
- Integration tests pass
- Demo application works (dotnet run --project demo/VortexProgramming.Demo)
- Manual testing completed
- New functionality has corresponding unit tests
- Edge cases are covered
- Error scenarios are tested
- VortexContext modifications
- VortexProcess changes
- Event system updates
- Other core changes: describe
- Fluent API updates
- DSL modifications
- New builder methods
- Other extension changes: describe
- New enterprise examples
- Demo application updates
- Documentation examples
- Other demo changes: describe
If this PR introduces breaking changes, list them here:
- Change 1: Description and migration path
- Change 2: Description and migration path
- No performance impact
- Performance improvement (describe)
- Potential performance regression (explain and justify)
Benchmarks (if applicable)
Before: [benchmark results]
After: [benchmark results]
- README updated (if needed)
- API documentation updated
- Getting started guide updated
- Changelog updated
- Examples updated
- Code follows project style guidelines
- Self-review of code completed
- Code is well-commented and self-documenting
- No unnecessary debug code or comments
- XML documentation added for public APIs
- All existing tests pass
- New tests added for new functionality
- Test coverage maintained or improved
- Integration tests updated (if needed)
- Documentation updated for user-facing changes
- Code comments added where needed
- Examples updated or added
- Breaking changes documented
- No unnecessary dependencies added
- Dependency versions are appropriate
- Package references updated (if needed)
If applicable, add screenshots or GIFs showing the changes:
Any additional information, concerns, or questions about this PR:
Please pay special attention to:
- Performance implications
- Breaking change impact
- Security considerations
- Multi-tenant functionality
- Context-aware behavior
- Event streaming
- Other: specify
By submitting this pull request, I confirm that:
- I have read the CONTRIBUTING.md guidelines
- My code follows the project's coding standards
- I have tested my changes thoroughly
- I understand this will be reviewed before merging