File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2525
2626using System ;
2727using Autofac . Core ;
28+ using Autofac . Core . Registration ;
2829
2930namespace Autofac . Extras . AttributeMetadata
3031{
@@ -39,9 +40,9 @@ public class AttributedMetadataModule : Module
3940 /// </summary>
4041 /// <remarks>This method will be called for all existing <i>and future</i> component
4142 /// registrations - ordering is not important.</remarks>
42- /// <param name="componentRegistry">The component registry.</param>
43+ /// <param name="componentRegistry">The component registry builder .</param>
4344 /// <param name="registration">The registration to attach functionality to.</param>
44- protected override void AttachToComponentRegistration ( IComponentRegistry componentRegistry , IComponentRegistration registration )
45+ protected override void AttachToComponentRegistration ( IComponentRegistryBuilder componentRegistry , IComponentRegistration registration )
4546 {
4647 if ( registration == null ) throw new ArgumentNullException ( nameof ( registration ) ) ;
4748
Original file line number Diff line number Diff line change 3939 </ItemGroup >
4040
4141 <ItemGroup >
42- <PackageReference Include =" Autofac" Version =" 4.9.1 " />
43- <PackageReference Include =" Autofac.Mef" Version =" 4.1 .0" />
42+ <PackageReference Include =" Autofac" Version =" 5.0.0 " />
43+ <PackageReference Include =" Autofac.Mef" Version =" 5.0 .0" />
4444 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.9.8" >
4545 <PrivateAssets >All</PrivateAssets >
4646 </PackageReference >
You can’t perform that action at this time.
0 commit comments