From 7c88b9ba691d65014934637acfec27f1a985cea9 Mon Sep 17 00:00:00 2001 From: Mateo Torres-Ruiz Date: Thu, 16 Sep 2021 19:32:11 +0000 Subject: Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277) --- test/Mono.Linker.Tests.Cases/TypeForwarding/SecurityAttributeScope.cs | 2 +- .../UsedForwarderInGenericIsDynamicallyAccessedWithAssemblyCopyUsed.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Mono.Linker.Tests.Cases/TypeForwarding') diff --git a/test/Mono.Linker.Tests.Cases/TypeForwarding/SecurityAttributeScope.cs b/test/Mono.Linker.Tests.Cases/TypeForwarding/SecurityAttributeScope.cs index 47bc346a2..7aba7c443 100644 --- a/test/Mono.Linker.Tests.Cases/TypeForwarding/SecurityAttributeScope.cs +++ b/test/Mono.Linker.Tests.Cases/TypeForwarding/SecurityAttributeScope.cs @@ -10,7 +10,7 @@ namespace Mono.Linker.Tests.Cases.TypeForwarding /// This test depends on a functioning peverify / il verify in order to fail if the scope of type references on security attributes /// were not correctly updated. /// - /// In order words, until https://github.com/mono/linker/issues/1703 is addressed this test will pass with or without the fix to update the scope on security attributes + /// In order words, until https://github.com/dotnet/linker/issues/1703 is addressed this test will pass with or without the fix to update the scope on security attributes /// [SetupLinkerArgument ("--skip-unresolved", "true")] [SetupLinkerArgument ("--strip-security", "false")] diff --git a/test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderInGenericIsDynamicallyAccessedWithAssemblyCopyUsed.cs b/test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderInGenericIsDynamicallyAccessedWithAssemblyCopyUsed.cs index 9f167aef2..1bce342ca 100644 --- a/test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderInGenericIsDynamicallyAccessedWithAssemblyCopyUsed.cs +++ b/test/Mono.Linker.Tests.Cases/TypeForwarding/UsedForwarderInGenericIsDynamicallyAccessedWithAssemblyCopyUsed.cs @@ -19,7 +19,7 @@ namespace Mono.Linker.Tests.Cases.TypeForwarding [SetupCompileAfter ("Implementation.dll", new[] { "Dependencies/ImplementationLibrary.cs" })] [SetupCompileAfter ("Forwarder.dll", new[] { "Dependencies/ForwarderLibrary.cs" }, references: new[] { "Implementation.dll" })] - // https://github.com/mono/linker/issues/1536 + // https://github.com/dotnet/linker/issues/1536 //[KeptMemberInAssembly ("Forwarder.dll", typeof (ImplementationLibrary))] [KeptTypeInAssembly ("Implementation.dll", typeof (ImplementationLibrary))] class UsedForwarderInGenericIsDynamicallyAccessedWithAssemblyCopyUsed -- cgit v1.2.3