Skip to content

Added Ci/GitHub actions#1

Merged
baal2000 merged 5 commits into
mainfrom
ci/github-actions
Mar 19, 2026
Merged

Added Ci/GitHub actions#1
baal2000 merged 5 commits into
mainfrom
ci/github-actions

Conversation

@baal2000
Copy link
Copy Markdown
Owner

No description provided.

Program.cs: add exit codes 3 (issue not confirmed) and 4 (workaround failed)
alongside the existing 0 (both pass), 1 (wrong runtime), 2 (no events).
Exit 0 only when PayloadNames is null AND raw byte parsing decoded all events.

.github/workflows/repro.yml: run on every push/PR, ubuntu-latest + .NET 10,
restore then dotnet run — green = issue confirmed + workaround confirmed.
PayloadNames returns empty array (not null).
PayloadValue(0) returns sentinel string not null.
Update expected output with actual event count and types from CI run.
Count varies per run (randomized sampler); 100% success rate is the stable signal.
@baal2000 baal2000 merged commit 95fff50 into main Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant