Andrew Scott
Andrew Scott
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
Show a success alert with message for successful calls when `show-success` prop is set
We already support json-mapped primitive collections, which get automatically mapped to json in the DB by EF with no special configuration. Explore what it would take to expand this to...
Actual: ``` sql SELECT COUNT(*) FROM [UploadedFiles] AS [u] WHERE (LOWER([u].[OriginalPath]) LIKE @__Value_1_contains ESCAPE N'\' OR EXISTS ( SELECT 1 FROM [ProcessingEvents] AS [p] LEFT JOIN [Foos] AS [r] ON...
- How to run codegen against a different project on disk - How to run codegen against the playgrounds - How to run the playgrounds - All the different projects...
Add the ability to bind all list params with a single method call on a listviewmodel. Need options for: - Binding datasource name - Binding datasource parameters - Maybe an...
If an enum is annotated with [JsonConverter(typeof(JsonStringEnumConverter))], support it being a string in the API.
### Vue - Official extension or vue-tsc version 2.1.10 ### VSCode version 1.95.3 ### Vue version 3.5.13 ### TypeScript version 5.6.3 ### System Info ```shell System: OS: Windows 10 10.0.19045...