This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
P# 1.6.2
This release contains the 1.6.2 version of the P# framework.
This is a minor release that does the following changes:
- Exposed the setter of the
Machine.OperationGroupId
property. - Modified the internals of how the operation group id associated with event operations is maintained and propagated across the runtime, which allowed us to decouple the
OperationGroupId
from theEvent
. - Hardened the systematic testing runtime for some
async
/await
corner cases.