You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/template/README.md
+11-27Lines changed: 11 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# The Clean Architecture Sample Implementation with .NET Core
1
+
# The Genocs Enterprise Service Template Implementation with .NET Core
2
2
3
3
4
-
Sample implementation of the **Clean Architecture Principles with .NET Core**. Use cases as central organizing structure, decoupled from frameworks and technology details. Built with small components that are developed and tested in isolation.
4
+
Sample implementation of the **Genocs Enterprise Service Principles with .NET Core**. Use cases as central organizing structure, decoupled from frameworks and technology details. Built with small components that are developed and tested in isolation.
5
5
6
6
----
7
7
@@ -12,8 +12,8 @@ Sample implementation of the **Clean Architecture Principles with .NET Core**. U
12
12
## Usage
13
13
14
14
```sh
15
-
dotnet new -i Genocs.CleanArchitecture::1.7.2
16
-
dotnet new cleanarchitecture -n "MyCompany.MyProject"
15
+
dotnet new -i Genocs.ServiceTemplate::1.0.0
16
+
dotnet new servicetemplate -n "Company.Project"
17
17
```
18
18
19
19
To get the Clean Architecture updates hit the `WATCH` button.
@@ -96,14 +96,13 @@ The folder docker-infrastructure contains the docker-compose file and everything
96
96
97
97
This example implement the enterprise service bus through three different library.
98
98
99
-
- NService Bus
100
99
- Rebus
101
100
- Bare implementation with Azure Service bus
102
101
103
102
104
103
## Containers and orchestrators
105
104
106
-
The example is ready to create the docker images for both WebApi and BusWorker
105
+
The example is ready to create the docker images for both WebApi and Worker
107
106
108
107
109
108
## Contributing
@@ -1407,27 +1406,27 @@ deploy_script:
1407
1406
The project build two different images. One for the the Web API and one for the bus worker.
1408
1407
1409
1408
```sh
1410
-
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
1409
+
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
1411
1410
WORKDIR /app
1412
1411
1413
1412
# Copy everything else and build
1414
1413
COPY . .
1415
1414
RUN dotnet publish src/{MyCompany.MyProject}.WebApi -c release -o out
<td align="center"><a href="https://github.com/MarlonMiranda"><img src="https://avatars3.githubusercontent.com/u/12774904?v=4" width="100px;" alt="Marlon Miranda da Silva"/><br /><sub><b>Marlon Miranda da Silva</b></sub></a><br /><a href="#design-MarlonMiranda" title="Design">🎨</a> <a href="https://github.com/ivanpaulovich/clean-architecture-manga/commits?author=MarlonMiranda" title="Tests">⚠️</a></td>
<td align="center"><a href="https://stackoverflow.com/users/2072198/fals"><img src="https://avatars2.githubusercontent.com/u/3750960?v=4" width="100px;" alt="Filipe Augusto Lima de Souza"/><br /><sub><b>Filipe Augusto Lima de Souza</b></sub></a><br /><a href="#design-fals" title="Design">🎨</a> <a href="https://github.com/ivanpaulovich/clean-architecture-manga/commits?author=fals" title="Tests">⚠️</a> <a href="https://github.com/ivanpaulovich/clean-architecture-manga/commits?author=fals" title="Code">💻</a></td>
0 commit comments