You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.IsTrue(StringAssertEx.ContainsText(b.LastBuildOutput,"warning XA2000: Use of AppDomain.CreateDomain()"),"Should warn XA2000 about creating AppDomain.");
203
203
}
204
204
}
205
+
206
+
[Test]
207
+
publicvoidLinkDescription()
208
+
{
209
+
stringlinker_xml="<linker/>";
210
+
211
+
varproj=newXamarinAndroidApplicationProject{
212
+
IsRelease=true,
213
+
OtherBuildItems={
214
+
newBuildItem("LinkDescription","linker.xml"){
215
+
TextContent=()=>linker_xml
216
+
}
217
+
}
218
+
};
219
+
// So we can use Mono.Cecil to open assemblies directly
0 commit comments