Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update template to use new version of Expecto #19

Open
sonicbhoc opened this issue Apr 8, 2024 · 3 comments
Open

Update template to use new version of Expecto #19

sonicbhoc opened this issue Apr 8, 2024 · 3 comments

Comments

@sonicbhoc
Copy link

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.

@MNie
Copy link
Owner

MNie commented Apr 12, 2024

Hi, @sonicbhoc happy to accept a PR with the above-mentioned bump.

@sonicbhoc
Copy link
Author

If I can find the time, I will try. I actually have no idea how templates work if I'm honest. It would probably be good to learn.

@Numpsy
Copy link
Contributor

Numpsy commented Aug 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants