File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
ImageSharp.Tests/TestUtilities/FeatureTesting Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3030 <PackageReference Update =" Colourful" Version =" 2.0.5" />
3131 <PackageReference Update =" coverlet.collector" Version =" 1.3.0" PrivateAssets =" All" />
3232 <PackageReference Update =" Magick.NET-Q16-AnyCPU" Version =" 7.15.5" />
33- <PackageReference Update =" Microsoft.DotNet.RemoteExecutor" Version =" 5.0.0-beta.20069.1 " />
34- <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 16.5.0-preview-20200116-01 " />
33+ <PackageReference Update =" Microsoft.DotNet.RemoteExecutor" Version =" 5.0.0-beta.20474.4 " />
34+ <PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
3535 <PackageReference Update =" Moq" Version =" 4.14.5" />
3636 <PackageReference Update =" Pfim" Version =" 0.9.1" />
3737 <PackageReference Update =" SharpZipLib" Version =" 1.2.0" />
Original file line number Diff line number Diff line change @@ -174,8 +174,7 @@ private static IEnumerable<string> ToFeatureCollection(this HwIntrinsics intrins
174174 {
175175 // Loop through and translate the given values into COMPlus equivaluents
176176 var features = new List < string > ( ) ;
177- var split = intrinsics . ToString ( "G" ) . Split ( SplitChars , StringSplitOptions . RemoveEmptyEntries ) . ToArray ( ) ;
178- foreach ( string intrinsic in split )
177+ foreach ( string intrinsic in intrinsics . ToString ( "G" ) . Split ( SplitChars , StringSplitOptions . RemoveEmptyEntries ) )
179178 {
180179 switch ( intrinsic )
181180 {
You can’t perform that action at this time.
0 commit comments