Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet conversions result in errors "unable to find package" because it does not set up using a relative path #446

Open
brandonpollack23 opened this issue Jan 14, 2025 · 0 comments
Labels
area/language-host Runtime that executes user programs kind/bug Some behavior is incorrect or out of spec

Comments

@brandonpollack23
Copy link
Contributor

brandonpollack23 commented Jan 14, 2025

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.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Jan 14, 2025
@justinvp justinvp transferred this issue from pulumi/pulumi Jan 20, 2025
@justinvp justinvp added kind/bug Some behavior is incorrect or out of spec area/language-host Runtime that executes user programs and removed needs-triage Needs attention from the triage team labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/language-host Runtime that executes user programs kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

3 participants