SignalGo/SignalGo-full-net

`GetMethod` method in `BaseProvider` class should not return `IEnumerable`

Closed this issue · 0 comments

In SignalGo.Server.ServiceManager.Providers.BaseProvider , in method GetMethods, when using yield return and returning IEnumerable, causes the logic in method execute on every iteration apply on and this leads to add duplicate Attibutes in method logic