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

Update the target for NET 9.0 in /03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels #115

Closed
PabloNunes opened this issue Mar 27, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request needs-review

Comments

@PabloNunes
Copy link
Collaborator

Issue with the target in .NET vs function used in demo:

App: /workspaces/Generative-AI-for-beginners-dotnet-workshop/03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/bin/Debug/net8.0/Vision-01MEAI-GitHubModels
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '8.0.0' (x64)
.NET location: /usr/share/dotnet

The following frameworks were found:
  9.0.3 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Plus, would recommend take care on string image = Path.Combine(Directory.GetCurrentDirectory(), "images", imageFileName); as seems it is detecting inside of the folder of the .cs instead of the overall \src\ folder.

Unhandled exception. System.IO.DirectoryNotFoundException: Could not find a part of the path '/workspaces/Generative-AI-for-beginners-dotnet-workshop/03-CoreGenerativeAITechniques/src/Vision-01MEAI-GitHubModels/images/running-shoes.jpg'.
Copy link

👋 Thanks for contributing @PabloNunes! We will review the issue and get back to you soon.

@elbruno elbruno added the enhancement New feature or request label Mar 31, 2025
@elbruno
Copy link
Collaborator

elbruno commented Mar 31, 2025

Fixed on #117
Best!

@elbruno elbruno closed this as completed Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-review
Projects
None yet
Development

No branches or pull requests

2 participants