I have 3 projects:
Xamarin forms.NET Core(backend)- .
NET Standard Library
The library is connected to both projects. When I work with a Xamarin project I have no problem debugging a library project, but when I work with a .NET Core project I get the message
The breakpoint will not currently be hit. No symbols have been loaded for this document
All the methods described here - I tried.
What should I do so that I can debug the library connected to it while debugging a project on .NET Core?
P. S. Initially, the library was created as a solution with the Xamarin.