Anyone using Fluent Assertions in Unity 2022.3 beside me? #2688
MadInventorQDB
started this conversation in
General
Replies: 1 comment 1 reply
-
Why don't you use the NuGet package? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a background in application and web services development and have experimented with Unity for years. Recently, I decided to get serious about applying my engineering knowledge, focusing on unit testing, and chose to use Fluent Assertions for its superior features. I'm curious about how others are integrating this.
I pulled the code, built the .NET Framework 4.7 version, and confirmed it works with Unity 2022.3. However, I'm wondering if there's a better method. Using a package seems more efficient than relying on a locally built DLL, but I'm unsure how to connect the Unity Package Manager to the repository. I've attempted to use https://github.com/fluentassertions/fluentassertions.git without success. Any insights would be appreciated. 😇
Beta Was this translation helpful? Give feedback.
All reactions