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
I have a solution MyApp which also contains an installer for MSIX.
When I use switch-to-projects, I get:
NU1105 Unable to find project information for 'C:\Users\lpedersen\source\repos\MyNugetSolution\MyNugetProject.csproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore. MyApp.Installer C:\Users\lpedersen\source\repos\MyApp\MyApp.Installer\MyApp.Installer.wapproj 1
The installer is complaining about the project being outside the solution it seems.
I can build the solution and debug it. The.csproj file has replaced the Nuget reference with a ProjectReference.
However, the reference is adorned with a yellow triangle. And when I try stepping into the Nuget project, it is using outdated code from SourceLink.
Is the tool compatible with MSIX?
The text was updated successfully, but these errors were encountered:
I have a solution MyApp which also contains an installer for MSIX.
When I use switch-to-projects, I get:
NU1105 Unable to find project information for 'C:\Users\lpedersen\source\repos\MyNugetSolution\MyNugetProject.csproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore. MyApp.Installer C:\Users\lpedersen\source\repos\MyApp\MyApp.Installer\MyApp.Installer.wapproj 1
The installer is complaining about the project being outside the solution it seems.
I can build the solution and debug it. The.csproj file has replaced the Nuget reference with a ProjectReference.
However, the reference is adorned with a yellow triangle. And when I try stepping into the Nuget project, it is using outdated code from SourceLink.
Is the tool compatible with MSIX?
The text was updated successfully, but these errors were encountered: