Alex Hedley

Results 20 comments of Alex Hedley

I thought I'd seen it somewhere, need to search docs better! Thanks for linking that. So we need to add a default `CodePath` to the template since it's *Required*. Template...

What’s your nuget package source?

https://docs.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-add-source ```bash dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org ```

I've made some progress with this: Action: https://github.com/AlexHedley/streamdeckplugindistribution-test-action (I'll make a new clean repo once it's working properly) Test Repo: https://github.com/AlexHedley/sdpd-action-test

@csharpfritz #107 mentions [ReadTheDocs](http://readthedocs.org), do you have a preference for which docs lib is used, i.e. [MkDocs](https://www.mkdocs.org) or [DocFX](https://dotnet.github.io/docfx/) etc I recently built a workflow with GitHub Actions to get...

https://github.com/xmartlabs/XLForm#additional-configuration-of-rows > You just have to add the properties to cellConfig or cellConfigAtConfigure dictionary property of XLFormRowDescriptor. The main difference between cellConfig and cellConfigAtConfigure is the time when the property...

If you download the Project and open the [Examples](https://github.com/xmartlabs/XLForm/tree/master/Examples) there are lots of different concepts you can see implemented, the [README](https://github.com/xmartlabs/XLForm/blob/master/README.md) also explains a lot of functionality.

https://github.com/xmartlabs/XLForm/issues/765

https://github.com/xmartlabs/XLForm/issues/477

https://github.com/xmartlabs/XLForm/issues/943