Günther Foidl

Results 28 issues of Günther Foidl

I [extended](https://github.com/gfoidl-Tests/PooledValueTaskSource/blob/6a2bf52e90ee57b5018544917bd0704a54e42696/src/PooledValueTaskSource/FileReadingPooledValueTaskSource2.cs#L9) your sample with another class that shows how to use `ManualResetValueTaskSourceCore`. Is this something we should bring over to this repo? Ideally the implemenations (`IValueTaskSource` manully, and `ManualResetValueTaskSourceCore`)...

`DataPointSerializer` can use pipelines / spans in order to reduce some allocations. Or move this serializer to a separate package, as it should not be part of the "core-functionality".

Google Chrome's developer tools shows a hint about the usage of `navigator.userAgent` and `navigator.userAgentData`. More info: [Migrate to User-Agent Client Hints](https://web.dev/migrate-to-ua-ch/) @BenjaminAbt do you have more info if we need...

area-UserAgents

Can use something like https://dotnet.github.io/docfx integrated in CI/CD to push to gh-pages branch when built from main.

area-Documentation

We should add some counters for cache hit / miss and write the raw UA strings as events. If this lib is used in project, that has AppInsights, etc. enabled,...

area-Diagnostics

Cf. https://github.com/mycsharp/HttpUserAgentParser/pull/1#discussion_r633007720 and https://github.com/mycsharp/HttpUserAgentParser/pull/1#discussion_r633010208 Order of the arrays should be based on likeness of a match.

area-Runtime

Cf. https://github.com/mycsharp/HttpUserAgentParser/pull/1#discussion_r633107150

area-Runtime

Section [Constants](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/nint-nuint#constants) says: > ## Constants > >You can use constant values in the following ranges: > >* For `nint`: Int32.MinValue to Int32.MaxValue. >* For `nuint`: UInt32.MinValue to UInt32.MaxValue. This...

doc-enhancement
Pri2
dotnet-csharp/svc
lang-reference/subsvc