File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <ImplicitUsings >enable</ImplicitUsings >
55 <Nullable >enable</Nullable >
66 <IsPackable >true</IsPackable >
7- <Version >2.1.5 </Version >
7+ <Version >2.1.6 </Version >
88 <Authors >Andrey Serdyuk</Authors >
99 <Company >TaskHub</Company >
1010 <PackageTags >#TaskHub</PackageTags >
Original file line number Diff line number Diff line change 1+ <Project >
2+ <ItemGroup >
3+ <PackageReference Update =" *" PrivateAssets =" all" />
4+ </ItemGroup >
5+ </Project >
Original file line number Diff line number Diff line change 11<Solution >
22 <Folder Name =" /.solution_items/" >
33 <File Path =" Directory.Build.props" />
4+ <File Path =" Directory.Packages.props" />
45 </Folder >
56 <Folder Name =" /.solution_items/.nuget/" >
67 <File Path =" .nuget/delist.ps1" />
Original file line number Diff line number Diff line change 22
33public class ScrutorOptions
44{
5- public Type TargetAssembly { get ; set ; }
6- public Type [ ] AssignableTo { get ; set ; }
5+ public Type ? TargetAssembly { get ; set ; } = null ;
6+ public Type [ ] AssignableTo { get ; set ; } = [ ] ;
77}
You can’t perform that action at this time.
0 commit comments