Zoltán Lehóczky

Results 1182 comments of Zoltán Lehóczky

I can't comment on the namespaces or other structuring, perhaps yes. What's necessary in the end, is that people using OCC can see reports like the ones mentioned above (but...

Is this related to having richer user profiles? Because that BTW can be achieved via content items (which have Audit Trail diff support already): https://docs.orchardcore.net/en/latest/reference/modules/Users/CustomUserSettings/

I was thinking about this, yes. I see, so the issue is that such content items are not individual items but part of the `User` entity. Hmm. Then yes, I...

Note that this is an issue about incompatibility with AdGuard. Nominees are pre-entered and only allowed to be selected by voters.

I can't really answer the question, but this may be equivalent for your code base and doesn't cause a warning: ```C# Task[] tasks = CreateTasks(); await Task.WhenAny(tasks); foreach (var task...

As a user of this action, I'd comment on the 3rd question: I'd add it after "Number of items that remain open", i.e. here: ![Image](https://github.com/user-attachments/assets/aa6ccfba-d01c-4345-af20-0a6d411f1600) For an example of the...

Thank you! It seems to me that it's not necessarily that the DataProtection keys vanish, but they maybe aren't created in the first place when `OrchardCore.Redis.Cache` is enabled. I checked...

Please highlight what you want to change/changed in the code snippet.

That's the current code. What do you want to change it to?