From 47ca0b2baf99271c4b59ff752b38308177844c37 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Fri, 29 Nov 2024 06:32:37 +0100 Subject: [PATCH 1/2] Add testfx repo to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8dcf0443f..580370f62 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,10 @@ There are many projects that you can use and contribute to, some of which are li - [Roslyn Compiler Platform (dotnet/roslyn)](https://github.com/dotnet/roslyn) - [Windows Forms (dotnet/winforms)](https://github.com/dotnet/winforms) - [WPF (dotnet/wpf)](https://github.com/dotnet/wpf) +- [.NET testing, includes Microsoft.Testing.Platform and MSTest (microsoft/testfx)](https://github.com/microsoft/testfx) ### .NET Docs + - [.NET docs (dotnet/docs)](https://github.com/dotnet/docs) - [.NET Aspire docs (dotnet/docs-aspire)](https://github.com/dotnet/docs-aspire) - [.NET MAUI docs (dotnet/docs-maui)](https://github.com/dotnet/docs-maui) From 4e50181f52d29026ec2bd9f106ad87e52c79531a Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Sun, 1 Dec 2024 08:32:03 +0100 Subject: [PATCH 2/2] Keep alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 580370f62..8ca8ee5dd 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ There are many projects that you can use and contribute to, some of which are li - [.NET (dotnet/core)](https://github.com/dotnet/core) - [.NET Aspire (dotnet/aspire)](https://github.com/dotnet/aspire) - [.NET MAUI (dotnet/maui)](https://github.com/dotnet/maui) +- [.NET testing, includes Microsoft.Testing.Platform and MSTest (microsoft/testfx)](https://github.com/microsoft/testfx) - [ASP.NET Core (dotnet/aspnetcore)](https://github.com/dotnet/aspnetcore) - [C# (dotnet/csharplang)](https://github.com/dotnet/csharplang) - [Entity Framework Core (dotnet/efcore)](https://github.com/dotnet/efcore) @@ -37,7 +38,6 @@ There are many projects that you can use and contribute to, some of which are li - [Roslyn Compiler Platform (dotnet/roslyn)](https://github.com/dotnet/roslyn) - [Windows Forms (dotnet/winforms)](https://github.com/dotnet/winforms) - [WPF (dotnet/wpf)](https://github.com/dotnet/wpf) -- [.NET testing, includes Microsoft.Testing.Platform and MSTest (microsoft/testfx)](https://github.com/microsoft/testfx) ### .NET Docs