Add AutoFill CredentialProvider NSExtensionPoint support - #9030
Conversation
New commits in xamarin/Xamarin.MacDev: * dotnet/macios-devtools@5e08f5f Add AutoFill CredentialProvider NSExtensionPoint support (dotnet#75) Diff: https://github.com/xamarin/Xamarin.MacDev/compare/a1bc6f39b3efe5d817c60d78eaff3f4c2de720ea..5e08f5f2fdf36110f563207f75f4685e582cc047
|
build |
|
Great stuff - thanks for the contribution! |
|
Will backport this do d16-8 and will do an insertion with it so that is available ASAP. |
|
Build success |
rolfbjarne
left a comment
There was a problem hiding this comment.
Could you add an entry here too?
This is used by the IDEs when listing the possible deployment targets for an extension.
With that addition this should be good to go.
|
Done and I think I've got it correct. Thanks for pointing that out! I'm (slowly) gathering a list of missing extension points and am planning on putting in pull requests for those as well, so this definitely helps me make sure they're complete. |
|
build |
|
Build failure Test results1 tests failed, 90 tests passed.Failed tests
|
This commit adds support for AutoFill Credential Provider extensions to be built. Specifically, this resolves the issue with unrecognized extension point warnings being issued during the build process for Credential Providers. A related change to Xamarin.MacDev has already been merged.
For more information, see posted issue at: #9000