When I execute the dotnet t4 tool, I get the following:
dotnet t4 -P bin/Debug/net7.0/ MermaidDiagram.tt
Processing 'MermaidDiagram.tt' failed.
ERROR: Metadata file 'Microsoft.EntityFrameworkCore.dll' could not be found
ERROR: Metadata file 'Microsoft.EntityFrameworkCore.Relational.dll' could not be found
ERROR: Metadata file 'Microsoft.EntityFrameworkCore.Design.dll' could not be found
My project's bin/Debug/net7.0 folder has these dlls, but I'm not sure why this isn't working. Any advice would be appreciated.
My t4 template has the following:
When I execute the dotnet t4 tool, I get the following:
My project's bin/Debug/net7.0 folder has these dlls, but I'm not sure why this isn't working. Any advice would be appreciated.