Update README.md

This commit is contained in:
Typpi 2025-05-29 16:06:25 -04:00 committed by GitHub
parent f77ba08af5
commit 5c25b2b954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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