-
## Issue Description ##
Cannot debug webapi projects. For some reason I can debug Startup.cs, but then it crashes, I can't get to a point where I can debug a Controller endpoint. `dotnet run` works …
-
Something broke as a result of either a Visual Studio update, a Docker Desktop update, or something I've added to my project, but I can't seem to be find a way to diagnose the issue.
Visual Studio …
rh101 updated
2 months ago
-
Hi,
I have a simple ASP.NET Core web app ([source](https://github.com/SuperRembo/AspNetIntegrationTests)) with an integration test. It's basically a stripped down version of the Microsoft [Integrat…
-
### Describe the bug
The console output becomes strange after code changed when using `dotnet watch run`.
- The log was not aligned to the beginning of the row.
- Cannot use `Ctrl+C` to exit …
-
See https://dev.azure.com/dnceng/internal/_build/results?buildId=2459834&view=logs&j=0412dcf5-478c-51bc-8fd3-1e1653027e8b&t=8fbfd639-c99a-52bf-214f-b6ce4811bf9d
Seems unusual that it's uploading re…
-
Hi,
I am trying to use servicestack-authentication-identityserver in my .NetCore 2.0 project but facing issue. Also i noticed dependency with Servicestack.Mvc.Core 1.0.33. Also logout functionality…
-
### Describe the bug
I write an ASP.net Core 3 WebAPI. For some reasons I need JSON and in some cases XML output.
I noticed that aspnetcore also created an instance for xml in the responses for js…
-
问题:大量线程阻塞到这里有哪些原因呢?
环境:windows server 2016
.netcore 3.14 64位程序
现象:寄宿程序的webapi卡死,cpu10%以下,内存暴涨到2个G ,线程数量3W+
死锁信息:
![image](https://user-images.githubusercontent.com/40555417/146748715-07b9e4…
-
# packages
- [x] CloudFlareUtilities.NETStandard
- [x] GeoCoordinate.NetStandard1
- [x] Google.Api.CommonProtos
- [x] Google.Api.Gax
- [x] Google.Apis
- [x] Google.Apis.Auth
- [x] Google.Apis.C…
-
### Describe the bug
Let's say for example you have a project that is the following:
- Non-SDK Style
- Targets .NET Framework
- References ASP.NET and uses Razor pages
- Uses roslyn and on publis…