From 5c25b2b9549ca4d4048749b7ba4ecf8e09330b7b Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Thu, 29 May 2025 16:06:25 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b51a8d..99503e4 100644 --- a/README.md +++ b/README.md @@ -163,10 +163,10 @@ daeuniverse/dae ** Pressing Tab after certain keywords in Visual Studio caused unintended code changes [dotnet/runtime/issues/27939](https://github.com/dotnet/runtime/issues/27939) -* Math.Round failed to round 0.50 values correctly +* Tuple member naming conventions in .NET were debated, with discussions on whether PascalCase or camelCase should be used. [dotnet/runtime/issues/92849](https://github.com/dotnet/runtime/issues/92849) -* Tuple member naming conventions in .NET were debated, with discussions on whether PascalCase or camelCase should be used. +* Math.Round failed to round 0.50 values correctly [dotnet/sdk/issues/22247](https://github.com/dotnet/sdk/issues/22247) * Hot Reload was removed from dotnet watch, making it exclusive to Visual Studio