kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK

Home Page:https://www.nuget.org/packages/Kontent.Ai.Delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET 7 support

novakv541 opened this issue · comments

May you migrate this project to .NET 7, please?

Thanks

Hello @novakv541,

thanks for the issue. May I ask you to add the information asked in the template? I know it seems boring, but the provided information would help us decide how to approach the issue.

The template is following:

### Motivation

Why is this feature required? What problems does it solve?

### Proposed solution

An ideal solution for the above problems.

### Additional context

Add any other context, screenshots, or reference links about the feature request here.

Motivation

.NET 6 is missing functionalities that .NET 7 has (caching) that we want to use for our .NET based Kotnent.ai project.

Proposed solution

Upgrade to .NET 7.

Additional context

https://www.honlsoft.com/blog/2022-09-24-output-caching-in-asp-net-core

@Simply007 May I ask about your prioritization, please? We need to start developing ASAP.

Thanks

Motivation

.NET 6 is missing functionalities that .NET 7 has (caching) that we want to use for our .NET based Kotnent.ai project.

Proposed solution

Upgrade to .NET 7.

Additional context

https://www.honlsoft.com/blog/2022-09-24-output-caching-in-asp-net-core

Correct me if I am wrong, but you can create .NET 7 application and use .NET 6 targetted libraries.

I have just tested out .NET 7 MVC application using Delivery SDK as well as registering 2 first routes from the Caching article. Everything is working just fine.

The compatibility should be OK by the official breaking change statement my MS.

Hi,
We've tested it also and confirmed that it's working.

Thanks