appccelerate / statemachine

A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
Apache License 2.0
481 stars 128 forks source link

Q: ETA for 6.0? #74

Open fubar-coder opened 3 years ago

fubar-coder commented 3 years ago

It seems that a 6.0 release was planned (with nullable reference types). Is there an ETA for it?

ursenzler commented 3 years ago

Yes, there is a branch with what could be V6. The only change is that nullable-reference types are supported. The problem is that it introduces a lot of breaking changes to the API. So, up to now, I was not convinced that it should be released. You are the first to ask for it :-)

fubar-coder commented 3 years ago

@ursenzler No need to hurry, especially if you don't like the breaking changes for 6.0 😉 .