Ryan Price

Results 106 comments of Ryan Price

I went with this one: /lib:C:\VisualStudio\2022\Professional\dotnet\net8.0\runtime\shared\Microsoft.NETCore.App\8.0.1 Which got rid of the error during repacking. I'll have to test the resulting assembly later - I need to copy it to a...

> I’m guessing 2.0.18 was accidentally picking it up from some random location like the GAC or something. We did change the resolve algorithm to rely on the /lib: arguments...

![image](https://github.com/gluck/il-repack/assets/22463555/c8677bcf-0a86-4881-b0ac-06cbe37c5d60)

And if I do `refdump *.dll -s -t | findstr /i /r Microsoft.*Core` then all I get is WebView2.Core and .*Basic.*: ``` C:\Projects\CBS\CBS-Vault\CBS.Vault\bin\Debug>refdump *.dll -s -t | findstr /i /r...

So its failing when trying to resolve Microsoft.VisualBasic.MyGroupCollectionAttribute, which in .NET 'core' lives in Microsoft.VisualBasic.Core, but in .NET 'Framework' lives in Microsoft.VisualBasic. Putting a break point in ReferenceFixator.FixReferences, I can...

It might be worth looking at the home of SPICE: https://gitlab.freedesktop.org/spice/spice-gtk and at the viewer that they recommend: https://gitlab.com/virt-viewer/virt-viewer

@devipasigner I have posted a possible solution to your 'dark mode' option in #56 . The colours are all defined in CSS, and you can modify the main.css file (make...

> Can you elaborate this a bit? Do you mean the subnet field in the scope at the top should be locked? No, I mean the IP address for a...

> Will explore this thing once and see how it can be done. I should note that for my scenario, 'clustering' would be a more convenient scenario - I have...

> Anyone got a blog post or YouTube video of their experiences with B4X? I've always been curious about it. It really shows how independent developers can bring BASIC to...