Ivan Maximov

Results 156 issues of Ivan Maximov

Also I think that _there's no way to dispose of the CancellationTokenRegistration_ part is not related to the example but more to the design of `Task.Delay` API itself.

First part of changes to fix https://github.com/open-telemetry/opentelemetry-demo/issues/748 See https://github.com/open-telemetry/opentelemetry-demo/pull/746#discussion_r1105341222 I'll add CI in separate PR.

Stale

Surprised that CI checks were not running the tests 👎 . @sungam3r -To unblock you progress here, please comment out the tests temporarily, create an issue to fix them (and...

On net6.0 I faced with weird issue. See https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/1980 and especially https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/1980#issuecomment-1666717402 . I narrowed it down to `--collect "XPlat Code Coverage"` and opencollector package. Steps to reproduce: 1. Check...

bug
Solved

See https://github.com/adamralph/minver It allows to not bother with setting version manually in code/csproj. I tested it in 4 repos. So far it works.

CI

Please read https://github.com/graphql-dotnet/graphql-dotnet/blob/master/BOUNTY.md first. [![GitHub issues by-label](https://img.shields.io/github/issues-raw/graphql-dotnet/graphql-dotnet/bounty?color=blue&label=open%20bounties)](https://github.com/graphql-dotnet/graphql-dotnet/issues?q=is%3Aopen+is%3Aissue+label%3Abounty) [![GitHub closed issues by-label](https://img.shields.io/github/issues-closed-raw/graphql-dotnet/graphql-dotnet/bounty-paid?color=blue&label=paid%20bounties)](https://github.com/graphql-dotnet/graphql-dotnet/issues?q=is%3Aclosed+is%3Aissue+label%3Abounty-paid) For current issues participating into bounty program, [click here](https://github.com/graphql-dotnet/graphql-dotnet/labels/bounty) for issues tagged with https://github.com/graphql-dotnet/graphql-dotnet/labels/bounty For proposed issues, [click here](https://github.com/graphql-dotnet/graphql-dotnet/labels/proposed-bounty)...

**This issue participates in bounty program, see https://github.com/graphql-dotnet/graphql-dotnet/blob/master/BOUNTY.md** **bounty amount: $40** Tasks to be done: 1. Add documentation page regarding [server](https://github.com/graphql-dotnet/server) project with a basic example. 2. Update sitemap.yaml and...

bounty

Helps with #3467 fixes #3540 https://learn.microsoft.com/en-us/dotnet/core/diagnostics/eventsource-getting-started No ifdefs, no additional dependencies. Supported by all TFMs. Lightweight and cross-platform. Trace (actually _events_) captured by `dotnet-trace collect --providers GraphQL -p 22316`: ![изображение](https://user-images.githubusercontent.com/21261007/219953172-0163c5da-c98b-4a78-b47e-6dcf2be52a9a.png)

enhancement

`With` and `Apply` words are synonims here. Maybe unify? I tend to use apply over with. _Originally posted by @sungam3r in https://github.com/graphql-dotnet/graphql-dotnet/pull/3609#discussion_r1178750408_