-
Notifications
You must be signed in to change notification settings - Fork 11
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
Revert "Move more model classes to records" #119
Conversation
This reverts commit 30273e1.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
==========================================
+ Coverage 60.19% 60.22% +0.03%
==========================================
Files 41 41
Lines 613 616 +3
Branches 53 54 +1
==========================================
+ Hits 369 371 +2
Misses 239 239
- Partials 5 6 +1 ☔ View full report in Codecov by Sentry. |
That description only contained the exception below. Could you please add a bit more context to what the issue is and what steps we should take to move forward, and any side-effects reversing would cause. @Tyrrrz This feels like your area to investigate as well.
|
All the information you need is in the stack trace. Records create init-only properties. But if you use a source generator, it won't work. See: https://github.com/bitwarden/passwordless-dotnet/blob/main/src/Passwordless/Helpers/PasswordlessSerializerContext.cs |
Reverts #108. See pull request description on bitwarden/passwordless-server#434