thomasgalliker / Plugin.FirebasePushNotifications

Receive and handle firebase push notifications in .NET MAUI apps
MIT License
66 stars 5 forks source link

Installation on visual studio 2022: path too long #61

Closed DavideSigma closed 1 month ago

DavideSigma commented 2 months ago

Try to install the package from Nuget Gallery but I got an error due to the long path of some file. Enabling LongPath in Windows doesn't solve the problem

thomasgalliker commented 2 months ago

Did you see this #31? It seems like this is an issue on Windows 11 and Visual Studio.

Please let me know if you have any idea how I have to change the code in this repository to have this issue solved.

I work on Windows 10 with VS and MacOS with Rider. Both combinations work smoothly.

thomasgalliker commented 2 months ago

@DavideSigma I think this is is a valueable source of information: https://github.com/AdamEssenmacher/GoogleApisForiOSComponents?tab=readme-ov-file#long-path-issue-root-cause

thomasgalliker commented 1 month ago

I updated the FAQ.md in this repository. Since this issue is not directly related to the source code of this repository, I'm going to close this issue.