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

Recursive search of the folder "ExamplePythonDependency" in Program.cs, not working in CodeSpaces #226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elbruno
Copy link

@elbruno elbruno commented Sep 25, 2024

No description provided.

@aaronpowell
Copy link
Collaborator

Do you know why it wasn't working in a code space? It should run the same from path discovery as other OS environments.

@@ -9,8 +9,9 @@
var builder = Host.CreateDefaultBuilder(args)
.ConfigureServices(services =>
{
var home = Path.Join(Environment.CurrentDirectory, "..", "..", "..", "..", "ExamplePythonDependency");
Copy link
Author

@elbruno elbruno Oct 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This path resolve line is not working while running in a GitHub Codespace.
Here are the sample test steps

  • create a new GH Codespace in the repo
  • run the sample

Somehow, the Codespace environment didn't resolve this.

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants