This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Support parallel/portfolio testing in .NET Core builds #345
Labels
controlled-testing
Feature related to controlled testing
tools
Request or feature related to the tools
Using .NET Core,
PSharpTester
currently works only in sequential mode (no portfolio or parallel testing). The reason is that WCF (which we are currently using to spawn and control multiple testing processes in parallel) is not fully supported in .NET Core (and it will not be).We will investigate using ASP.NET Core instead to achieve the same functionality.
The text was updated successfully, but these errors were encountered: