Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

But those are installed system wide. What if you have two different project with different requirements at the same time?

Every language should have a tool like Python uv.

 help



> What if you have two different project with different requirements at the same time?

Install multiple versions of Windows SDK. They co-exist just fine; new versions don’t replace old ones. When I was an independent contractor, I had 4 versions of visual studio and 10 versions of windows SDK all installed at once, different projects used different ones.


You can provide custom options to winget, and in there where to install it too (and additional components you need).

Windows SDKs, WDKs (driver dev), Visual Studio releases, and .NET SDKs all coexist peacefully on a machine. If a project build breaks due to newer SDKs, it's because it was configured with "use newest version". (Which is usually fine but sometimes requires pinning if you're using more "niche" things like WDK)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: