Gang Wang

Results 49 comments of Gang Wang

For the post-action issue adding reference, root cause is the path of `targetFiles` missed the prefix `./` for relative path. It should look like `"targetFiles": [ "./MyTemplateApp/MyTemplateApp.csproj" ]`. Since #2810...

Update more detail on the investigation above. For dotnet 6.0.301 and above, it needs `./` prefix with relative path of `targetFiles` to get adding package reference post action work. But...

@das-kaesebrot As mentioned above the command with `-n test123` is not supported for adding reference post action when using `targetFiles` in .NET 6. Please also see the reason mentioned above....