Tom Longhurst

Results 109 issues of Tom Longhurst

To start with the default system conditions should be converted into assertions: ![Image](https://github.com/user-attachments/assets/005d0cd3-7d27-4140-9661-98ece6dc2100)

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Polyfill](https://redirect.github.com/SimonCropp/Polyfill) | nuget | major | `7.26.0` -> `8.0.1` | --- ### Release...

dependencies
renovate-bot
MAJOR

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Microsoft.Bcl.AsyncInterfaces](https://dot.net/) ([source](https://redirect.github.com/dotnet/runtime)) | nuget | patch | `9.0.3` -> `9.0.6` | --- ###...

dependencies
renovate-bot
PATCH

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [TUnit](https://redirect.github.com/thomhurst/TUnit) | nuget | minor | `0.19.52` -> `0.25.21` | --- ### Release...

dependencies
MINOR
renovate-bot

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Polyfill](https://redirect.github.com/SimonCropp/Polyfill) | nuget | minor | `7.26.0` -> `7.33.0` | --- ### Release...

dependencies
MINOR
renovate-bot

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ModularPipelines.DotNet](https://redirect.github.com/thomhurst/ModularPipelines) | nuget | minor | `2.43.0` -> `2.44.45` | | [ModularPipelines.Git](https://redirect.github.com/thomhurst/ModularPipelines) |...

dependencies
MINOR
renovate-bot

When specifying TypeFullNames in the TestMethodIdentifier, it expects non-null type names. However, `Type.FullName` is a nullable property. I actually didn't know when it could be null, so asked co-pilot and...

Needs: Additional Info
Area: MTP

If code is declared in a Global Namespace, `Type.Namespace` returns null. Therefore, shouldn't `TestMethodIdentifierProperty.Namespace` be nullable so it too also distinguishes global namespace?

State: Needs Approval
Area: MTP

If I wanted to write an extension that could cancel the test session based on some logic, I don't believe that's currently possible. I can see there's an (internal) `ITestSessionContext`...

Area: MTP