2.5 KiB
2.5 KiB
To address your issues more quickly, please open the issue in the most appropriate repository.
If you're not sure exactly where to log the bug, please log the issue here and we will redirect it.
ASP.NET Core:
- General issues: https://github.com/aspnet/Home (this repo)
- MVC and Razor Pages: https://github.com/aspnet/Mvc
- SignalR: https://github.com/aspnet/SignalR
- Kestrel HTTP Server: https://github.com/aspnet/KestrelHttpServer
- Docker: https://github.com/aspnet/aspnet-docker
- Documentation: https://github.com/aspnet/Docs
- Microsoft.NET.Sdk.Web: https://github.com/aspnet/websdk
- See a full list here: https://github.com/aspnet
- Note: Some repos do not have active issue trackers, so if you see such a warning, please log the issue here
ASP.NET 4.x:
- ASP.NET MVC/Web API (not Core): https://github.com/aspnet/AspNetWebStack
- Katana: https://github.com/aspnet/AspNetKatana
Entity Framework:
- Entity Framework Core: https://github.com/aspnet/EntityFrameworkCore
- Entity Framework 6: https://github.com/aspnet/EntityFramework6
Other common projects:
- .NET Core CLI and SDK: https://github.com/dotnet/core
- .NET Core runtime: https://github.com/dotnet/coreclr
- .NET Core libraries: https://github.com/dotnet/corefx
- NuGet: https://github.com/NuGet/home
- Visual Studio: https://developercommunity.visualstudio.com
- Visual Studio Code: https://github.com/microsoft/vscode
- Omnisharp (C# support for VS Code): https://github.com/omnisharp/omnisharp-vscode
If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible for our bug bounty.
Tips for opening great bugs:
- Try enabling logging (in the most verbose level) and see if the details help you in fixing the issue you are seeing. Share the logs too if it helps in diagnosing the issue faster. More info: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging
- If you are seeing an exception, include the full exceptions details (message and stack trace). More info: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/error-handling
- Please try to include as much information as possible:
- Description of the problem:
- Steps to reproduce (preferrably a link to a GitHub repo with a repro project)
- The version of
Microsoft.AspNetCore.ApporMicrosoft.AspNetCore.All - The output of
dotnet --info