test: pin pending-task returns and abstract-indexer generation - #833
Conversation
Add two regression tests prompted by TUnit issues #6515 and #6516: - Returns(() => tcs.Task) must hand the pending task to the caller as-is, so it can be raced against timeouts or cancellation. - Mocking an abstract class with abstract indexers must not emit base[...] calls (would be CS0205).
|
🚀 Benchmark ResultsDetails
Details
Details
Details
Details
Details
|
…ract-indexer generation (#833) by Valentin Breuß
…ract-indexer generation (#833) by Valentin Breuß



Add two regression tests prompted by TUnit issues #6515 and #6516: