Tom Longhurst

Results 109 issues of Tom Longhurst

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-dotnet](https://redirect.github.com/actions/setup-dotnet) | action | major | `v4` -> `v5` | --- ### Release...

dependencies
renovate-bot
MAJOR

This pull request expands documentation for TUnit, a .NET testing framework built on Microsoft.Testing.Platform, and clarifies its support for various extensibility features and workflows. The changes improve coverage of TUnit...

dotnet-fundamentals/svc
community-contribution

Add Testcontainers module for Valkey, a Redis-compatible in-memory data store. Includes ValkeyContainer implementation with connection string support and tests.

enhancement
module

This should allow for much more flexibility. Consumers can use their built services or options, or can utilise things like `.PostConfigure` and retrieve the `IOptions` from inside the lambda via...

3 - Done
feature request
.NET
V10.X

This would need a backing storage that can persist in between test runs. This is obviously doable by creating an interface that the user consumes. But the way extensions are...

Discussion
Area: MTP
Area: MTP Extensions

This is what someone has said they want from a testing suite: > for things like acceptance tests - I may have 10 tests in a fixture, if 9 of...

Area: MTP
Needs: Design

Heya, this is a cool tool. It may not be possible, but if you're able to identify locations of elements in the project files, would you be able to write...

Heya - Noticed you switched to TUnit 😄 When you're using `[ClassDataSource]` you can put the set up and tear down logic for it inside it by implementing the interfaces...