mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Most of the corpus — FindSet/SetLoadFields/CalcFields patterns, permission sets, SingleInstance codeunits, DataClassification, IsolatedStorage, transaction scope, SecretText — describes BC platform behaviour that is identical across supported versions. The seed [26..28] range on every file implied a version-specificity the content does not actually have, and there was no way to express "applies to every version" in the schema the way [w1] and [all] already do for countries and application-area. Extend the v1 schema with a universal sentinel for bc-version, parallel to the sentinels already defined for the other dimensions: bc-version: [all] # applies to every BC version [all] is mutually exclusive with explicit versions. Range shorthand ([26..28]) and explicit lists ([26, 27, 28]) continue to work for files genuinely tied to a version-gated API or deprecation. Update read.md (field definition, matching semantics, partial-context rule), write.md (default to [all], use ranges only with a concrete reason), README.md (frontmatter example), and the CI validator. All forty existing knowledge files and the three action skills convert to [all]; none of the current content is version-gated. Validator passes. |
||
|---|---|---|
| .. | ||
| add-sift-keys-for-flowfields.good.al | ||
| add-sift-keys-for-flowfields.md | ||
| avoid-calcfields-in-loops.bad.al | ||
| avoid-calcfields-in-loops.good.al | ||
| avoid-calcfields-in-loops.md | ||
| avoid-commit-inside-loops.bad.al | ||
| avoid-commit-inside-loops.md | ||
| avoid-findfirst-with-next.bad.al | ||
| avoid-findfirst-with-next.md | ||
| avoid-user-interaction-in-transactions.bad.al | ||
| avoid-user-interaction-in-transactions.good.al | ||
| avoid-user-interaction-in-transactions.md | ||
| filter-before-find.bad.al | ||
| filter-before-find.good.al | ||
| filter-before-find.md | ||
| keep-event-subscribers-lightweight.bad.al | ||
| keep-event-subscribers-lightweight.md | ||
| only-fetch-records-you-use.bad.al | ||
| only-fetch-records-you-use.good.al | ||
| only-fetch-records-you-use.md | ||
| prefer-direct-record-over-recordref.bad.al | ||
| prefer-direct-record-over-recordref.good.al | ||
| prefer-direct-record-over-recordref.md | ||
| prefer-get-for-primary-key-lookups.bad.al | ||
| prefer-get-for-primary-key-lookups.good.al | ||
| prefer-get-for-primary-key-lookups.md | ||
| set-current-key-to-match-filters.good.al | ||
| set-current-key-to-match-filters.md | ||
| use-addloadfields-in-report-layouts.good.al | ||
| use-addloadfields-in-report-layouts.md | ||
| use-calcsums-for-flowfield-totals.bad.al | ||
| use-calcsums-for-flowfield-totals.good.al | ||
| use-calcsums-for-flowfield-totals.md | ||
| use-findset-readonly-by-default.bad.al | ||
| use-findset-readonly-by-default.good.al | ||
| use-findset-readonly-by-default.md | ||
| use-findset-with-next.bad.al | ||
| use-findset-with-next.good.al | ||
| use-findset-with-next.md | ||
| use-insert-false-when-skipping-triggers.good.al | ||
| use-insert-false-when-skipping-triggers.md | ||
| use-isempty-for-existence-checks.bad.al | ||
| use-isempty-for-existence-checks.good.al | ||
| use-isempty-for-existence-checks.md | ||
| use-setloadfields-for-partial-records.bad.al | ||
| use-setloadfields-for-partial-records.good.al | ||
| use-setloadfields-for-partial-records.md | ||
| use-single-instance-codeunits-for-caching.good.al | ||
| use-single-instance-codeunits-for-caching.md | ||
| use-temporary-tables-for-intermediate-data.good.al | ||
| use-temporary-tables-for-intermediate-data.md | ||