h0lg / netAmermaid

An automated documentation tool for visually exploring .NET assemblies along type relations using rapid diagramming.
MIT License
3 stars 1 forks source link

crash when pointing to ASP.NET project #4

Closed AndrewKoransky closed 1 year ago

AndrewKoransky commented 1 year ago

netAmermaid crashes on Assembly.GetTypes() on an ASP.NET Core 6.0 project with errors such as:

Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.AspNetCore.Mvc.Razor, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
Could not load file or assembly 'Microsoft.AspNetCore.Mvc.RazorPages, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.