Skip to content

Conversation

SanderDeclerck
Copy link
Contributor

No description provided.

private readonly Task _assemblyLoadProcessingBackgroundTask;
private readonly BlockingCollection<Assembly> _assemblyLoadQueue = new BlockingCollection<Assembly>();

// This timer is used to periodically scan the current AppDomain for new assemblies

Choose a reason for hiding this comment

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

The comment on '_fullAssemblyScanTimer' simply restates what can be inferred from the field name and type, describing the mechanics of periodic scanning without explaining why this periodic scanning is necessary or what business problem it addresses. More info

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.

1 participant