Description
Can you share some light around custom project types like .npmproj
, e.g.:
and how they can be referenced as a dependency in Visual Studio solution? I am trying to attach all the source code dependencies of Blazor to the solution of a sample project in order to debug the actual source code, but the dependency on Microsoft.AspNetCore.Components.Browser.JS.npmproj cannot be added by "Add existing project" due to the unsupported project extension in the menu.
Similar scenarios for JS are created as .csproj
files, which allows them to be added without any issues:
https://github.com/dotnet/jsinterop/tree/master/src/Microsoft.JSInterop.JS
@natemcmaster
Looking at the commit that introduced the *.npmproj
, can you add some details on what is the workflow when working with this project in order to attach the source code to a project for debugging?