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
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
dotnet-cli 1.0.0-preview4-004215
Run any dotnet user-secrets command
Error:
debug: Project file path C:\Users\namc\Documents\Visual Studio 2017\Projects\WebApplication1\src\WebApplication2\WebApplication2.csproj.
debug: C:\Program Files\dotnet\sdk\1.0.0-preview4-004215\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.targets(35,3): error MSB4102: The value "" of the "Project" attribute in element <Import> is invalid. Parameter "path" cannot have zero length. [C:\Users\namc\.nuget\packages\microsoft.extensions.secretmanager.tools\1.0.0-msbuild2-final\tools\FindUserSecretsProperty.targets]
fail: Could not load the MSBuild project 'C:\Users\namc\Documents\Visual Studio 2017\Projects\WebApplication1\src\WebApplication2\WebApplication2.csproj'.
Implicit imports prevents using <Import> on a project file that has the Sdk attribute. This change instead generates a file in the MSBuildProjectExtensionsPath to inject targets require to find the UserSecretsId property in a project.
Resolves#242
Implicit imports prevents using <Import> on a project file that has the Sdk attribute. This change instead generates a file in the MSBuildProjectExtensionsPath to inject targets require to find the UserSecretsId property in a project.
Resolves#242
Repro:
dotnet-cli 1.0.0-preview4-004215
Run any
dotnet user-secrets
commandError:
cref dotnet/msbuild#1392
The text was updated successfully, but these errors were encountered: