Mohamed Ali

Results 29 comments of Mohamed Ali

> Thanks @mohdali and @cristinamudura. This definitely shows me another way of doing things but this approach does this for all HttpEndpoint activities. My usec ase was to have a...

> Maybe it would but using `ActivityTypeProvider` is by few orders of magnitude more complex than adding new activity (been there, done that for other purposes, would definitely avoid if...

@sfmskywalker can you please advise on this? `DataSet` and `DataTable` implement [IListStore](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.ilistsource?view=net-6.0), can that be utilized in ForEach instead? We have our custom activity to connect to Oracle database and...

@sfmskywalker we faced a similar issue with a custom activity that had a property that wasn't serializable and we resolved the same way by forcing it to be transient. Is...

> I like the proposal but read and write mode is a bit of confusing since both delete, insert and update can return a result set same as select. >...

If you mean Windows Server 2012 R2 then I think it is supported. However, I have not tested myself. You might end up using .NET Core 3.1 though. Pleas refer...

@sfmskywalker Can't we use multi-targeting for BulkExtensions to resolve this? I remember they had different version for different framework version. Also officially .NET 5 is out of support since May....

Do you have many suspended instances that are trying to resume during startup? That could be a reason.

@chrisbecke @hgmdesigns I created a branch with an attempt to fix, please check and provide your feedback #3388