I have attached the error as in attachment file.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Private Bufferblock que {get; set;} = new Bufferblock (32); This is the implementation I want to achieve.im getting error can not convert int to System.Threading.Tasks.Dataflow.dataflowblockoptions. I tried making that int implementation to list of tasks but again getting same error. What should I do ?
I have attached the error as in attachment file.