Does this work with .NET MAUI Blazor-App?
See original GitHub issueDoes this work with .NET MAUI Blazor-App? Or is this only for the Xamarin .NET MAUI-App?
I used it in an MAUI BLazor-App and an Error happend as I installed the Nugetpacket via manager.
…
System.IO.DirectoryNotFoundException: Ein Teil des Pfades “C:\Users\Are.nuget\packages\xamarin.firebase.ios.installations\8.10.0.1\lib\net6.0-ios15.4\Firebase.Installations.resources\FirebaseInstallations.xcframework\ios-arm64_i386_x86_64-simulator\FirebaseInstallations.framework\Headers\FirebaseInstallations-umbrella.h” konnte nicht gefunden werden.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
bei System.IO.FileStream…ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
bei System.IO.File.Create(String path)
bei NuGet.Packaging.StreamExtensions.Testable.MmapCopy(Stream inputStream, String fileFullPath, Int64 size)
bei NuGet.Packaging.StreamExtensions.Testable.CopyToFile(Stream inputStream, String fileFullPath)
bei NuGet.Packaging.PackageFileExtractor.ExtractPackageFile(String source, String target, Stream stream)
bei NuGet.Packaging.PackageArchiveReader.CopyFiles(String destination, IEnumerable1 packageFiles, ExtractPackageFileDelegate extractFile, ILogger logger, CancellationToken token) bei NuGet.Packaging.PackageReaderBase.CopyFilesAsync(String destination, IEnumerable
1 packageFiles, ExtractPackageFileDelegate extractFile, ILogger logger, CancellationToken cancellationToken)
bei NuGet.Packaging.PackageExtractor.<>c__DisplayClass5_0.<<InstallFromSourceAsync>b__0>d.MoveNext()
— Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde —
…
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:15 (2 by maintainers)
Top GitHub Comments
https://github.com/xamarin/GoogleApisForiOSComponents/issues/555#issuecomment-1145943195
PowerShell: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell
see this: https://github.com/TobiasBuchholz/Plugin.Firebase/issues/65
I was able to update successfully
Did they get it to work?