You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inline documentation is wrong.
Please update line 9 in SystemTextSerializer.cs
to say: /// JSON serializer using System.Text implementation.
instead of incorrectly saying it uses Newtonsoft.Json
Please consider submitting submitting a PR to fix it. Thanks!
abatishchev
changed the title
Please fix documentation in SystemTextSerializer to say it uses System.Text instead of Newtonsoft
But in documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json
Jul 4, 2024
@dje1990 ping, can you please help and fix the doc?
abatishchev
changed the title
But in documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json
Bug n documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json
Dec 30, 2024
abatishchev
changed the title
Bug n documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json
Bug in documentation in SystemTextSerializer says it uses System.Text instead of Newtonsoft.Json
Dec 30, 2024
The inline documentation is wrong.
Please update line 9 in SystemTextSerializer.cs
to say:
/// JSON serializer using System.Text implementation.
instead of incorrectly saying it uses
Newtonsoft.Json
see line 9 of SystemTextSerializer.cs
https://github.com/jwt-dotnet/jwt/blob/d6b1e4e76d45e7493970d177c6138b8174ff62c2/src/JWT/Serializers/SystemTextSerializer.cs#L9C31-L9C41
The text was updated successfully, but these errors were encountered: