Skip to content

ECF v0.2.3 - AsyncCommandBase & auto syntax & .NET 8.0

Compare
Choose a tag to compare
@Aviuz Aviuz released this 28 Jul 09:27
· 82 commits to master since this release
  • Added AsyncCommandBase which is basically wrapper for ExecuteAsync().Wait() but it will be used in future if more sophisticated async management will be in place. For now I cannot see any benefit in propagating asynchronous behavior up to CommandProcessor. Maybe I will change my mind later.
  • Added auto-generated syntax when no [CmdSyntax(...)] is provided.
  • Added support for .NET 8