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
@@ -144,6 +147,7 @@ mix test --max-failures 5 # stop early
144
147
145
148
- Using old `structure do` / top-level `instances do` — use `provider do` only.
146
149
- Using `party :role, Type, reference: true` — use `party_ref :role, Type`.
150
+
- Using a plain `Ash.TypedStruct` as a `characteristic` DSL target — use a `BaseCharacteristic`-derived resource instead; the TypedStruct belongs in `<Module>.Value`.
147
151
- Calling `build_before/1` or `build_after/2` in actions — these run automatically.
148
152
- Declaring `:specified_by`, `:features`, `:characteristics` as action arguments.
149
153
- Editing `documentation/dsls/DSL-Diffo.Provider.Extension.md` — it is Spark-generated;
0 commit comments