Tung Ngo

Results 3 issues of Tung Ngo

I cloned your repository and ran it locally. On the /ViewZipFile page, if I select a zip file with a size above 50 KB, it crashes at: ```c# var buffer...

Currently, AddOutputValue in RuleContext does not support parameter conversion like SetPropertyConvert. ` public void AddOutValue(Csla.Core.IPropertyInfo property, object value) { _outputPropertyValues.Value[property] = value; } ` May be adding support for parameter...

kind/enhancement

In Blazor server, the MessagingCenter uses static variables to hold the subscription for all users. It may lead to the situation where message from one user will be delivered to...