Sébastien Ros

Results 1060 comments of Sébastien Ros

Add a feature dependency from Users to Roles? Or maybe some change was added at some point that resolves these services from Users, and it should not.

Fien to be able to change the name as long as it's not breaking. For custom properties and drivers, I don't see the need for the added complexity.

> except the Cypress Functional tests, which was expected because they explicitly target .NET 6.0 Where ?

https://github.com/OrchardCMS/OrchardCore/blob/main/test/OrchardCore.Tests.Functional/cypress-commands/src/test-runner.js#L24

Or This is a directory marker file used by Orchard Core.

@emrahtokalak First the SQL you type is db agnostic. We parse it with our own parser and then translate it to the destination provider (sqlite, mssql, ...). When you write...

Thanks @emrahtokalak it looks like the resulting MSSQL query fails because it doesn't handle either limit, offset or both as a parameter. We need to add a unit tests in...

Can you describe what "doesn't work" so we can recommend the best approach? Maybe open an issue?

There isn't any default option right now. I would suggest to follow the asp.net mvc implementation, and maybe this could be added as a PR? Our User controller is following...

Suggestion: Create a feature that lets you run a recipe (with code editor) for any tenant.