cefsharp/CefSharp

Feature Request - ARM64 support on .NET Framework 4.8.1

Open

#4.155 aberto em 10 de jul. de 2022

Ver no GitHub
 (10 comments) (1 reaction) (0 assignees)C# (2.940 forks)batch import
Help Wantedfeature-request

Métricas do repositório

Stars
 (10.221 stars)
Métricas de merge de PR
 (Mesclagem média 3d 5h) (5 fundiu PRs em 30d)

Description

Bulk of the work to support Windows ARM64 is done. The only feature that will help is if CefSharp could also be compiled for .NET Framework ARM64 support.

It should merely be recompiling the managed components and the managed C++ components but leaving the rest of the native parts unchanged.

This will allow applications that are running on .NET Framework 4.8.1 on Windows 11 ARM64 to work flawlessly.

Guia do colaborador