null
Results
2
issues of
null
Version: 2.3.7 (also tested on 2.4.0) When inserting escaped JSON string SqlKata generates incorrect SQL: ```sql INSERT INTO `Table` (`field`) VALUES ('{"Name":"\u111B"}') ON DUPLICATE KEY UPDATE someField=null; ``` Which results...
## Summary Sonatype Nexus Repository returns NuGet package dependency target framework monikers (TFMs) with the dot separator removed. While this worked for single-digit .NET versions (e.g., `net9.0` -> `net90`), it...