Lex Li
✅ Different browser on Puppeteersharp
It is titled "Headless Chrome .NET API", so the answer is obvious, https://github.com/hardkoded/puppeteer-sharp
4 replies
Kind of a low-level question about bits and such
You might get some ideas from existing emulators like https://www.hanselman.com/blog/emulating-a-playstation-1-psx-entirely-with-c-and-net
6 replies
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
It uses WiX to produce the installers. The specific installer detects the CPU type and decides if it can be installed. End users can download three packages and try them one by one if they don't know much about CPU type.
47 replies
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
If you do want to utilize platform specific features, you will have to publish against individual platforms. That's what I did for Jexus Manager, https://github.com/jexuswebserver/JexusManager/releases/tag/v13.0.23.0
47 replies
MEF No exports were found that match the constraint
I will stick to working samples like https://github.com/bezzad/MEF-Sample instead of rolling out my own.
12 replies
Visual code studio and msbuild
To detect MSBuild paths on your machine, read posts like https://stackoverflow.com/questions/328017/path-to-msbuild
14 replies