Jakub Bereżański
Jakub Bereżański
Sure, we could host this package together with the rest of .NET Core packages. I'll be happy to review a PR (I wouldn't probably have time to create it myself).
In my case I have three URLs configured for the site: https://mysite-prod.azurewebsites.net https://mysite.mydomain.com https://officialname.mydomain.com The Azure AD application is configured with all three Reply URLs. The plugin is configured with...
It seems the unit tests are completely broken, possibly due to breaking changes in Pester 5.x. And even if they were correct syntacticaly, most of the tests of this resource...
This check should only be relevant in an upgrade scenario (if you already have an older VS 2022 Build Tools version installed and the package upgrades it to the latest)....
I might as well describe the complication already: There have been cases of VS updates so tiny/focused that they would not touch any components present in Build Tools. I have...
> I'm actually not a 100% sure what the base image is already shipping with Are you using a publicly available base image? If yes, can you share the link?...
User transforms would be very useful in my environment as well. I would prefer it, however, if the file extension stayed the same and ".user" got inserted before the extension,...
One package which would benefit from this is `dotnetcore-sdk`. The way Microsoft implemented the SDK is that each three-part SDK version gets installed side by side with all other versions,...
The `cChocoPackageInstaller` resource schema defines `Name` (i.e. package id) as the only key property, so that resource cannot support side-by-side versions. However, a second resource could have this schema: ```...
Personally, however, I no longer have a practical need to perform sxs installations, because last year I redesigned the .NET SDK packages family I mentioned in my earlier post and,...