clairernovotny / fluentassertions

Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. It is used in many open-source projects. This extension project adds support for Xamarin.
https://www.nuget.org/packages/FluentAssertions.Xamarin
Apache License 2.0
5 stars 2 forks source link

Consider archiving in favor of FluentAssertions 5.10.0+ #6

Open akamud opened 4 years ago

akamud commented 4 years ago

Hi Claire, thank you for this fork, it was really useful for a long time. From my understanding, now that https://github.com/fluentassertions/fluentassertions/issues/1151 is fixed and released on 5.10.0, there is no need for any workaround anymore, so people can use the original FluentAssertions package in any Xamarin project and enjoy all the improvements and new assertion helpers.

I'm opening this issue because I'm not sure you still follow this repo, but if you don't see any other reason for this fork, you might consider archiving this project (and mark the NuGet as deprecated) so people don't get confused.

What do you think?

akamud commented 4 years ago

Hi @clairernovotny, what's your opinion on this?