Introduce Vexer platform scaffolding and enrich Concelier merge
This commit is contained in:
		| @@ -80,6 +80,7 @@ Here’s a quick, practical idea to make your version-range modeling cleaner and | ||||
| * **Emit items, not a monolith**: have the builder return `IEnumerable<NormalizedVersionRule>`. | ||||
| * **Normalize early**: resolve “aliases” (`1.2.x`, `^1.2.3`, distro styles) into canonical `(type,min,max,…)` before persistence. | ||||
| * **Traceability**: include `notes`/`sourceRef` on each rule so you can re-materialize provenance during audits. | ||||
| * **Lean projection helper**: when you only need normalized rules (and not the intermediate primitives), prefer `SemVerRangeRuleBuilder.BuildNormalizedRules(rawRange, patchedVersion, provenanceNote)` to skip manual projections. | ||||
|  | ||||
| ### C# sketch | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user