dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

Images missing from tiles in "Select a scenario" #1930

Open vLGrok opened 2 years ago

vLGrok commented 2 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Follow the tutorial until this step: https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/scenario
  2. Notice images not present in my Visual Studio, compared to the tutorial.

Expected behavior Expected the tiles to have images along with the text below the images.

Screenshots

Expected: 2021-11-29 13_54_10-ML NET Tutorial _ Get started in 10 minutes _  NET

Actual: 2021-11-29 13_44_49-myMLApp - Microsoft Visual Studio (Administrator)

Additional context As far as I know, no functionality is affected. I haven't continued past this step but will. Just wanted to report this before moving on.

zewditu commented 2 years ago

Thanks for reporting this issue, It is a known issue.

JakeRadMSFT commented 2 years ago

Could you please try to clear VS Cache and see if the images comes back? You can do this through opening command line under Visual Studio's Tool menu and run the following command:

devenv.exe /clearCache

beccamc commented 2 years ago

We need to reach back out to the VS extensibility team to figure this out. @zewditu Can you take care of this?

beccamc commented 2 years ago

@zewditu Is this finally resolved?

luisquintanilla commented 2 years ago

@JakeRadMSFT to try Fully qualified namespace registration before reaching out to partners.

luisquintanilla commented 2 years ago

Still running into this issue with the latest version from the private feed.

Image

Hypothesis: The source you install from is the issue. If you install from the private feed it's an issue but if you install from the marketplace it's not.

luisquintanilla commented 2 years ago

@beccamc

I think we're okay to close this issue. It only appears to happen with builds from the private gallery. After installing the latest release from the Marketplace, the images are there.

image

beccamc commented 2 years ago

@luisquintanilla Jake told me today that he has a consistent repo without the private gallery.

luisquintanilla commented 2 years ago

@JakeRadMSFT to try to repro / fix next week

luisquintanilla commented 2 years ago

I was unable to repro when updating to the latest version: 16.13.10.2245901

JakeRadMSFT commented 2 years ago

Managed to get this to repro today in a dev build... experimenting with fix.

luisquintanilla commented 1 year ago

@JakeRadMSFT to provide next steps. Moving to December 2022 milestone.

luisquintanilla commented 1 year ago

We don't have a consistent repro. Closing for now and will wait for feedback.

v-Hailishi commented 1 year ago

The bug has been fixed on the latest main build 17.14.4.2315802. image image

v-Hailishi commented 1 year ago

The bug is repro again on the latest main build 17.14.4.2316301.

image
v-Hailishi commented 1 year ago

The bug is not repro on the latest main build 17.14.4.2316401

image
v-Hailishi commented 1 year ago

The bug is repro again on the latest main build 17.14.4.2316701. image

sambasile commented 10 months ago

I still see this issue in VS Professional 17.8.3. Is it supposed to be resolved or is it still an open issue?