diff --git a/README.md b/README.md index 55efbe12..3c96a942 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You must use an in-support version of the .NET SDK (i.e. 6+). Moq.Analyzers continues to evolve and add new features. Any help will be appreciated. You can report issues, develop new features, improve the documention, or do other cool stuff. -If you want to contribute to existing issues, check the [help wanted](https://github.com/Litee/moq.analyzers/labels/help%20wanted) or [good first issue](https://github.com/Litee/moq.analyzers/labels/good%20first%20issue) items in the backlog. If you have new ideas or want to complain about bugs, feel free to [create a new issue](https://github.com/Litee/moq.analyzers/issues/new). +If you want to contribute to existing issues, check the [help wanted](https://github.com/rjmurillo/moq.analyzers/labels/help%20wanted) or [good first issue](https://github.com/rjmurillo/moq.analyzers/labels/good%20first%20issue) items in the backlog. If you have new ideas or want to complain about bugs, feel free to [create a new issue](https://github.com/rjmurillo/moq.analyzers/issues/new). ## Code of Conduct diff --git a/Source/Moq.Analyzers.Test/Helpers/AnalyzerTestExtensions.cs b/Source/Moq.Analyzers.Test/Helpers/AnalyzerTestExtensions.cs index 14a77a2b..8be969c6 100644 --- a/Source/Moq.Analyzers.Test/Helpers/AnalyzerTestExtensions.cs +++ b/Source/Moq.Analyzers.Test/Helpers/AnalyzerTestExtensions.cs @@ -8,7 +8,7 @@ public static TAnalyzerTest SetDefaults(this TAnalyzer where TAnalyzerTest : AnalyzerTest where TVerifier : IVerifier, new() { - test.ReferenceAssemblies = ReferenceAssemblies.Net.Net80.AddPackages([new PackageIdentity("Moq", "4.8.2")]); // TODO: See https://github.com/Litee/moq.analyzers/issues/58 + test.ReferenceAssemblies = ReferenceAssemblies.Net.Net80.AddPackages([new PackageIdentity("Moq", "4.8.2")]); // TODO: See https://github.com/rjmurillo/moq.analyzers/issues/58 test.TestBehaviors = TestBehaviors.SkipGeneratedCodeCheck; // TODO: We should enable the generated code check return test; diff --git a/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec b/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec index 04c1cdef..a6d36273 100644 --- a/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec +++ b/Source/Moq.Analyzers.Test/PackageTests.Baseline#manifest.verified.nuspec @@ -7,9 +7,9 @@ BSD-3-Clause https://licenses.nuget.org/BSD-3-Clause README.md - https://github.com/Litee/moq.analyzers + https://github.com/rjmurillo/moq.analyzers Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page. - A changelog is available at https://github.com/Litee/moq.analyzers/releases + A changelog is available at https://github.com/rjmurillo/moq.analyzers/releases 2017 Andrey Lipatkin moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers diff --git a/Source/Moq.Analyzers/Moq.Analyzers.csproj b/Source/Moq.Analyzers/Moq.Analyzers.csproj index d5a79f8c..0f22d6aa 100644 --- a/Source/Moq.Analyzers/Moq.Analyzers.csproj +++ b/Source/Moq.Analyzers/Moq.Analyzers.csproj @@ -12,11 +12,11 @@ Moq.Analyzers Matt Kotsenas, Andrey "Litee" Lipatkin, Richard Murillo BSD-3-Clause - https://github.com/Litee/moq.analyzers + https://github.com/rjmurillo/moq.analyzers false README.md Roslyn analyzer that helps to write unit tests using Moq mocking library by highlighting typical errors and suggesting quick fixes. Port of Resharper extension to Roslyn. Find the full list of detected issues at project GitHub page. - A changelog is available at https://github.com/Litee/moq.analyzers/releases + A changelog is available at https://github.com/rjmurillo/moq.analyzers/releases 2017 Andrey Lipatkin moq, tdd, mocking, mocks, unittesting, agile, unittest, mock, test, analyzers true