bcquality/microsoft/knowledge/events
wenjiefan 6d1fada5a4 Add FP guards for field relocation to tableextension and event parameter addition
Two knowledge false-positive guards addressing bug 642303 (agent FPs on BCApps PR #9607):

- breaking-changes: relocating a field to a tableextension in the same app under the same field ID/name is a relocation, not a deletion/rename; the field still resolves on the table, so it must not be flagged as a deleted shipped field or require ObsoleteState staging. Scoped to the contract axis; silent on data migration.

- events: adding a parameter to an event publisher does not break existing subscribers (subscribers bind by name and match a subset), so the addition itself must not be reported as a breaking signature change.
2026-08-04 10:41:03 +02:00
..
add-new-event-parameters-at-the-end.bad.al Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
add-new-event-parameters-at-the-end.good.al Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
add-new-event-parameters-at-the-end.md Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
adding-a-parameter-to-an-event-is-not-a-breaking-change.md Add FP guards for field relocation to tableextension and event parameter addition 2026-08-04 10:41:03 +02:00
avoid-loosely-typed-event-parameters.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
avoid-loosely-typed-event-parameters.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
avoid-loosely-typed-event-parameters.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
avoid-raising-events-inside-try-functions.bad.al Promote events knowledge from community to Microsoft layer 2026-06-25 14:04:14 +02:00
avoid-raising-events-inside-try-functions.good.al Promote events knowledge from community to Microsoft layer 2026-06-25 14:04:14 +02:00
avoid-raising-events-inside-try-functions.md Promote events knowledge from community to Microsoft layer 2026-06-25 14:04:14 +02:00
choose-static-vs-manual-subscribers-deliberately.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
choose-static-vs-manual-subscribers-deliberately.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
choose-static-vs-manual-subscribers-deliberately.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-add-ishandled-to-an-existing-event.bad.al Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
do-not-add-ishandled-to-an-existing-event.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-add-ishandled-to-an-existing-event.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-bypass-critical-operations-with-ishandled.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-bypass-critical-operations-with-ishandled.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-bypass-critical-operations-with-ishandled.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-change-shipped-event-attribute-flags.bad.al Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
do-not-change-shipped-event-attribute-flags.good.al Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
do-not-change-shipped-event-attribute-flags.md Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
do-not-publish-events-inside-loops.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-publish-events-inside-loops.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
do-not-publish-events-inside-loops.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
initialize-ishandled-to-false-before-publishing.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
initialize-ishandled-to-false-before-publishing.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
initialize-ishandled-to-false-before-publishing.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
name-event-parameters-without-abbreviations.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
name-event-parameters-without-abbreviations.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
name-event-parameters-without-abbreviations.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
name-events-by-publisher-position.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
name-events-by-publisher-position.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
name-events-by-publisher-position.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefer-reusing-or-extending-existing-events.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefer-reusing-or-extending-existing-events.good.al Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
prefer-reusing-or-extending-existing-events.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefer-this-over-includesender-in-codeunit-events.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefer-this-over-includesender-in-codeunit-events.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefer-this-over-includesender-in-codeunit-events.md Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
prefix-temporary-record-event-parameters-with-temp.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefix-temporary-record-event-parameters-with-temp.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
prefix-temporary-record-event-parameters-with-temp.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
preserve-onafter-execution-when-ishandled-skips-the-body.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
preserve-onafter-execution-when-ishandled-skips-the-body.good.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
preserve-onafter-execution-when-ishandled-skips-the-body.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
publish-thin-onbefore-onafter-integration-events.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
publish-thin-onbefore-onafter-integration-events.good.al Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
publish-thin-onbefore-onafter-integration-events.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
treat-local-and-internal-events-as-subscriber-contracts.bad.al Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
treat-local-and-internal-events-as-subscriber-contracts.good.al Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
treat-local-and-internal-events-as-subscriber-contracts.md Add P0 event and interface compatibility knowledge (#98) 2026-07-14 12:51:59 +02:00
use-ishandled-to-make-base-behaviour-overridable.bad.al Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00
use-ishandled-to-make-base-behaviour-overridable.good.al Fix lifecycle compatibility guidance (#93) 2026-07-14 11:26:16 +02:00
use-ishandled-to-make-base-behaviour-overridable.md Add events knowledge domain and review leaf skill (#43) 2026-06-25 12:24:25 +02:00