Alessandro Calorì
Alessandro Calorì
I have a SQL Server table with a primary key which is mapped to EFCore as a shadow property: ```csharp builder.Property("Id") .HasDefaultValueSql("NEWID()") .IsRequired(); builder.HasKey("Id"); ``` I am calling `BulkInsertAsync` like...
I am using SSH.NET version 2024.0.0 (just upgraded). I need to create a symlink to a file which is on the same folder with SftpClient. The remote folder structure is...
### Describe the bug When I connect ISP Fritz!Box 5530 Fiber to my QNAP QHora 301W, running the latest snapshot from this repository, the router automatically reboots. It keeps rebooting...
This fixes the escaping of text fields for all versions, according to RFC specifications. See issue #74.
Working on a simple webapp which uses vCardLib, we noticed that the "title" field is too aggressively escaped. This is an example of the field being decoded by Android: I...