You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a deliberate (and documented) limitation of our @(AndroidMavenRepository) support.
Adding this requires a lot of consideration of how these credentials could be securely stored. (ie: suggesting users put credentials in their .csproj which will be checked into source control is not a good idea)
Description
I don't believe we have a way to authenticate with a private maven source, which might be a useful feature.
This issue was originally reported here CommunityToolkit/Maui.NativeLibraryInterop#72.
Steps to Reproduce
Add a
@(AndroidMavenRepository)
item referencing a URL that requires authentication.The text was updated successfully, but these errors were encountered: