We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d64cc commit b1157a5Copy full SHA for b1157a5
Src/Fido2.Models/Objects/CredentialPropertiesOutput.cs
@@ -1,4 +1,5 @@
1
-using System.Text.Json.Serialization;
+#nullable enable
2
+using System.Text.Json.Serialization;
3
4
namespace Fido2NetLib.Objects;
5
0 commit comments