1
0
mirror of synced 2024-07-01 08:17:39 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
97672f4321 Implemented nullable reference types support 2022-11-23 09:13:38 +01:00
bcdb376256 Fixed queue arguments error due to wrong value types
Added test for publish overflows
Removed support for Unity Container
Changed third party package references to ranges
Fixed XML documentation
2022-11-22 13:20:47 +01:00
7143ad3c2f Implemented QueueArgumentsAttribute (untested) 2022-11-17 16:47:07 +01:00
165680fd38 Added ValueTask support
- This is a breaking change for custom middleware implementations
Added validation for return type handling
- This may be breaking for incorrect implementations, but highly unlikely
2022-02-09 11:27:07 +01:00
7aab0f86be Added IFlowStore.GetActiveFlows for monitoring purposes 2021-11-02 15:48:14 +01:00
2dc30596ef Check for ConvergeMethodName while loading flows is incorrect 2021-10-26 20:33:25 +02:00
66a0ec116b Fixed a few code hints 2021-09-05 10:05:04 +02:00
c2a6b4b577 Fixed NullReferenceException when flow disappears in between locks 2021-09-02 11:29:32 +02:00
51ebfd62b4 Fixed validation for converge methods 2021-07-18 14:39:18 +02:00
6d7836de2f Implemented #27: Check methods for persisted flows while loading? 2021-07-18 14:29:41 +02:00
1be1b599a0 Updated all references NuGet packages to latest stable version
Fixed ReSharper code issues
2021-05-29 21:52:07 +02:00
c63b821b87 Fixed #11: Do not persist flow for dynamic queues 2019-08-19 09:33:07 +02:00
d211d33108 [ci skip] Fixed ReSharper code issues (ironically, in JetBrains.Annotations as well) 2019-08-15 11:32:39 +02:00
fed377992b [ci skip] Done with XML documentation for now
Made a few classes internal that were supposed to be
2019-08-15 11:26:55 +02:00
314a67db00 [ci skip] Bit of refactoring and bugfixing, mostly documentation 2019-08-14 20:48:40 +02:00
Menno van Lavieren
e85807f622 Enforce loading of the flowstore before lookingup continuations, to prevent a common misuse that leads to data loss. fix 2019-05-02 13:32:03 +02:00
Menno van Lavieren
785cda387f Enforce loading of the flowstore before lookingup continuations, to prevent a common misuse that leads to data loss. 2019-05-02 13:26:59 +02:00
74985e45de Fixed all ReSharper issues
Some are silly, like the "member not used" for public interfaces. The comments everywhere are ugly, sorry, but it keeps the possibly important issues visible without a dependency on some ReSharper annotations package.
2018-12-19 20:50:56 +01:00
Menno van Lavieren
3ce847c21f RDB-46 Volgorde bug in Flow Library
Refactoring van de FlowStore en de FlowPovider met de oplossing voor de bug
2017-10-17 10:34:07 +02:00
Menno van Lavieren
d71927915c SqlFlow Repository interface aangepast 2017-08-14 13:58:01 +02:00
Menno van Lavieren
86ffd5ab2b IFlowRepository aangepast. abstracter en simpeler 2017-07-27 15:55:37 +02:00
c04f7bd0fe First working prototype of the flow port 2017-02-05 23:22:34 +01:00
a2970b6893 Work in progress for migrating from Saga to Flow 2017-01-31 12:01:08 +01:00