libgit2 / libgit2/libgit2sharp
Support for MacCatalyst
Personne n'a encore pris cette issue.
- Langage dominant
- C#
- Étoiles
- 3.5k
- Forks
- 925
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Reproduction steps
Created a new .NET MAUI app and launched it with MacCatalyst. When making a call to Repository.IsValid(projectPath); it will throw the following. Looking at the output folder, the runtimes are not copied there. I have tried manipulating the output folder, but it doesn't seem to be able to resolve the native library properly.
{System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception.
---> System.DllNotFoundException: git2-e632535
at LibGit2Sharp.Core.NativeMethods.InitializeNativeLibrary() in **/_/LibGit2Sharp/Core/NativeMet…}**
Running the same command via a console application (.NET 7.0 CLI, not MacCatalyst) executes as expected.
Expected behavior
Native libraries should be copied to the output folder and made available, if possible, for the MacCatalyst platform.
Actual behavior
Native libraries are not copied over and cannot be referenced on MacCatalyst.
Version of LibGit2Sharp (release number or SHA1)
0.27.2
Operating system(s) tested; .NET runtime tested
.NET 7.0 via MacCatalyst-x64 (Mac M1).
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Commencez par reproduire Repository.IsValid(projectPath) dans une application .NET 7 MacCatalyst-x64 et inspectez Core/NativeMethods ainsi que le dossier de sortie. Comparez la sortie MacCatalyst avec les fichiers natifs d’exécution de l’application console fonctionnelle ; c’est terminé lorsque la bibliothèque native requise est copiée et résolue sur MacCatalyst.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- csharp, git
- Domaine
- build-system, desktop
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100