bitwarden / passwordless-dotnet

Bitwarden Passwordless.dev .NET SDK.
https://bitwarden.com/
Apache License 2.0
34 stars 10 forks source link

Cannot deserialize init properties #120

Closed jrmccannon closed 6 months ago

jrmccannon commented 6 months ago

init properties cannot be deserialized with the JsonSerializer source generation. This moves the properties from those init fields to optional parameters.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 60.19%. Comparing base (72d00b5) to head (f552ff4).

Files Patch % Lines
src/Passwordless/Models/Credential.cs 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #120 +/- ## ======================================= Coverage 60.19% 60.19% ======================================= Files 41 41 Lines 613 613 Branches 53 53 ======================================= Hits 369 369 Misses 239 239 Partials 5 5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.