彭伟
彭伟
https://github.com/aliyun/aliyun-openapi-net-sdk/issues/163 The only error of Codacy need ignore.
.NET Sdk: .net 6.0 HarmonyX Version: 2.7.0 1. Create a .net 6.0 console application. 2. Add `appsettings.json` 3. Add PackageReference HarmonyX 2.7.0 and Microsoft.Extensions.Hosting 6.0.0 4. Add the following code...
``` System.AccessViolationException at HarmonyLib.Internal.RuntimeFixes.StackTraceFixes.GetMethodFix(System.Diagnostics.StackFrame) at System.Diagnostics.StackTrace.ToString(TraceFormat) at System.Exception.GetStackTrace(Boolean) at System.Exception.ToString(Boolean, Boolean) at System.String.Concat(System.Object, System.Object) at System.Web.HttpRuntime.ReleaseResourcesAndUnloadAppDomain(System.Object) at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem() at System.Threading.ThreadPoolWorkQueue.Dispatch()...
https://docs.microsoft.com/en-us/dotnet/api/system.arraysegment-1#remarks
# Feature Request [Redacting sensitive data in logs with Microsoft.Extensions.Compliance.Redaction](https://andrewlock.net/redacting-sensitive-data-with-microsoft-extensions-compliance/).
Is it possible to wrap the calling server around the Activity? So that, I can get elapsed time per calling.
### Requirement https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html ### Problem I has created a data stream index template, and I tried `--es.use-aliases=true` but not work. ### Proposal _No response_ ### Open questions _No response_
Current, `Matches` is a synchronized method, there is a situation where [asynchronous method are invoked synchronously](https://github.com/richardszalay/mockhttp/blob/3517eca8e799f6b9a7c7c4f1c99c99e8543dfbcd/RichardSzalay.MockHttp/Matchers/ContentMatcher.cs#L31).