-
### Steps to reproduce
Ideally include a complete code listing that we can run to reproduce the issue.
Alternatively, you can provide a project/solution that we can run.
### The issue
Describe w…
-
Code USed: Startup.cs
DeviceDetector.SetVersionTruncation(VersionTruncation.VERSION_TRUNCATION_NONE);
var userAgent = context.Request.Headers["User-Agent"];
…
-
### Run Information
Architecture | x64
-- | --
OS | Windows 10.0.18362
Baseline | [43a60c8ed073a4c6134facadd01c9c1c2643e41a](https://github.com/dotnet/runtime/commit/43a60c8ed073a4c6134facadd0…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | Windows 10.0.19041
Queue | SurfaceWindows
Baseline | [bb38848e9877dc0b43860dc219ebe36fc04a6bb3](https://github.com/dotnet/runtime…
-
### چه چیزهایی می توانند قفل شوند؟
قفل کردن می تواند برای Thread و یا process باشد. این دو در دو معقوله تاثیر دارند:
- ناحیه ی تاثیر گذار (**Scope**):
- قفل process: کنترل دسترسی انحصاری (exclus…
-
建议:临时任务可否支持持久化,类似发短信,消息之类的任务,像hangfire 支持持久化,在可视面板查看错误信息重试。
-
NLoggerFactory.Create(string logName) uses thread unsafe dictionary and does not have thread locks around it. Solution would be to move to ConcurrentDictionary
-
We're finding some discrepancies on the DocID format for a couple of APIs.
Some examples:
**Docs:** M:System.Activities.Presentation.Model.ModelItemDictionary.System#Collections#Generic#IColle…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [e1ab2243b27da4aa8a76372e4384bcd2b5894b3b](https://github.com/dotnet/runtime/commit/e1a…
-
currently, we are raw assigning values to the incident and unit concurrent dictionaries, these values should be added via methods to be thread safe.