Introduced framework-first design rules and updated documentation to clarify framework vs. consumer boundaries. Added AcLoggerOptions and DI-based logger factory extensions to AyCode.Core, enabling per-category logger instantiation from appsettings.json. Standardized SignalR connection setup with AddAcDefaults, replacing project-specific code. Enhanced protocol configuration for DI scope isolation. Refactored appsettings.json structure and added MSBuild targets for config propagation. Removed obsolete code and updated comments to match new patterns. |
||
|---|---|---|
| .. | ||
| FruitBankSignalRClient.cs | ||
| README.md | ||
| SignalRDataSource.cs | ||
README.md
SignalRs
Main SignalR hub client and data source wrappers.
Key Files
FruitBankSignalRClient.cs— (~343 lines) Central hub client for ALL server communication. Methods for Partners, Shippings, ShippingItems, ShippingDocuments, Orders, OrderItems, OrderItemPallets, Products, StockTaking, GenericAttributes, Authentication.SignalRDataSource.cs—SignalRDataSourceList<T>andSignalRDataSourceObservable<T>wrappers for DevExpress grid binding.