Tim Lovell-Smith
Tim Lovell-Smith
It seems logical/implied, by the ideas that PATCH will have create semantics when it allows upsert semantics (same as PUT), and a similar clause that exists for POST - that...
Consider the following multiline sum in a document, simplified for purposes of easy to repro. (The real numbers were longer.) ``` 1 +2 -3 +4 +5 +6 ``` and the...
Test Name: Pipelines.Sockets.Unofficial.Tests.BufferWriterTests.BufferWriterDoesNotLeak Test Outcome: Failed Result StackTrace: at Pipelines.Sockets.Unofficial.Tests.BufferWriterTests.BufferWriterDoesNotLeak() in C:\repo\Pipelines.Sockets.Unofficial\tests\Pipelines.Sockets.Unofficial.Tests\BufferWriterTests.cs:line 94 Result Message: Assert.Equal() Failure Expected: 4 Actual: 7 Result StandardOutput: before flush, wrote 0... (nil) after flush:...
Output of build.cmd ``` [xUnit.net 00:00:12.23] Pipelines.Sockets.Unofficial.Tests.LockBenchmarkTests.MutexSlim_ConcurrentLoadAsync_DisableContext [FAIL] X Pipelines.Sockets.Unofficial.Tests.LockBenchmarkTests.MutexSlim_ConcurrentLoadAsync_DisableContext [2s 544ms] Error Message: System.InvalidOperationException : expected 2500 but was 2451 Stack Trace: at Benchmark.Utils.AssertIs(Int32 actual, Int32 expected) in /_/tests/Benchmark/Utils.cs:line...
An example of inconsistency creeping in to swagger specs that this would address is enum values where one service declares their version of the acceptable enum values as "SystemAssigned, UserAssigned"...
## ARM API Information (Control Plane) MSFT employees can try out our new experience at [OpenAPI Hub](https://aka.ms/openapiportal) - one location for using our validation tools and finding your workflow. Azure...
Add a note explaining the lack of importance of public network access for VNET injected caches # ARM (Control Plane) API Specification Update Pull Request ## Purpose of this PR...
I recently had to try to give feedback on API design, but... I found myself emotionally reacting to the inflexibility of a particular guidance I was giving about the naming...
This is a kind of half-finished psychic-debugging style investigation so take my theory with a grain of salt but... I investigated a redis server crash where the LUA script space...
There are various checks in the fast parsing code implemented as debug asserts. I think unfortunately, if the assert is optimized away, it becomes garbage-in-garbage-out, instead of catching a protocol...