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

Pin or remove Fluentassertion #36

Closed
SebastienDegodez opened this issue Jan 15, 2025 · 2 comments
Closed

Pin or remove Fluentassertion #36

SebastienDegodez opened this issue Jan 15, 2025 · 2 comments

Comments

@SebastienDegodez
Copy link
Member

Reason/Context

FluentAssertions (v8+) is changing license to become paid software for commercial use.

More details here

Description

Immediate solution without breaking:
Pin the NuGet version on the csproj
To achieve that we must surround the version number with []

Example:

<PackageVersion Include="FluentAssertions" Version="[7.0.0]" />

Implementation ideas

  • Stay with v7 indefinitely
  • Switch to alternative libs (shoudly?)
  • Switch to builtin assert
Copy link

👋 @SebastienDegodez

Welcome to the Microcks community! 💖

Thanks and congrats 🎉 for opening your first issue here! Be sure to follow the issue template or please update it accordingly.

📢 If you're using Microcks in your organization, please add your company name to this list. 🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community 🙌"

Hope you have a great time there!

🌟 ~~~~~~~~~ 🌟

📢 If you like Microcks, please ⭐ star ⭐ our repo to support it!

🙏 It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

@SebastienDegodez
Copy link
Member Author

SebastienDegodez commented Jan 15, 2025

oops, I'm on the wrong repository.

Edit: Creating an "issue" redirects here (because of templates I think). 😵‍💫

@SebastienDegodez SebastienDegodez closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2025
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

1 participant