Kris Akins
12/05/2022, 10:03 PMMessage:
System.Net.HttpListenerException : The process cannot access the file because it is being used by another process.
Stack Trace:
HttpListener.AddPrefixCore(String registeredPrefix)
HttpListener.AddAllPrefixes()
HttpListener.Start()
MessagingProvider.Start(JsonSerializerSettings settings)
PactVerifier.MessagingProvider(String providerName, JsonSerializerSettings settings)
I originally thought that the access error is related to my pact file being used by some other process, but I don't know what that'd be. Also, I don't know why this is just now failing 🤔
.WithFileSource(new FileInfo(pactPath))
Kris Akins
12/05/2022, 10:20 PMKris Akins
12/05/2022, 10:55 PMKris Akins
12/05/2022, 10:56 PM