Coalesce
Coalesce copied to clipboard
Quickly build amazing web apps
- Remove section about `out` parameters, or at least remove most of the content and add a deprecation notice. Attaching an IncludeTree to an ItemResult is the only path that...
Coalesce can never take an interface as a model type, so all interfaces could only ever be resolved from services. Don't require [Inject] to be specified.
When using TPH mapping in EF core, the base class controller does not have a delete method generated but the concrete type controllers do. However, the front end view model...
``` c# [Create(SecurityPermissionLevels.DenyAll)] [Edit(SecurityPermissionLevels.DenyAll)] public class UserApiToken { public string UserApiTokenId { get; set; } = Guid.NewGuid(); [InternalUse] public required string TokenHash { get; init; } public required string Description...
This will provide more flexibility to users on how they want the contents of the list item to be displayed. Opens up the ability to add other prepend/append content or...
Since c-select-many-to-many is now based on c-select[multiple], it is much easier and makes more sense for this prop to be based on the far item. Some wonky stuff had to...
Will need a hash of the sql as part of the name to prevent conflicts between different app versions,
Update mentioned of admin pages across the docs to link to it. Cover things like: - Default router config - Overriding admin pages per type - Securing admin pages