Skip to content

Conversation

@sungam3r
Copy link
Member

fixes #81

@sungam3r sungam3r added the performance Issue or pull request about performance problems label Jan 24, 2024
@github-actions github-actions bot added the tests Pull request that adds new or changes existing tests label Jan 24, 2024
Comment on lines +106 to +110
{
propValue = accessor(o);
}
catch (Exception ex)
{

Check notice

Code scanning / CodeQL

Generic catch clause

Generic catch clause.
@codecov
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fe670de) 92.06% compared to head (8f03887) 93.57%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #98      +/-   ##
==========================================
+ Coverage   92.06%   93.57%   +1.51%     
==========================================
  Files          13       13              
  Lines         252      249       -3     
  Branches       42       39       -3     
==========================================
+ Hits          232      233       +1     
+ Misses         14       10       -4     
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Issue or pull request about performance problems tests Pull request that adds new or changes existing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch from reflection to dynamic compilation

2 participants