Yasin Shtiui
Results
1
issues of
Yasin Shtiui
The problem is here: ``` foreach (Assembly assembly in allAssm) { foreach (TypeInfo ti in assembly.DefinedTypes) { SwaggeratedAttribute da = ti.GetCustomAttribute(); if (da != null && da.LocalPath == servicePath) {...
bug