chorome
Results
2
issues of
chorome
日本語で失礼します。 ### 概要 親クラスのprivateなフィールド・プロパティ・メソッドにInject属性を付与してもinjectnが実行されないのですが、これはこういう仕様でしょうか? ### 詳細 以下のような継承関係がある2つのクラスがあったとします。 ```sample.cs public class ParentClass : MonoBehaviour { [Inject] private InjectClassA _injectClassA; protected virtual void Start() { _injectClassA.Hoge(); } } public class ChildClass :...
When using self-hosted runner, name of the user running runner is not necessarily the runner. So known_hosts need to be mounted from .ssh folder in home directory of user running...