dotnet conversions result in errors "unable to find package" because it does not set up using a relative path #446
Labels
area/language-host
Runtime that executes user programs
kind/bug
Some behavior is incorrect or out of spec
This results in an error before SDK generation and so conversions from terraform to csharp are broken.
Hint: The error is likely in the pulumi-language-dotnet implementation of GenerateProject which seems to check for all the dependencies to exist and if not errors. Other languages simply generate the project and that gets filled in afterwards.
The text was updated successfully, but these errors were encountered: