Open acid-chicken opened 6 years ago
what's members in Information.NET.Common
?
@marihachi We're gonna have a discussion about that, so I'll submit a new issue for talking about it.
Information.NET.Commonに定義されたインターフェイスを各サービスが実装しようとすると、それぞれのサービスのブランチでInformation.NET.Commonのプロジェクトを参照しないといけないと思うんだけど、どうするつもりなんだろう
When each service tries to implement the interface defined in Information.NET.Common, I think that it is necessary to refer to the project of Information.NET.Common in the branch of each service, but what will you do?
commonブランチをすべてのサービスブランチがマージするという方法が考えられる
There is a way that all of the service branches merge
common
branch. — Translation added by @acid-chicken
でも、後になってcommonに変更が生じたときはそのcommonの変更をmasterブランチに再度マージして、masterブランチを全てのサービスブランチにマージする必要があるよね?
However, We have to re-merge
common
branch tomaster
branch when there happen changes incommon
branch, and after that, we also need to mergemaster
branch to all of the service branches. — Translation added by @acid-chicken
@marihachi Yes. Therefore we develop the common interfaces studiously.
ok
プロジェクト全般的に言えることだけど、対象フレームワークはどうしますか
In all of the projects, which target framework are you going to choose? — Translation added by @acid-chicken
@marihachi I'm planning to use .NET Standard 2.0.
Overview
This project is divided by information network services.
Namespaces
The following are the divided projects.
Information
common
Information.Services.Frost
service/frost
Information.Services.GnuSocial
service/gnu-social
Information.Services.Mastodon
service/mastodon
Information.Services.Misskey
service/misskey
Information.Services.Twitter
service/twitter
Information.Services.Yanaka19
service/yanaka19