File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<RuleSet Name =" ImageSharp" ToolsVersion =" 17.0" >
33 <Include Path =" ..\shared-infrastructure\sixlabors.ruleset" Action =" Default" />
4- <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.NetAnalyzers" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.NetAnalyzers" >
5- <Rule Id =" CA1000" Action =" None" />
6- </Rules >
74 <Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers" >
85 <Rule Id =" SA1011" Action =" None" />
96 </Rules >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public partial class PixelOperations<TPixel>
3131 /// Gets the pixel type info for the given <typeparamref name="TPixel"/>.
3232 /// </summary>
3333 /// <returns>The <see cref="PixelTypeInfo"/>.</returns>
34- public static PixelTypeInfo GetPixelTypeInfo ( ) => TPixel . GetPixelTypeInfo ( ) ;
34+ public PixelTypeInfo GetPixelTypeInfo ( ) => TPixel . GetPixelTypeInfo ( ) ;
3535
3636 /// <summary>
3737 /// Bulk version of <see cref="IPixel.FromVector4"/> converting 'sourceVectors.Length' pixels into 'destinationColors'.
You can’t perform that action at this time.
0 commit comments