Skip to content

Commit 759fe8f

Browse files
authored
Update SourceFlow.Net-README.md
Signed-off-by: CØDE N!NJΔ <[email protected]>
1 parent d3d67e5 commit 759fe8f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/SourceFlow.Net-README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ public class BankingService
561561

562562
## 🏗️ Architecture Flow
563563

564-
![Architecture]("https://github.com/CodeShayk/SourceFlow.Net/blob/v1.0.0/Images/Architecture.png" "Architecture")
564+
<img width="1959" height="649" alt="Architecture" src="https://github.com/user-attachments/assets/3ceb5df2-f01c-4316-829a-0350b399cba2" />
565565

566566
---
567567

@@ -657,12 +657,10 @@ public class CustomEntityStore : IEntityStore
657657
## 🔧 Troubleshooting
658658

659659
### Common Issues
660-
661-
1. **Circular Dependencies**: Use `Lazy<ICommandPublisher>` in sagas and aggregates to break cycles
662-
2. **Service Registration**: Ensure all aggregates, sagas, and views are properly discovered
663-
3. **Event Handling**: Verify interfaces (`IHandles<T>`, `IHandlesWithEvent<T,U>`, `IProjectOn<T>`) are implemented correctly
664-
4. **Enhanced Return Types**: Remember that `Persist<T>()` methods now return `Task<T>`, providing access to the persisted entity which may have been modified by the store (e.g., with database-generated IDs)
665-
660+
1. **Service Registration**: Ensure all aggregates, sagas, and views are properly discovered
661+
2. **Event Handling**: Verify interfaces (`IHandles<T>`, `IHandlesWithEvent<T,U>`, `IProjectOn<T>`) are implemented correctly
662+
3. **Stores**: Ensure store implementations are properly registered.
663+
666664
### Debugging Commands
667665

668666
```csharp
@@ -707,7 +705,4 @@ We welcome contributions! Please see our [Contributing Guide](../CONTRIBUTING.md
707705
This project is licensed under the [MIT License](../LICENSE).
708706

709707
---
710-
711-
<p align="center">
712708
Made with ❤️ by the SourceFlow.Net team to empower developers building event-sourced applications
713-
</p>

0 commit comments

Comments
 (0)