-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup projects #2
Comments
what's members in |
@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ブランチをすべてのサービスブランチがマージするという方法が考えられる
|
@marihachi Of course, all of the service branches are referencing the common project. The common branch is merged into master when the developing has been finished ordinary. After merging, we can implement the common interfaces. |
でも、後になってcommonに変更が生じたときはそのcommonの変更をmasterブランチに再度マージして、masterブランチを全てのサービスブランチにマージする必要があるよね?
|
@marihachi Yes. Therefore we develop the common interfaces studiously. |
ok |
プロジェクト全般的に言えることだけど、対象フレームワークはどうしますか
|
@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
The text was updated successfully, but these errors were encountered: