You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might look harmless. For traditional targets (like net461) where number of potential references is low there is little overhead. For netstandard targets reference lookup takes 10-20 seconds (running in console), ending up with a list of over 300 lines for the example from #13, lots of duplicates.
Some caching/tracking of "seen" items is probably welcome. Process will be faster and will contain no duplicates.
The text was updated successfully, but these errors were encountered:
An extract from csx:
It might look harmless. For traditional targets (like
net461
) where number of potential references is low there is little overhead. For netstandard targets reference lookup takes 10-20 seconds (running in console), ending up with a list of over 300 lines for the example from #13, lots of duplicates.Some caching/tracking of "seen" items is probably welcome. Process will be faster and will contain no duplicates.
The text was updated successfully, but these errors were encountered: