Dmitry Zhavoronkov
Dmitry Zhavoronkov
**Input:** ```C# var fillingProgress = calculator.Calculate( """ { "TextField": "", "NumberField": "", "DateRangeField": "", "TimeField": "", "RadioGroupField": "", "DropdownField": "", "CheckBoxField": "", "CheckBoxGroupField": "", "TagInputField": "", "FileField": "", "Weight": "",...
**Input:** ```C# services.AddMetricsTrackingMiddleware( // Comment opts => { opts.IgnoredHttpStatusCodes = Enumerable.Range(300, 9).ToArray(); } ); ``` **Output:** ```C# services.AddMetricsTrackingMiddleware( // Comment opts => { opts.IgnoredHttpStatusCodes = Enumerable.Range(300, 9).ToArray(); }); ``` **Expected...
**Input:** ```C# new Something( formBindings: dto .Forms.Select(form => new FormBinding { Id = form.Id, Type = formBindings.First(x => x.Id == form.Id).Type, FormTypeForInitialAnswers = form.FormTypeForInitialAnswers, }) .ToList() ) { FormBindings =...
**Input:** ```C# [AllowedExtensions( [ ".txt", ".pdf", ".doc", ".jpeg", ".jpg", ".zip", ".7z", ".png", ".xlsx", ".xlx", ".docx", ".csv" ] )] async Task PatchResults(){} ``` **Output:** ```C# [AllowedExtensions( [ ".txt", ".pdf", ".doc", ".jpeg",...
NpgsqlArrayConverter.ArrayConversionExpression throws IndexOutOfRangeException when TInput is string
Npgsql.EntityFrameworkCore.PostgreSQL: 8.0.0 Npgsql: 8.0.1 ``` System.IndexOutOfRangeException Index was outside the bounds of the array. at Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.NpgsqlArrayConverter`3.ArrayConversionExpression[TInput,TOutput,TConcreteOutput](LambdaExpression elementConversionExpression) at Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.NpgsqlArrayConverter`3..ctor(ValueConverter elementConverter) at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at...
It solves a problem that tests run into deadlock if test collections are more than available threads
Ordering of using statement incorrectly handles conditional compilation preprocessor directives **Input:** The code is from [csharpier-repos](https://github.com/belav/csharpier-repos/blob/main/mono/mcs/class/System/Mono.Net.Security/ChainValidationHelper.cs) ```C# #if MONO_SECURITY_ALIAS extern alias MonoSecurity; #endif #if MONO_SECURITY_ALIAS using MonoSecurity::Mono.Security.Interface; using MSX =...
### Concise Description Filtered posts must includes all selected tags - not any ones ### Description I've tried to create a custom feed about backend on rust by adding tags...
If you try to initialize a template with a long hash, then integresql creates a database with a truncated name, but returns the database's name with the full hash ##...