Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load assembly event #2009

Merged
merged 1 commit into from
Mar 10, 2017
Merged

Load assembly event #2009

merged 1 commit into from
Mar 10, 2017

Conversation

304NotModified
Copy link
Member

@304NotModified 304NotModified commented Mar 9, 2017

Event before an assembly is loaded. Loading the assembly could be skipped for performance or (poor man's) security checks.

Fixes #1530, build on #1917

event is static because:

  • it's needed before ConfigurationItemFactory is build
  • it should not be cleared because there is a new ConfigurationItemFactory

@codecov-io
Copy link

codecov-io commented Mar 9, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@0f4d2e3). Click here to learn what that means.
The diff coverage is 100%.

@@           Coverage Diff            @@
##             master   #2009   +/-   ##
========================================
  Coverage          ?     82%           
========================================
  Files             ?     286           
  Lines             ?   19642           
  Branches          ?    2295           
========================================
  Hits              ?   16033           
  Misses            ?    3041           
  Partials          ?     568

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0f4d2e3...e0dd51d. Read the comment docs.

@304NotModified 304NotModified merged commit 52fdacc into master Mar 10, 2017
@304NotModified 304NotModified deleted the load-assembly-event branch March 10, 2017 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants