Skip to content

Commit 27b6f62

Browse files
committed
Change Namespace to _Microsoft.Android.Resource.Designer
1 parent 899d781 commit 27b6f62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Xamarin.Android.Build.Tasks/Linker/MonoDroid.Tuner/FixLegacyResourceDesignerStep.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace MonoDroid.Tuner
2020
public class FixLegacyResourceDesignerStep : LinkDesignerBase
2121
{
2222
internal const string DesignerAssemblyName = "_Microsoft.Android.Resource.Designer";
23-
internal const string DesignerAssemblyNamespace = "Microsoft.Android.Resource.Designer";
23+
internal const string DesignerAssemblyNamespace = "_Microsoft.Android.Resource.Designer";
2424

2525
bool designerLoaded = false;
2626
AssemblyDefinition designerAssembly = null;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class GenerateResourceDesignerIntermediateClass : AndroidTask
1919
using System;
2020
2121
namespace %NAMESPACE% {
22-
public partial class Resource : %BASECLASS% {
22+
public class Resource : %BASECLASS% {
2323
}
2424
}
2525
";

0 commit comments

Comments
 (0)