Cannot create any diagram Error with Ghost Path
See original GitHub issueDescribe what is not working as expected.
Amazing tool but cannot make it work in my .net core 3 project.
Steps to reproduce
Include a complete description that I can redo to reproduce the issue.
right click on the project > EF Core Power Tools > Choose Add dbContext model diagram
Then I get the following error with a ghost path not available on my computer:
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.Combine(String path1, String path2) at EFCorePowerTools.Extensions.ProjectExtensions.GenerateFiles(Project project, List`1 result, String extension) in C:\projects\efcorepowertools\src\GUI\EFCorePowerTools\Extensions\ProjectExtensions.cs:line 178 at EFCorePowerTools.Handlers.ModelAnalyzerHandler.Generate(String outputPath, Project project, GenerationType generationType) in C:\projects\efcorepowertools\src\GUI\EFCorePowerTools\Handlers\ModelAnalyzerHandler.cs:line 92
Further technical details
EF Core Power Tools version: (found in About dialog - blue questionmark icon on context menu) 2.4.51.0
Database engine: (SQlite, SQL Compact, SQL Server, Postgres) Postgres
Visual Studio version: (e.g. Visual Studio 2017 15.7) 2019 comunity
Issue Analytics
- State:
- Created 3 years ago
- Comments:21 (10 by maintainers)
Top GitHub Comments
Fixed Marvelous! Thank you Erik 🥇
rated