Tom Pipe

Results 7 issues of Tom Pipe

Various updates for azure indexes Add event for CreatingIndex to allow custom modification to the index Sorted umbraco fields alphabetically, keeping key/id at the top Add search term highlighting to...

First off, let me just express my appreciation for the work you've put into this. Secondly, I thought the following might be a helpful addition for those like myself, who...

Added @consultrpm.com

Not sure if it's caused by nested content, or umbraco deploy, but it appears a value on the related links json is not being set correctly, and the related links...

Firstly, let me open with my thanks for this library, I've only recently discovered it, but wish I'd found it earlier! 😄 I've had a minor issue in the project...

enhancement

## Summary Makes generated marker interfaces `partial` to allow users to manually extend them with custom implementations. Fixes #647 ## Changes - Modified `CSharpOutputBuilder.VisitDecl.cs:829` to generate `public partial interface Interface`...

## Problem When `--generate-marker-interfaces` is enabled, generated nested interfaces are not marked as `partial`, preventing users from manually extending them with custom implementations. ### Simple Example **C++ input:** ```cpp struct...