Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

P# 1.6.2

Compare
Choose a tag to compare
@pdeligia pdeligia released this 11 Jun 18:55
· 28 commits to master since this release
da2a777

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 the Event.
  • Hardened the systematic testing runtime for some async/await corner cases.