xantari

Results 60 comments of xantari

Any updates on when this will be complete and support the OTLP data?

FYI, also started running into this using the MSAL out of the box library with Blazor after 17.11 update. It seems their new debugging feature started breaking on all unhandled...

@pokornyd What is status on this?

I'll see if I can figure out the RichTextResolver piece you mentioned. In regards to the URI route, I did a quick performance test and it appears that the string...

@pokornyd I updated the rich text content converter as well. It appears that it only is used when you try to embed images into rich text blocks. Let me know...

It appears that this might be as simple as allowing for string replacements from SDK configuration in this file: https://github.com/kontent-ai/delivery-sdk-net/blob/9327b2c924d187e5f422072f6b7ce64f6de6ee46/Kontent.Ai.Delivery/ContentItems/AssetElementValueConverter.cs#L33 Such that ResolveAssetUrl function does a string substitution for the...

PR out there now: https://github.com/kontent-ai/delivery-sdk-net/pull/398