You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: