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
When enumerating manifest resource names with Linq, Mono throws `InvalidProgramExceptions`. See https://travis-ci.org/asbjornu/GitVersion/builds/132266378#L7579 for details on the failure. Doing a simple `foreach` and `yield return` seems to solve the problem.
0 commit comments