Borja Domínguez

Results 254 comments of Borja Domínguez

I have just created a PR

@Yortw CI seems to be failing because it tries to download a non existing netfx_403mtpack.exe. You should update CI to github actions and dotnet sdk as it's easier to maintain....

It's git ignored because it's automatically generated with "npm run build" (with tsc) command.

@shayki5 what about this? It seems to be a relatively simple way to make it cross-platform. https://blogs.blackmarble.co.uk/rfennell/a-technique-for-porting-powershell-based-azure-devops-extensions-to-node-so-they-can-be-run-cross-platform-without-a-complete-re-write/

@shayki5 please read: https://github.com/shayki5/azure-devops-create-pr-task/pull/145

In Microsoft.Extensions.DependencyInjection there is **IServiceCollection** where you add dependencies and a **IServiceProvider** where you resolve dependencies. I'm trying to replace **IMvxIoCProvider** but I have some problems: 1. In this code...