OSDN Git Service

GetAccountForTabでアカウントが不明な場合にnullの代わりにInvalidAccountインスタンスを返す
authorKimura Youichi <kim.upsilon@bucyou.net>
Thu, 2 May 2024 16:26:53 +0000 (01:26 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Mon, 20 May 2024 17:06:08 +0000 (02:06 +0900)
commit616b078fb7668df526708dab1fbd3d16d1f23bf3
treefbef00709fd4ace7110affd3f7493c0406bd7480
parenta73d8b8c7ac2d457230c8ef5d409b529bac5d46c
GetAccountForTabでアカウントが不明な場合にnullの代わりにInvalidAccountインスタンスを返す
OpenTween.Tests/SocialProtocol/AccountCollectionTest.cs
OpenTween.Tests/SocialProtocol/InvalidAccountTest.cs [new file with mode: 0644]
OpenTween/SocialProtocol/AccountCollection.cs
OpenTween/SocialProtocol/InvalidAccount.cs [new file with mode: 0644]
OpenTween/Tween.cs