File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<RuleSet Name =" ImageSharp" ToolsVersion =" 17.0" >
3
3
<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 >
7
4
<Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers" >
8
5
<Rule Id =" SA1011" Action =" None" />
9
6
</Rules >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public partial class PixelOperations<TPixel>
31
31
/// Gets the pixel type info for the given <typeparamref name="TPixel"/>.
32
32
/// </summary>
33
33
/// <returns>The <see cref="PixelTypeInfo"/>.</returns>
34
- public static PixelTypeInfo GetPixelTypeInfo ( ) => TPixel . GetPixelTypeInfo ( ) ;
34
+ public PixelTypeInfo GetPixelTypeInfo ( ) => TPixel . GetPixelTypeInfo ( ) ;
35
35
36
36
/// <summary>
37
37
/// 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