Borja Domínguez

Results 62 issues of Borja Domínguez

@ahmadnassri I use a self hosted runner (Raspberry Pi) but I can't use it with this docker image because it's only published with **linux/amd64** platform: https://hub.docker.com/r/ahmadnassri/action-dependabot-auto-merge/tags I suppose that you...

@ahmadnassri I am using it in a Xamarin development that must run on macOS machines and this action is preventing me from running the workflow correctly. Is this the case?...

- Relevant csproj have been updated to sdk style format. - Remove code smells to relevant projects. - Apply code formatting to relevant projects. - Update *.sln to VS 2019....

Please update the NetCore project to target .NET Standard 2.0. I have tried to do it myself to make a PR but I have not been able to. Steps I...

Please, can you add async APIs for serialization/deserialization? For now I have solved it myself inheriting from the class for my specific case: ```csharp public class Gpx11SerializerAsync : Gpx11Serializer {...

Fix https://github.com/shenxn/ha-dyson/issues/138

- I created the package.json file based on the wrapper example and taking values from the vss-extension.json file. - I created the tsconfig.json file following the official documentation: https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops I...

- Use the minimum version compatible with .NET Standard 2.0 (11.0.1) - Remove dependency when solving transitively

@yausername I have some questions/problems: 1. Where did you get these *.so files from? I'm trying to load them in a Xamarin application (following this tutorial: https://docs.microsoft.com/en-us/xamarin/android/platform/native-libraries) and I get...