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.
netAmermaid crashes on Assembly.GetTypes() on an ASP.NET Core 6.0 project with errors such as: