Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the Newer Versions of the .NET Runtime #53

Closed
tsutomi opened this issue Oct 28, 2023 · 0 comments · Fixed by #54
Closed

Support the Newer Versions of the .NET Runtime #53

tsutomi opened this issue Oct 28, 2023 · 0 comments · Fixed by #54
Assignees
Labels
enhancement New feature or request

Comments

@tsutomi
Copy link
Member

tsutomi commented Oct 28, 2023

The current framework is implemented on top of the .NET 6.0 framework, which has been put on Long Term Support (LTS) by Microsoft, the first phase in the process of retirement.

We should aim to add support for the .NET 7.0 and potentially the .NET 8.0 frameworks, to make the Deveel Webhooks future-proof.

Expected Benefits

The newer versions of the .NET framework improve the performances of several of the low-level components, resulting in improved performances of the applications.

Even not rewriting the code of the Deveel Webhooks framework, to use the latest constructs of the .NET, we might benefit by providing assemblies that are built against the newer versions of the .NET framework.

Possible Side Effects

@tsutomi tsutomi added the enhancement New feature or request label Oct 28, 2023
@tsutomi tsutomi self-assigned this Oct 28, 2023
@tsutomi tsutomi linked a pull request Oct 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant