Meir Blachman
Meir Blachman
That's how the aspnet team do it https://github.com/aspnet/Mvc/blob/release/2.2/samples/MvcSandbox/MvcSandbox.csproj
or instead of using a package reference we can add a [`dependencies.props`](https://github.com/aspnet/Mvc/blob/release/2.2/build/dependencies.props) file and import it from all of the sample csproj file and then write something like this: `any...
- [ ] ProperSubset(ISet expectedSubset, ISet? actual) - [ ] ProperSuperset(ISet expectedSubset, ISet? actual) related https://github.com/fluentassertions/fluentassertions/issues/2363
@MisinformedDNA thanks for pointing this out, I removed that task from the list as it's just the PR item
@cervengoc great suggestion!
@jnyrup maybe adding `BeSupersetOf` could be added separately (different PR)?
@dennisdoomen yes please
@vbreuss done! thanks for the suggestion
@dennisdoomen to add tips for migrating from xunit to FluentAssertions similar to how there are tips for migrating from mstest for FluentAssertions
@apeltz I'm rather hesitant to using the CDP directly as it's only for chromium, if this is supported now then I think playwright should be able to support this (and...