askazakov

Results 14 comments of askazakov

I need some help – locally test `AwaitingTasksShouldNotInterfereAllocationResults(toolchain: Core RT 6.0.0-preview.1.21074.3)` fails with `System.InvalidOperationException: Sequence contains no elements`, but it fails on master too.

Try to use https://docs.microsoft.com/en-us/visualstudio/msbuild/zipdirectory-task from standard MSBuild tasks

I've prepared https://github.com/prometheus-net/prometheus-net/pull/318 and ready to any feedback. I really desire this feature.

a lot of changes but there is only renaming actually

I merge main but encountered with https://github.com/ardalis/CleanArchitecture/pull/308

@ardalis should I bump version to 6.0.10?

@rita-sonarsource I must have misunderstood. Could you explain what is point of issue please. I add few lines of code but I'm not sure I've done everything needed

I've tried ``` var jsonNode = JsonNode.Parse(json); jsonNode["symbols"]["version"]["defaultValue"] = $(VersionPrefix) ``` instead of ``` Regex.Replace(...) ``` but it leads to changes in .template.json ![image](https://github.com/dotnet/BenchmarkDotNet/assets/52070913/c46cfe91-b711-4c63-a58e-186ce4755e29) should I investigate with ``` var...

> I've tried > > ``` > var jsonNode = JsonNode.Parse(json); > jsonNode["symbols"]["version"]["defaultValue"] = $(VersionPrefix) > ``` > > instead of > > ``` > Regex.Replace(...) > ``` > >...