-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from Avanade/feature/structV8
feat(Liquid.Templates): Updates templates for net8.0 and Liquidv8.0 beta
- Loading branch information
Showing
49 changed files
with
133 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iquid.Templates/Templates/Liquid.Crud.AddEntity/PROJECTNAME.Domain/Entities/ENTITYNAME.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Liquid.Repository; | ||
using Liquid.Core.Entities; | ||
using System; | ||
|
||
namespace PROJECTNAME.Domain.Entities | ||
|
2 changes: 1 addition & 1 deletion
2
...id.Crud.AddEntity/PROJECTNAME.Domain/Handlers/CreateENTITYNAME/CreateENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ListENTITYNAME/ListENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Liquid.Crud.AddEntity/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...id.Crud.AddEntity/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...id.Crud.AddEntity/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...id.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/Entities/ENTITYNAME.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Liquid.Repository; | ||
using Liquid.Core.Entities; | ||
using System; | ||
|
||
namespace PROJECTNAME.Domain.Entities | ||
|
2 changes: 1 addition & 1 deletion
2
...Crud.Solution/src/PROJECTNAME.Domain/Handlers/CreateENTITYNAME/CreateENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...uid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ListENTITYNAME/ListENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...uid.Crud.Solution/src/PROJECTNAME.Domain/Handlers/ReadENTITYNAME/ReadENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Crud.Solution/src/PROJECTNAME.Domain/Handlers/RemoveENTITYNAME/RemoveENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Crud.Solution/src/PROJECTNAME.Domain/Handlers/UpdateENTITYNAME/UpdateENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Domain/PROJECTNAME.Domain.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Liquid.Domain" Version="6.0.1" /> | ||
<PackageReference Include="Liquid.Repository" Version="6.0.1" /> | ||
<PackageReference Include="Liquid.Core" Version="8.0.0-alpha-05" /> | ||
</ItemGroup> | ||
|
||
</Project> |
16 changes: 8 additions & 8 deletions
16
...ates/src/Liquid.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.Microservice.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
...Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.WebApi/PROJECTNAME.WebApi.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...d.Templates/Templates/Liquid.Crud.Solution/src/PROJECTNAME.WebApi/PROJECTNAME.WebApi.http
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@PROJECTNAME.WebApi_HostAddress = http://localhost:5003 | ||
|
||
GET {{PROJECTNAME.WebApi_HostAddress}}/ENTITYNAME/ | ||
Accept: application/json | ||
|
||
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...s/Templates/Liquid.DbContext.Project/PROJECTNAME.Repository/PROJECTNAME.Repository.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Handler/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iquid.Templates/Templates/Liquid.Domain.Project/PROJECTNAME.Domain/Entities/ENTITYNAME.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Liquid.Repository; | ||
using Liquid.Core.Entities; | ||
using System; | ||
|
||
namespace PROJECTNAME.Domain.Entities | ||
|
2 changes: 1 addition & 1 deletion
2
...Project/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...id.Templates/Templates/Liquid.Domain.Project/PROJECTNAME.Domain/PROJECTNAME.Domain.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Liquid.Domain" Version="6.0.1" /> | ||
<PackageReference Include="Liquid.Repository" Version="6.0.1" /> | ||
<PackageReference Include="Liquid.Core" Version="8.0.0-alpha-05" /> | ||
</ItemGroup> | ||
|
||
</Project> |
2 changes: 1 addition & 1 deletion
2
...uid.Templates/Templates/Liquid.WebApi.AddEntity/PROJECTNAME.Domain/Entities/ENTITYNAME.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Liquid.Repository; | ||
using Liquid.Core.Entities; | ||
using System; | ||
|
||
namespace PROJECTNAME.Domain.Entities | ||
|
2 changes: 1 addition & 1 deletion
2
...dEntity/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
...id.Templates/Templates/Liquid.WebApi.Project/PROJECTNAME.WebApi/PROJECTNAME.WebApi.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...quid.Templates/Templates/Liquid.WebApi.Project/PROJECTNAME.WebApi/PROJECTNAME.WebApi.http
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@PROJECTNAME.WebApi_HostAddress = http://localhost:5003 | ||
|
||
GET {{PROJECTNAME.WebApi_HostAddress}}/ENTITYNAME/ | ||
Accept: application/json | ||
|
||
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
....Templates/Templates/Liquid.WebApi.Solution/src/PROJECTNAME.Domain/Entities/ENTITYNAME.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using Liquid.Repository; | ||
using Liquid.Core.Entities; | ||
using System; | ||
|
||
namespace PROJECTNAME.Domain.Entities | ||
|
2 changes: 1 addition & 1 deletion
2
...ion/src/PROJECTNAME.Domain/Handlers/COMMANDNAMEENTITYNAME/COMMANDNAMEENTITYNAMEHandler.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...mplates/Templates/Liquid.WebApi.Solution/src/PROJECTNAME.Domain/PROJECTNAME.Domain.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<TargetFramework>net8.0</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Liquid.Domain" Version="6.0.1" /> | ||
<PackageReference Include="Liquid.Repository" Version="6.0.1" /> | ||
<PackageReference Include="Liquid.Core" Version="8.0.0-alpha-05" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
...mplates/Templates/Liquid.WebApi.Solution/src/PROJECTNAME.WebApi/PROJECTNAME.WebApi.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...Templates/Templates/Liquid.WebApi.Solution/src/PROJECTNAME.WebApi/PROJECTNAME.WebApi.http
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@PROJECTNAME.WebApi_HostAddress = http://localhost:5003 | ||
|
||
GET {{PROJECTNAME.WebApi_HostAddress}}/ENTITYNAME/ | ||
Accept: application/json | ||
|
||
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.