autofac / Autofac.Extras.DynamicProxy

Interceptor and decorator support for Autofac IoC via Castle DynamicProxy
MIT License
106 stars 33 forks source link

Update build for .NET 6. #45

Closed tillig closed 2 years ago

tillig commented 2 years ago

Does not include the README in the package because the README probably needs some prettying-up and actual info first.

codecov[bot] commented 2 years ago

Codecov Report

Merging #45 (775ae71) into develop (04bebdf) will increase coverage by 6.53%. The diff coverage is 77.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #45      +/-   ##
===========================================
+ Coverage    74.26%   80.80%   +6.53%     
===========================================
  Files            3        1       -2     
  Lines          136      125      -11     
  Branches        25       24       -1     
===========================================
  Hits           101      101              
+ Misses          23       14       -9     
+ Partials        12       10       -2     
Impacted Files Coverage Δ
...ofac.Extras.DynamicProxy/RegistrationExtensions.cs 80.80% <77.57%> (+4.18%) :arrow_up:

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 04bebdf...775ae71. Read the comment docs.

tillig commented 2 years ago

Good idea. I'll get another PR in here for that.