rwkarg

Results 10 issues of rwkarg

(This can't be fixed in this package but adding issue for tracking) I attempted to hook this up with WCF services that run on .NET Framework and was able to...

https://github.com/dotnet/orleans/blob/55053831da91ebb986cda639a9027a4a67f88e0a/README.md?plain=1#L163 The above link references being tested with Orleans 2.2.0: > This tutorial provides step-by-step instructions for creating a basic functioning Orleans application. It is designed to be self-contained and...

area-docs

This is extended information that may be able to pull GC info in a way that is less performance intensive. Blog Post: https://devblogs.microsoft.com/dotnet/the-updated-getgcmemoryinfo-api-in-net-5-0-and-how-it-can-help-you/

Version 6.0.0 of the Microsoft.Extensions.** packages all support `netstandard2.0` so can be used all the way back to `netcoreapp2.1`. This is causing issues where some apps that are still on...

I missed this when looking at #34 but I don't think there's any opportunity to make choices for the backend region. An Internal HTTP LB (regional backend service) can only...

SyslogMessage.StructuredDataElement is accepted as an array but was being stored and surfaced through the get property as an IEnumerable. This required a .ToList() on every serialization request as well as...

This ensures that all old entries that are not Active are cleaned up. Previously this behavior has been inconsistent in clustering providers. This is to better align behavior across providers....

https://learn.microsoft.com/en-us/nuget/consume-packages/Central-Package-Management

**Describe the bug** Fresh pull of the repository is unable to generate a solution **To Reproduce** Steps to reproduce the behavior: Forked and pulled master branch. `dotnet msbuild /t:slngen` -->...

https://github.com/opentracing/opentracing-csharp AsyncLocal storage allows tracing to follow across async/await and other async boundaries.