You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of Expecto the template installs is old enough that the function used to actually run tests has been changed, so the library does not compile if Expecto is updated. It also depends on .NET 6, when .NET 8 is the current LTS version.
I would request that versions of the dependencies and .NET itself are bumped.
The text was updated successfully, but these errors were encountered:
There's another issue as it stands as well - the reference to YoloDev.Expecto.TestSdk 0.* currently pulls in version 0.14.3 which requires Expecto 10, so you get a version conflict between that and the direct reference to Expecto 9 in the template
The version of Expecto the template installs is old enough that the function used to actually run tests has been changed, so the library does not compile if Expecto is updated. It also depends on .NET 6, when .NET 8 is the current LTS version.
I would request that versions of the dependencies and .NET itself are bumped.
The text was updated successfully, but these errors were encountered: