Reddit.NET icon indicating copy to clipboard operation
Reddit.NET copied to clipboard

A Reddit API library for .NET Standard with OAuth support. Written in C#.

Results 88 Reddit.NET issues
Sort by recently updated
recently updated
newest added

Reddit.NET doesn't provide asynchronous methods for fetching posts or comments and most of the synchronous methods are blocking.

enhancement

I've received a pair of Dependabot alerts for a high-severity security vulnerability discovered in RestSharp, the library used by Reddit.NET to interface with the Reddit API. The recommended remediation is...

bug

Is it secure and/or easy to implement an app on a server that retrieves oauth tokens for a redditor using the AuthTokenRetrieverLib?

help wanted
documentation

I decided to create a ticket for this since a lot of people have been reaching out to me lately about a new issue. Looks like Reddit updated their API...

Upcoming Release Announcement

Just realized these are confusingly named. The name suggests that it's a container for a single post/comment, when in fact it contains a list of posts/comments. That list will often...

enhancement

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.6.9 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.6.9 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

This pull request adds a new class, _AuthTokenRetrieverServer_, that intends to replace the existing AuthTokenRetrieverLib class. # Description The new class works similarly to the existing one. However, there are...