Skip to content

Conversation

alexpantyukhin
Copy link
Contributor

No description provided.

@Aaronontheweb
Copy link
Member

@GraemeBradbury mind taking a look at this?

var startEventTimeParameter = "null";
var endEventTimeParameter = "null";

if (events.Any())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.Any() always allocates an enumerator, when you're just checking for "not empty" then events.Count > 0 works better.

@GraemeBradbury
Copy link
Contributor

Thanks for fixing this. It's appreciated.
👍

@alexpantyukhin
Copy link
Contributor Author

Thank you for review!

@Aaronontheweb
Copy link
Member

Re-running the build on this thing now - intermittent MNTR failure by the looks of it

Aaronontheweb added a commit that referenced this pull request Nov 30, 2015
#1445 fix for building options for the VisualizerRuntimeTemplate.
@Aaronontheweb Aaronontheweb merged commit 98c3e37 into akkadotnet:dev Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants