Anton
Anton
Если TorrServer находится не в локальной сети, отправлять к нему запросы по http не комильфо (особенно с учетом наличия в TorrServer только Basic access authentication, которая не шифрует и не...
### Bug description An unhandled exception occurs when calling `ExecuteUpdateAsync` on a TPC hierarchy ### Your code ```csharp using Microsoft.EntityFrameworkCore; namespace NullabilityProcessorBug; class Program { static async Task Main(string[] args)...
Protobuf, when using the OneOf construct, generates an enum and a `OneOfCase` property, which contains one of the values indicating which of the body fields is filled. This information can...
It seems that in some cases it would be convenient to have automatic conversion by calling a method on the source object, for example: ```csharp public record Model(int[] ErrorCodes) {...
**Describe the bug** Mapperly generates incorrect code for nullable arrays in some cases. See example code **Declaration code** ```csharp public record Dto(int[]? Array); [Mapper] public partial class Mapper { public...