What's the best way to get a bug in a .Net Framework resolved?
相关问题
- Generic Generics in Managed C++
- How to Debug/Register a Permanent WMI Event Which
- 'System.Threading.ThreadAbortException' in
- Bulk update SQL Server C#
- Should I use static function in c# where many call
this looks like the place where they actually fix what's been reported: https://github.com/aspnet/EntityFramework6/issues
The place to report bugs in the .net framework is here.
this might help : Microsoft Connect
Microsoft Connect has shut down. The correct places now are:
.NET Framework: https://developercommunity.visualstudio.com/spaces/61/index.html
.NET Core Libraries: https://github.com/dotnet/corefx/issues
.NET Core Runtime: https://github.com/dotnet/coreclr/issues
Try this:
Instead of getting
"2, 2, 4, 4"
you get"2, 4"
...The preferred place to enter a bug for .Net core is probably GitHub now
https://github.com/dotnet/coreclr
There are several other relevant repos to submit issues / pull requests https://github.com/dotnet