We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5926348 commit 6aec0c2Copy full SHA for 6aec0c2
Helios/ImageManager.cs
@@ -366,7 +366,7 @@ private Uri GetImageUri(string path)
366
{
367
string packPath = MakeImagePathAbsolute(path);
368
Uri imageUri = new Uri(packPath, UriKind.Absolute);
369
- ListResources(imageUri);
+ // ListResources(imageUri); //WiP
370
371
372
if (CanOpenPackUri(imageUri))
0 commit comments