You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Vuetify 4 compatibility to coalesce-vue-vuetify3.
Added support for EF Core 10 JSON-mapped complex type properties (ComplexProperty, ComplexCollection) on entity models. These properties are now fully serializable to/from the client, and direct mutations on the TypeScript side (including collection pushes and nested property assignments) correctly mark the ViewModel dirty.
Fix: Don't suggest COA1001 for ambiguous ItemResult<bool> usages.