Source code checked in, #33463
Version 0.8.3.22 Corrected a bug that incorrectly checked whetehr JsonTweet was null
View ArticleCommented Unassigned: FilteredStream Exception [1929]
Line 263 of FilteredStream is throwing an exception because jsonTweet is null.```var tweetObject = _jsSerializer.Deserialize<Dictionary<string, object>>(jsonTweet);if...
View ArticleEdited Issue: FilteredStream Exception [1929]
Line 263 of FilteredStream is throwing an exception because jsonTweet is null.```var tweetObject = _jsSerializer.Deserialize<Dictionary<string, object>>(jsonTweet);if...
View ArticleNew Post: How to Follow Users?
Is there a method to follow a user for the current user? Thanks
View ArticleNew Post: How to Follow Users?
Hi, Of course!IToken token = GenerateToken(); var userToFollow = new User("username", token); var me = new TokenUser(token); tokenUser.Follow(user, true); Hope this helps! Kind Regards, Linvi
View ArticleNew Post: How to Follow Users?
Thanks! As soon as I posted I found it (should have posted sooner). Thanks again
View ArticleSource code checked in, #33470
Version 0.9.0.0 - Implemented a FakeClassBuild which generates the types contained within the targeted classes constructor parameters - Implemented a FakeRepository storing Fake references of the...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 33470: Version 0.9.0.0-...
View ArticleSource code checked in, #33480
Version 0.9.0.0 - Updated FakeClassBuilder - Updated how the first test was performed!
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 33480: Version 0.9.0.0- Updated FakeClassBuilder- Updated...
View ArticleSource code checked in, #33482
Version 0.9.0.0 - Tested AccountControllers - Added Setup helpers to simplify the development of tests - Updated Assembly info of TweetinviControllers to give Testinvi access to internals
View ArticleClosed Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Resolved with changeset 33482: Version 0.9.0.0- Tested AccountControllers- Added...
View ArticleReopened Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.
View ArticleSource code checked in, #33490
Version 0.9.0.0 - Changed all List<T> into IEnumerable<T> because developers does not need to know which type of list it is, neither should they need to update it at any point. - Storing...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 33490: Version 0.9.0.0- Changed...
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 33490: Version 0.9.0.0- Changed all List into IEnumerable...
View ArticleSource code checked in, #33495
Version 0.9.0.0 - Updated code logic for CreateFriendship(IUserDTO) - No validty check is performed anymore by the query executor - Added test for CreateFriendship(IUserDTO)
View ArticleCommented Task: Add Test Cases for All the current methods that does not [1785]
Possibility to Mock<IToken> to get the results we expect instead of directly performing the queries.Comments: Associated with changeset 33495: Version 0.9.0.0- Updated code logic for...
View ArticleCommented Feature: Update : [code/unity] Migrate application design to use...
Implement Unity and Dependency injection to enable the development of Unit Tests as Tweetinvi currently only have Integration tests.Comments: Associated with changeset 33495: Version 0.9.0.0- Updated...
View ArticleSource code checked in, #33513
Version 0.9.0.0 - Tested FriendshipController.CreateFriendshipWith<T>
View Article