Meinrad Recheis

Results 472 comments of Meinrad Recheis

I have more info concerning this same error. Even calling Dispose() on LiteDb in app shutdown can result in an UnauthorizedAccessException ``` ******************************************************************************** UnauthorizedAccessException: "Access to the path 'D:\home\site\wwwroot\service.db' is...

> Confirming this is still happening in 6.11.1. Fortunately the workaround is functional. A little bit more plumbing but does the job. @alensiljak Does the new `OnAction` handler fix the...

@ScarletKuro do you see value in adding this to v7

Which is better, `IReadOnlyList` or `IReadOnlyCollection`? I remember we had a discussion about using `ICollection` instead of `List` in another component. When we change we should change to the best...

I guess we nee IList here because as I understand it ICollection doesn't enforce an order, right?

This is the discussion about `ICollection` I mentioned: #4556

Wow, if that really works, wouldn't it be best to add it to MudMask? What would be the consequences, no autocompletion for textfields with a mask?

Yes, on server side the whole masking logic must be in JS, so you can also just use Cleave.js or some other js lib.

@sensslen thanks a lot and sorry for the long wait.