diff --git a/README.md b/README.md index c5055df..db3d6f1 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,18 @@ ![Clean Architecture Template Title](assets/Clean%20Architecture%20Template%20Title.png) + --- +```shell +dotnet add package Amantinband.CleanArchitecture.Template --version 1.0.0 + +dotnet new clean-arch -o CleanArchitecture +``` + + - [️Important notice ⚠️](#️important-notice-️) - [Give it a star ⭐](#give-it-a-star-) - [Domain Overview 🌍](#domain-overview-) @@ -41,7 +49,9 @@ # ️Important notice ⚠️ -If you like this template, check out my comprehensive [course](https://dometrain.com/bundle/from-zero-to-hero-clean-architecture) on Dometrain where I cover everything you need to know when building production applications structured following clean architecture. +This template is still under construction 👷. + +If you're interested in learning more about clean architecture and how to build production applications structured following clean architecture using .NET, check out my comprehensive [course](https://dometrain.com/bundle/from-zero-to-hero-clean-architecture) on Dometrain where I cover everything you need to know when building production applications structured following clean architecture. # Give it a star ⭐ diff --git a/tests/TestCommon/TestUtilities/XUnit/TheoryDataFactory.cs b/tests/TestCommon/TestUtilities/XUnit/TheoryDataFactory.cs deleted file mode 100644 index 01be1ab..0000000 --- a/tests/TestCommon/TestUtilities/XUnit/TheoryDataFactory.cs +++ /dev/null @@ -1,8 +0,0 @@ -using Xunit; - -namespace TestCommon.TestUtilities.XUnit; - -public static class TheoryDataFactory -{ - public static IEnumerable ListGuids() => []; -} \ No newline at end of file