delivery-sdk-net icon indicating copy to clipboard operation
delivery-sdk-net copied to clipboard

Kontent.ai Delivery .NET SDK

Results 25 delivery-sdk-net issues
Sort by recently updated
recently updated
newest added

### Brief bug description Get the following error when deserializing cached data using the IDeliveryCacheClient using a IDistributedCache: ``` [11:12:02 FTL] Application start-up failed Newtonsoft.Json.JsonReaderException: The reader's MaxDepth of 64...

### Motivation Fixes #119 I did not add the specific `DateTime` and `decimal` constructors. I have also kept the original method signatures for all of the filters for backward compatibility....

### Motivation Customers want to enable secure access to their assets and use the asset-related API keys in the same way as content-related API keys. ### Proposed solution Add support...

### Motivation In the unit tests in DeliveryOptionsBuilderTests we don't use trailing slashed for custom endpoints, but without a trailing slash, the URL is constructed incorrectly. Which makes it confusing...

- Set endpoint URLs ([with trailing slashes](https://stackoverflow.com/a/23438417/1332034)) to `HttpClient.BaseAddress` - Refactor the `DeliveryEndpointUrlBuilder` to be able to produce URLs with and without the base address

refactoring

**Theme:** - Improve rich-text rendering for .NET **Goals:** - improve and unify the link & asset resolution (#258 - resolution of all data-* attributes, #243 - other attributes of ,...

enhancement
under consideration
rich-text

In the past, developer wanted to register and use custom implementation of custom URL resolver based on https://kontent.ai/learn/tutorials/develop-apps/get-content/structured-rich-text/?tech=dotnet#a-resolve-hyperlinks-to-content-items. Unfortunately his implementation combined usage of `DeliveryClientBuilder` methods `WithContentLinkUrlResolver` and `WithModelProvider`. Developer...

### Motivation Customers want to use their own domains in asset links instead of the default Kontent asset URL. This way the links on their webpage will look more trustworthy,...

### Motivation Basically, the same as Microsoft's. Mainly: - PRs spanning multiple repos. More details at: - https://github.com/dotnet/announcements/issues/119 - https://github.com/aspnet/Announcements/issues/411 ### Proposed solution Merge repos that are tightly dependent on...

refactoring

### Motivation We receive a lot of various error reports (on StackOverflow, GitHub, support chat on intercom) that all have one common denominator: they are caused by a missing registration...

enhancement
help wanted
question
spike
documentation
under consideration