Closed BryanWilhite closed 4 years ago
i have decided to rename IActivityOutput
to IActivityWithOutput
so this interface will not be confused with the new model ActivityOutput<TOutput>
this is another breaking change of mine that will not be recognized by my version numbering ☹️
this new model ActivityOutput<TOutput>
will eliminate the need for taking a dependency on ILogger
at the expense of complexity
continues on from https://github.com/BryanWilhite/Songhay.HelloWorlds.Activities/issues/1
this would mean adding
Microsoft.Extensions.Logging.Abstractions
as a dependency toSonghayCore
and turning these into extension methods:
and