Ivan Maximov

Results 156 issues of Ivan Maximov

``` .Where(a => !string.Equals(a.FullName, "Microsoft.Data.SqlClient, Version=5.0.0.0, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5", StringComparison.OrdinalIgnoreCase)) // https://github.com/dotnet/SqlClient/issues/1930#issuecomment-1814595368 ```

> Please consider changing the dependency from Microsoft.Extensions.Diagnostics.HealthChecks (>= 7.0.9) to Microsoft.Extensions.Diagnostics.HealthChecks (>= 6.0.3), or having separate targets for net6.0 and net7.0. Well... Of course it's possible but I think...

@adamsitnik Did you place here and there `false` for such packages only that have unsigned dependencies? _Originally posted by @sungam3r in https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/pull/2044#discussion_r1413170464_

Ups for grabs

One of my colleagues was faced with the problem when trying to set the value of the level override from environment variables. This PR helps to do that. @skomis-mm @nblumhardt...

No more heap allocations for `PublishConfiguration`. `c => c.WithTopic("A")` -> `c => c with { Topic = "A" }` . C# language native feature instead of writing instance/extension methods for...

- Run `dotnet format`: remove trailing whitespaces, doubled empty lines, unused usings, etc - Remove unnecessary committed local files - Move tests on NET7 - Remove unnecessary csproj properties -...

Apply dotnet-format and fix typos

see https://github.com/benchmark-action/github-action-benchmark/issues/158