Lex Li
Lex Li
CC#
Created by The Fog from Human Resources on 5/1/2024 in #help
✅ Different browser on Puppeteersharp
It is titled "Headless Chrome .NET API", so the answer is obvious, https://github.com/hardkoded/puppeteer-sharp
4 replies
CC#
Created by Bob on 4/29/2024 in #help
Kind of a low-level question about bits and such
6 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
BTW, WinForms for ARM (32 bit) existed ever since Windows 8/RT (though not officially supported there).
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
Only "win-arm64" is feasible now. ARM 32 bit is officially deprecated by ARM, so no longer supported by Windows.
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
You might create similar installers for your app.
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
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
CC#
Created by AndrewBindon on 4/29/2024 in #help
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
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
That's wrong. WinForms does run on Windows ARM64.
47 replies
CC#
Created by _read_only_ on 4/27/2024 in #help
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
CC#
Created by M_L_T on 4/27/2024 in #help
Visual code studio and msbuild
But that becomes a new question which you should post separately.
14 replies
CC#
Created by M_L_T on 4/27/2024 in #help
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
CC#
Created by M_L_T on 4/27/2024 in #help
Visual code studio and msbuild
That's expected. MSBuild was never added to Windows PATH by default, so you cannot call it without specifying the full path (ever since .NET Framework 2.0 in 2004-2005).
14 replies
CC#
Created by Gipper on 4/26/2024 in #help
Can I set up an integration testing environment with no app available and no code? If so, how?
Sure. Always painful to distinguish the two.
78 replies
CC#
Created by Gipper on 4/26/2024 in #help
Can I set up an integration testing environment with no app available and no code? If so, how?
"without IIS or IIS Express" is only applicable to ASP.NET Web API/SignalR on OWIN self hosting, but not general ASP.NET 4.x on System.Web.
78 replies
CC#
Created by _read_only_ on 4/26/2024 in #help
"Protected" dll reference
Can that be converted to a web service? Anyway, the domain of your app isn't something I know very well, so I won't comment further.
34 replies
CC#
Created by _read_only_ on 4/26/2024 in #help
"Protected" dll reference
Then all extensions (open source or commercial) are simply loaded together.
34 replies
CC#
Created by _read_only_ on 4/26/2024 in #help
"Protected" dll reference
MEF or Mono.Addins.
34 replies
CC#
Created by _read_only_ on 4/26/2024 in #help
"Protected" dll reference
? You need to develop your app with a plugin framework
34 replies
CC#
Created by _read_only_ on 4/26/2024 in #help
"Protected" dll reference
That depends on what kind of app and what kind of feature.
34 replies
CC#
Created by _read_only_ on 4/26/2024 in #help
"Protected" dll reference
If you do have to ship those features fully in your desktop app, instead of obfuscating a small portion, you can obfuscate the entire app. Anyone who wants the open source version can compile from the code you shared.
34 replies