Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、C# で ConfigurationSection を作成しています。ハードコードされた文字列の代わりに nameof(PropertyName) を使用して、C# 6 の機能を利用することにしました。
ただし、再帰呼び出しについて Resharper から奇妙な結果が得られます。
次に例を示します。
プロパティが内部で参照されているため、この警告が表示される理由がわかります。ただし、これが実際に再帰的であるとは確信していません。
この電話で気をつけなければならないことはありますか?
I have a problem, I cannot add custom objects to my List. However, if I add some predefined objects (strings, integers..) my code works just fine. This is my class which is always returned on all ajax calls t