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

### Blockers `Deserialization of interface types is not supported.` - [Polymorphic deserialization will be supported in .NET 5](https://github.com/dotnet/runtime/issues/30956#issuecomment-535230078) - https://github.com/dotnet/runtime/issues/30083 #### Workaround - https://github.com/lwardzala/Json.Abstraction ### Motivation - improve performance in...

blocked
refactoring

- [ ] [display templates](https://robwest.info/articles/how-to-render-different-output-for-rich-text-in-kentico-kontent-using-the-delivery-net-sdk) - [ ] content types part of the Delivery SDK - [ ] [full framework](https://github.com/Kentico/kontent-delivery-sdk-net/wiki/Loading-DeliveryClient-settings-for-apps-running-on-.NET-framework-(MVC-5-&-OWIN)) - [ ] configuring Options based on [1](https://medium.com/@dmitryzaets/legacy-net-applications-configuration-management-net-framework-4-5-1-68220335d9d8) and [2](https://www.leniel.net/2019/07/using-ioptions-from-dotnet-core-with-dotnet-framework-451-ninject-dependency-injection-version.html)

documentation

### Motivation To enable usage of `Nullable` in dependant libraries. ### Proposed solution - `enable` - make appropriate places with `?` ### Additional context - https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references - https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/nullable-reference-types

help wanted
refactoring
hacktoberfest
up-for-grabs

Blocked by: #215 ## Motivation Both `Newtonsoft.Json` and `System.Text.Json` support value converters. We could get rid of our custom implementation based on the `IPropertyValueConverter`. It would be one thing less...

blocked
refactoring

### Motivation In order to be in line with Microsoft's best practices: - https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests - https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly we'd like to make our [retry policy](https://github.com/Kentico/kontent-delivery-sdk-net/tree/master/Kentico.Kontent.Delivery.Abstractions/RetryPolicy) support compatible with Polly.

enhancement
refactoring