Integrate Publisher and ArSubsv with sibling ARIEC61850 engine#51
Draft
masarray wants to merge 61 commits into
Draft
Integrate Publisher and ArSubsv with sibling ARIEC61850 engine#51masarray wants to merge 61 commits into
masarray wants to merge 61 commits into
Conversation
…he sibling engine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Remove the embedded IEC 61850 engine from the active ARSVIN application graph so ARSVIN Publisher and ArSubsv Subscriber develop against one managed source of truth:
masarray/ARIEC61850.This draft supersedes the standalone engine placement in draft PR #50 and is paired with ARIEC61850 draft PR #45. Neither PR is merged.
Architecture change
Publisher, Subscriber, and ARSVIN.Tests now reference the sibling projects:
ARIEC61850/src/AR.Iec61850/AR.Iec61850.csprojARIEC61850/src/AR.Iec61850.Transports.Npcap/AR.Iec61850.Transports.Npcap.csprojThe embedded
src/ARSVIN.Engineproject is removed from the active solution and active ProjectReferences. Remaining source in that directory is inactive migration material only.Reproducible paired-engine pin
The exact engine revision is stored in:
Current pin:
CI, CodeQL, local paired validation, build automation, packaging, release provenance, and SBOM processing resolve and verify this 40-character SHA. A moving branch name is no longer the build identity.
Governance
ARSVIN.EngineAR.Iec61850.*namespaces cannot be reintroduced in Publisher or Subscriber foldersbuild.ps1fails on a sibling-engine commit mismatchscripts/test-paired-engine.ps1runs engine tests, paired application build/tests, and integration coverage gatesGeneric SV direction
seqOfDatainspection without invented channel semanticsCompatibility issues found and fixed during pairing
MacAddressnow compares address octets by value rather than backing-array reference01b=InvalidValidation at head
85e2c02f29a20447b23c297dbbc70a917cdee49ePaired CI run 291 — passed
CodeQL run 296 — passed
The pinned paired solution restored, built with warnings as errors, and completed CodeQL analysis successfully.
Windows release validation run 207 — passed
The GitHub Release publication job was skipped because this is an unmerged PR, not a release tag.
Public site run 107 — passed
Documentation and product website validation passed; deployment was skipped for the PR.
Local test procedure
Expected layout:
Remaining before merge
nofASDU=1and multi-ASDU replayThis PR intentionally remains draft and unmerged for local validation.