Roslyn analyzer crashes Visual Studio when T has a property of type IList

后端 未结 0 466
抹茶落季
抹茶落季 2021-02-05 17:47

I have a MassTransit consumer that responds to a message with the following interface:

public interface Foo {
  IList Foos { get; }
  Bar Bar { get; }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题