Tom Longhurst

Results 272 comments of Tom Longhurst

TUnit already works off of a skipped exception so this will be easy to do 😄

Although actually now you say it, the separate projects and namespace could be challenging. The question also arises what if the assertion library is used in another project... It wouldn't...

Wondering if this could/should be available for any condition

If security isn't an issue then sure. I haven't strongly signed stuff before so I'd need to look up how to do it. If you know what you're doing then...

@Xen0byte Can you try on version `0.1.773` ? I'm successfully hitting breakpoints in the hook class: ![image](https://github.com/user-attachments/assets/e0dcdc20-affd-4c40-a55c-641606900257) I've added a test too to verify that the hooks were hit: https://github.com/thomhurst/TUnit/blob/main/TUnit.TestProject/BasicTests_HooksFromLibrary.cs

The above was Rider ^ And it's hitting is Visual Studio too: ![image](https://github.com/user-attachments/assets/70f146b8-885c-4137-9031-f7b64ceec34e)

Ah yes. I need to do some refactoring as I'd like to have it so that you only need to import the "Core" package for libraries. I'll raise an issue...

Oh actually looking at your screenshot, you have separate test projects for each framework. In the non-TUnit ones just add to their csprojs ``` false false ```

Thanks for the update @Xen0byte ! I'll try and work on sorting out the core package soon to hopefully unblock you. In regards to upgrading your other projects to the...

@Xen0byte I've just pushed out v0.1.807. It should allow you to use TUnit.Core in your library projects and hopefully sort out your dependency issues. Let me know if you still...