From ea7529c44350095bb89ffb83dd6a2d74d0499f1b Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 2 Mar 2025 22:05:30 +0100 Subject: [PATCH] cleanup asp deps --- content/about.md | 2 +- content/data/works/aspnet-core.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/about.md b/content/about.md index e4177df..659a404 100644 --- a/content/about.md +++ b/content/about.md @@ -18,7 +18,7 @@ I can develop proper API design following [**DDD / Hexa**](https://en.wikipedia. I encourage `TDD` or at least proper **integration tests** on any backend frameworks, following **AAA** aka *Arrange Act Assert* principle : * `PHPUnit` or [`Pest`](https://pestphp.com/) for *PHP* -* [`NUnit.net`](https://nunit.org/) or [`xUnit.net`](https://xunit.net/) with [`Fluent Assertions`](https://github.com/fluentassertions/fluentassertions) for *.NET Core* +* [`NUnit.net`](https://nunit.org/) or [`xUnit.net`](https://xunit.net/) for *.NET Core* * `JUnit` with [`REST Assured`](https://rest-assured.io/) for *Spring Boot* * `Jest` and `pytest` on respective *NodeJS* end *Python* stacks diff --git a/content/data/works/aspnet-core.md b/content/data/works/aspnet-core.md index f0290d7..5c40ed4 100644 --- a/content/data/works/aspnet-core.md +++ b/content/data/works/aspnet-core.md @@ -8,7 +8,5 @@ Main packages involved : * [Fluent Validation](https://fluentvalidation.net/) for strongly typed validation * [dotnet-format](https://github.com/dotnet/format) as official formatter * [xUnit.net](https://xunit.net/) as framework test -* [Fluent Assertions](https://fluentassertions.com/) for strongly typed assertions within the API -* [Respawn](https://github.com/jbogard/Respawn) as for optimal integration tests isolation * [Bogus](https://github.com/bchavez/Bogus) for strongly typed fake data generator * [Bullseye](https://github.com/adamralph/bullseye) as a nice CLI publisher tool with dependency graph