Skip to content

Commit 6df459f

Browse files
committed
Disable IDE0002 Simplify member access warning
1 parent 9fa5836 commit 6df459f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/GenerateResourceDesignerIntermediateClass.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ public class GenerateResourceDesignerIntermediateClass : AndroidTask
2323
using System;
2424
2525
namespace %NAMESPACE% {
26+
#pragma warning disable IDE0002
2627
public partial class Resource : %BASECLASS% {
2728
}
29+
#pragma warning restore IDE0002
2830
}
2931
";
3032
private const string FSharpTemplate = @"//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)