Daniel Svensson
Daniel Svensson
Summary * Remove allocations for writing longer (42 /85+) strings containing non-ascii characters * Improve performance for utf8 encoding all strings with lenght 8 or longer * escpecially for cases...
Making profiling/stress testing my rewrite of OpenRiaServices from WCF to aspnet core I identified a bottleneck in the datacontract serializer. I detected some contention for an API returning around 20...
* Update Microsoft.Data.SqlClient to fix #374 and fix #302 and make Azure Active Directory authentication possible to do by just passing in the correct connection string (same problem PR #354...
>> Please clearly describe what the SQL Sink is doing incorrectly: Nothing is logged. Selflog report a type initialization exception for Microsoft.data settings provider or similar and a message that...
If an entity returned by a TVF uses optimistic concurrency (such as rowversion) and has ConcurrencyMode Fixed enabled then migrations will fail. The current code genates a ConcurrencyMode attribute in...
It seems like edge extensions will be so similar to chrome extensions that "only a few changes" should be needed. As long as the extension can communicate with the keypass...
After having detached entities from the DbContext in EF Core 8 and made sure that they are no longer part of `ChangeTracker.Entries()` they will still automatically be added back later...
*Long story* I saw that SimpleWebSource seems to support specifying absolute url's in the "Filename" path of releases.json so I did try a scenaro with "releases.json" from one website and...
Would you be open to add support for SHA256 hashes in releases.*.json ? Use case: We want to make velopack updates "tamper prof" and is looking to use digital signature...
When evaluating velopack I had to test switching channels so I added the possibility to the samples. I also updated the build script so the framework parameter matches the documentation....