Skip to content

Commit 639de3f

Browse files
authored
Update links for repository move/rename (dotnet/extensions#2840)
\n\nCommit migrated from dotnet/extensions@6b49368
1 parent d65b723 commit 639de3f

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

src/HealthChecks/HealthChecks/test/DependencyInjection/ServiceCollectionExtensionsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void AddHealthChecks_RegistersSingletonHealthCheckServiceIdempotently()
4242
});
4343
}
4444

45-
[Fact] // see: https://github.com/aspnet/Extensions/issues/639
45+
[Fact] // see: https://github.com/dotnet/extensions/issues/639
4646
public void AddHealthChecks_RegistersPublisherService_WhenOtherHostedServicesRegistered()
4747
{
4848
// Arrange

src/JSInterop/Microsoft.JSInterop.JS/src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/aspnet/Extensions.git"
15+
"url": "git+https://github.com/dotnet/extensions.git"
1616
},
1717
"author": "Microsoft",
1818
"license": "Apache-2.0",
1919
"bugs": {
20-
"url": "https://github.com/aspnet/Extensions/issues"
20+
"url": "https://github.com/dotnet/extensions/issues"
2121
},
22-
"homepage": "https://github.com/aspnet/Extensions/tree/master/src/JSInterop#readme",
22+
"homepage": "https://github.com/dotnet/extensions/tree/master/src/JSInterop#readme",
2323
"files": [
2424
"dist/**"
2525
],

src/JSInterop/Microsoft.JSInterop/test/Infrastructure/DotNetDispatcherTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public async Task EndInvoke_WithErrorString()
298298
Assert.Equal(expected, ex.Message);
299299
}
300300

301-
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/12357")]
301+
[Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/12357")]
302302
public void EndInvoke_AfterCancel()
303303
{
304304
// Arrange
@@ -527,7 +527,7 @@ public async Task CanInvokeSyncThrowingMethod()
527527
Assert.False(jsRuntime.LastCompletionResult.Success); // Fails
528528

529529
// Make sure the method that threw the exception shows up in the call stack
530-
// https://github.com/aspnet/AspNetCore/issues/8612
530+
// https://github.com/dotnet/aspnetcore/issues/8612
531531
Assert.Contains(nameof(ThrowingClass.ThrowingMethod), jsRuntime.LastCompletionResult.Exception.ToString());
532532
}
533533

@@ -549,7 +549,7 @@ public async Task CanInvokeAsyncThrowingMethod()
549549
Assert.False(jsRuntime.LastCompletionResult.Success); // Fails
550550

551551
// Make sure the method that threw the exception shows up in the call stack
552-
// https://github.com/aspnet/AspNetCore/issues/8612
552+
// https://github.com/dotnet/aspnetcore/issues/8612
553553
Assert.Contains(nameof(ThrowingClass.AsyncThrowingMethod), jsRuntime.LastCompletionResult.Exception.ToString());
554554
}
555555

src/Localization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Localization
33

44
These projects provide abstractions for localizing resources in .NET applications.
55

6-
The ASP.NET Core implementation of localization can be found in https://github.com/aspnet/AspNetCore/tree/master/src/Middleware/Localization.
6+
The ASP.NET Core implementation of localization can be found in https://github.com/dotnet/aspnetcore/tree/master/src/Middleware/Localization.

src/Testing/ref/Microsoft.AspNetCore.Testing.net46.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public TestOutputDirectoryAttribute(string preserveExistingLogsInOutput, string
313313
public bool PreserveExistingLogsInOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } }
314314
public string TargetFramework { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } }
315315
}
316-
[System.ObsoleteAttribute("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/aspnet/Extensions/issues/1697 for details.")]
316+
[System.ObsoleteAttribute("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/dotnet/extensions/issues/1697 for details.")]
317317
public partial class TestPathUtilities
318318
{
319319
public TestPathUtilities() { }

src/Testing/ref/Microsoft.AspNetCore.Testing.netstandard2.0.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public TestOutputDirectoryAttribute(string preserveExistingLogsInOutput, string
313313
public bool PreserveExistingLogsInOutput { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } }
314314
public string TargetFramework { [System.Runtime.CompilerServices.CompilerGeneratedAttribute] get { throw null; } }
315315
}
316-
[System.ObsoleteAttribute("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/aspnet/Extensions/issues/1697 for details.")]
316+
[System.ObsoleteAttribute("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/dotnet/extensions/issues/1697 for details.")]
317317
public partial class TestPathUtilities
318318
{
319319
public TestPathUtilities() { }

src/Testing/src/TestPathUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Microsoft.AspNetCore.Testing
88
{
9-
[Obsolete("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/aspnet/Extensions/issues/1697 for details.")]
9+
[Obsolete("This API is obsolete and the pattern its usage encouraged should not be used anymore. See https://github.com/dotnet/extensions/issues/1697 for details.")]
1010
public class TestPathUtilities
1111
{
1212
public static string GetRepoRootDirectory()

src/Testing/test/TestPathUtilitiesTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Testing
99
{
1010
public class TestPathUtilitiesTest
1111
{
12-
// Entire test pending removal - see https://github.com/aspnet/Extensions/issues/1697
12+
// Entire test pending removal - see https://github.com/dotnet/extensions/issues/1697
1313
#pragma warning disable 0618
1414

1515
[Fact]

0 commit comments

Comments
 (0)