File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <PackageReference Update =" Microsoft.Extensions.DependencyInjection" Version =" 10.0.2" />
1212 <PackageReference Update =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 10.0.2" />
13- <PackageReference Include =" Autoredi" Version =" 0.4.9 " />
13+ <PackageReference Include =" Autoredi" Version =" 0.4.10 " />
1414 </ItemGroup >
1515
1616</Project >
Original file line number Diff line number Diff line change @@ -52,6 +52,12 @@ internal static class AutorediAllServicesSource
5252 return null ;
5353 }
5454
55+ if ( compilation . Options . OutputKind == OutputKind . DynamicallyLinkedLibrary ||
56+ compilation . Options . OutputKind == OutputKind . NetModule )
57+ {
58+ return null ;
59+ }
60+
5561 var assemblyNames = GetAssembliesWithAutoredi ( compilation , attributeSymbol ) ;
5662 if ( assemblyNames . Count == 0 )
5763 {
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >net10.0</TargetFramework >
55 <PackageId >Autoredi</PackageId >
6- <Version >0.4.9 </Version >
6+ <Version >0.4.10 </Version >
77 <IsPackable >true</IsPackable >
88 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
99 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments