Tom Longhurst
Tom Longhurst
Testing / BDTest - [https://github.com/thomhurst/BDTest/wiki](https://github.com/thomhurst/BDTest/wiki) A behaviour driven testing and reporting framework!
Targeting latest SDK Version Upgraded Kotlin to 1.3.41 Migrated from support library to AndroidX Upgraded Gradle to 5.1.1
IfCondition is what it says on the tin - An if statement in your pipeline e.g. ```yaml - ${{ if startsWith(parameters.Param1, 'Param') }}: - name: feature value: on ``` InlineCondition...
Please could you create a constructor where we could pass in our own theme. Thanks!
### Library name and version Azure.ResourceManager.AppService 1.0.0 ### Describe the bug Trying to update an `AppServicePlanResource` with an `AppServicePlanPatch` fails with exception of missing `Sku`. However `Sku` isn't an available...
Added Modular Pipelines to the Build Automation section. Library/framework to define and write your pipelines in C#! https://github.com/thomhurst/ModularPipelines
Morning, I raised an issue about inserting Progress Tasks into specific positions. My use case is I'm doing stuff asynchronously, and I want to be able to insert tasks before/after...
**Information** - OS: MacOS - Version: [e.g. 0.47.0] - Terminal: GitHub Actions **Describe the bug** ``` Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object. at...
I'm setting up a Progress console on my application start up, and defining some ProgressTasks. After this, during runtime, I am able to discover some more work that I can't...
Fix Issue #342 . ## Changes An interface of ITelemetryClient, containing all the public methods/properties available on TelemetryClient. This allows consumers to inject an interface, rather than a concrete implementation,...