elsa-core
elsa-core copied to clipboard
Added File Management related activities
@dotnet-policy-service agree
Hello @d82krai , thanks for submitting this PR.
To be able to merge this, I think it could be really useful to follow the module/feature convention. This allows to defined all the necessary registration directly in the Module Projet (here your Elsa.FileManagement projet) and only use something like UseFileManagement() in the server project that need to use the File Management activities.
It a first review, I don't take time to see more your code for now .