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
Yes, but the Contains(...) is not performed directly on that collection, it done on every string in that collection the way it looks now.
And because it is a Contains(...) comparison between two strings it's quite possible to exclude more assemblies than the consuming code intended.
Is it possible that this call to
Contains(...)
instead should be a call toEquals(...)
, or is this intentional?RazorLight/src/RazorLight/Compilation/DefaultMetadataReferenceManager.cs
Line 105 in 22381db
The text was updated successfully, but these errors were encountered: