ImageSharp icon indicating copy to clipboard operation
ImageSharp copied to clipboard

Fix errors reported by rider

Open stefannikolei opened this issue 1 month ago • 0 comments

  • Used collection expressions were possible
  • Added the used type were needed for clarification
  • Disabled an Resharper rule With ImageSharp.sln.DotSettings --> It said that the Attribute ConstantExpected is not valid on floats
  • Removed unused TestHelper
  • Rewrote some tests to use utf8 string instead of raw byte array to make the test clearer

stefannikolei avatar Nov 14 '25 15:11 stefannikolei