[dotnet] Remove workaround for mono/linker#1435, which has now been fixed. (#9863)

This commit is contained in:
Rolf Bjarne Kvinge 2020-10-14 15:13:46 +02:00 коммит произвёл GitHub
Родитель ffd59b8b4a
Коммит e707fb691c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -2394,7 +2394,6 @@ namespace MonoTouchFixtures.ObjCRuntime {
static extern IntPtr class_getInstanceMethod (IntPtr cls, IntPtr sel);
#if !MONOMAC // Registrar_OutExportDerivedClass is from fsharp tests
#if !NET // The F# test library makes the linker crash (https://github.com/mono/linker/issues/1435), so exclude this test because it requires the F# test library
[Test]
public void OutOverriddenWithoutOutAttribute ()
{
@ -2407,7 +2406,6 @@ namespace MonoTouchFixtures.ObjCRuntime {
}
}
}
#endif // !NET
#endif
class ProtocolArgumentClass : NSObject

Просмотреть файл

@ -106,8 +106,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\EmbeddedResources\dotnet\iOS\EmbeddedResources.csproj" />
<ProjectReference Include="..\..\..\..\tests\bindings-test\dotnet\iOS\bindings-test.csproj" />
<!-- https://github.com/mono/linker/issues/1435 -->
<!-- <ProjectReference Include="..\..\..\fsharplibrary\dotnet\iOS\fsharplibrary.fsproj" /> -->
<ProjectReference Include="..\..\..\fsharplibrary\dotnet\iOS\fsharplibrary.fsproj" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="..\..\CoreImage\Xam.png">