Skip to content

Fix service registration for PasswordlessClient #58

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

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Fix service registration for PasswordlessClient #58

merged 2 commits into from
Oct 25, 2023

Conversation

Tyrrrz
Copy link
Contributor

@Tyrrrz Tyrrrz commented Oct 23, 2023

Closes #56

@Tyrrrz Tyrrrz added the bug Something isn't working label Oct 23, 2023
@Tyrrrz Tyrrrz requested review from abergs and jrmccannon October 23, 2023 12:44
@@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Passwordless" Version="1.0.2" />
<ProjectReference Include="..\..\src\Passwordless\Passwordless.csproj" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched this to a local reference while debugging/testing and was wondering if we should keep it this way? Apparently the Identity example already uses a local reference. It's quite convenient to test things out using a version that hasn't been released yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed on the testing convenience. Can't think of a reason to not do it. 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abergs wanted the examples to be copy-pastable and the end-user would use a PackageReference instead. However, I'm wondering if it's worth it, considering the effort of switching the reference back and forth when testing locally 🤔

@Tyrrrz Tyrrrz merged commit d7f0df2 into main Oct 25, 2023
@Tyrrrz Tyrrrz deleted the fix_45 branch October 25, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants