-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add SignIn method without authentication scheme #23604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SignIn method without authentication scheme #23604
Conversation
@Tratcher Do I need to have the latest preview version of Visual Studio in order to generate the reference assemblies? |
No, it worked a few times in the past, but I usually end up doing them manually. |
@Kahbazi where are you stuck with the ref assembly generation? |
I get If the changes in this PR is ok, I'll update the reference assemblies manually. |
@Kahbazi let me try fetching your branch and see if I can get it to work or if I see the same issue. If I can get it to work maybe I can figure out the process for pushing a commit on top and we should be good. I'm not sure if I'll have to end-up creating a separate PR with your commit on it to be able to do it, but we can at least figure out the changes and you can apply them manually on top if necessary |
Here is the patch with the changes, this should at least make it easier to make the changes. 0001-Update-ref-assemblies.txt Alternatively, what I did was to run |
@javiercn thanks for the patch. I tried |
Merged. @Kahbazi thanks for the contribution! |
Fixes #23325