Skip to content

James Pearson

109 Posts
2,909 Views
Dynamics 365 Business Central

Code Coverage Updates in VS Code with AL Test Runner

Intro For a while now AL Test Runner has been able to download the code coverage details after running your tests, output a summary of the objects that…

📅 30 April 2024 👁 29 views
Dynamics 365 Business Central

Performance Profiling Tests with AL Test Runner

This is a feature that has been in AL Test Runner for a months now but I haven’t got round to blogging about it. I haven’t done much…

📅 1 March 2024 👁 19 views
Dynamics 365 Business Central

Using the Dynamic Data Type in KQL

Intro Lately I’ve been working more with telemetry, Application Insights, the excellent Power BI report and samples from Microsoft and writing a little KQL. Back in the days…

📅 22 August 2023 👁 11 views
Dynamics 365 Business Central

Flagging How Your Code Got Called

Sometimes it would be useful to know how your code has been reached. For example, how and why is this sales line being inserted, or this sales order…

📅 9 August 2023 👁 31 views
Dynamics 365 Business Central

Tip: Out-ExcelClipboard in PowerShell

From time to time I want to get some result from a PowerShell command into Excel. Unless I’m missing something, there isn’t a great option to do this…

📅 16 May 2023 👁 60 views
Dynamics 365 Business Central

Tip: Share a Git Hooks Directory Across Your Repositories

TL;DR git config --global core.hookspath '<path to hooks directory>' Sharing Hooks Across Repos I posted before about using a pre-commit hook to check that I’m not committing anything…

📅 7 September 2022 👁 32 views