.NET Bug: MermaidRenderer
fails when invoked in parallel
#10457
Labels
bug
Something isn't working
experimental
Associated with an experimental feature
.NET
Issue or Pull requests regarding .NET code
processes
samples
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Describe the bug
MermaidRenderer
uses the same temp-file location for all invocations. This results in file contention that leads to anIOException
.To Reproduce
Steps to reproduce the behavior:
GettingStartedWithProcesses
that invokesMermaidRenderer
Expected behavior
Samples execute without exception. (Use a unique temporary file for each invocation)
Platform
The text was updated successfully, but these errors were encountered: