Commit 6e0742b
authored
v9 with Use Cases, SharedKernel as Nuget Ref, and More (#585)
* adding more tags
* Removing SharedKernel
Adding reference to Ardalis.SharedKernel
* Fix using statements
* Delete SharedKernel artifacts
Adding UseCases and CQRS commands and queries
* Adding basic logging
Removing controller and razor pages and views from web project
* Adding another command and a behavior
* Createcontributor use case done
* Adding queries for Contributor
* Removing more web things
Configure LoggingBehavior and tested it
* add logging isenabled check
* refactoring to make usecases depend on core not infra
* Cleaning up and refactoring
* Refactoring Use Cases folder structure
* Updating to use Fast Endpoints standard Swagger,
XML Comments, and custom interfaces for query/command/handlers
* Update now uses Mediator
* Adding test and comments
* Removing excess scope
Updating NuGet dependencies
* Removed Projects and ToDoItems
Fixed Tests
* Moving from Moq to NSubstitute
* Update template file with new version and release notes
* WIP
Working on migrating ApiEndpoints to FastEndpoints for Projects
* Sample builds; some tests failing
* Ading MarkToDoItemCompleteHandler - in progress
* All tests pass
Reorganized tests
* Adding XML comments
* Fixed bug in CreateToDoItem that was resulting in no Location header being set
* Update README
* Add tests for Update Contributor
* adding more tests1 parent d4ad894 commit 6e0742b
346 files changed
Lines changed: 78947 additions & 2107 deletions
File tree
- sample
- src
- NimblePros.SampleToDo.Core
- ContributorAggregate
- Events
- Handlers
- Specifications
- Interfaces
- ProjectAggregate
- Events
- Handlers
- Specifications
- Services
- NimblePros.SampleToDo.Infrastructure
- Data
- Config
- Queries
- Email
- NimblePros.SampleToDo.UseCases
- Contributors
- Create
- Delete
- Get
- List
- Update
- Projects
- AddToDoItem
- Create
- Delete
- GetWithAllItems
- ListIncompleteItems
- ListShallow
- MarkToDoItemComplete
- Update
- NimblePros.SampleToDo.Web
- Contributors
- Projects
- Properties
- wwwroot
- css
- js
- lib
- bootstrap
- dist
- css
- js
- jquery-validation-unobtrusive
- jquery-validation
- dist
- jquery
- dist
- tests
- NimblePros.SampleToDo.FunctionalTests
- Contributors
- Projects
- NimblePros.SampleToDo.IntegrationTests
- Data
- NimblePros.SampleToDo.UnitTests
- Core
- ContributorAggregate
- Handlers
- ProjectAggregate
- Services
- Specifications
- UseCases/Contributors
- src
- Clean.Architecture.Core
- ContributorAggregate
- Events
- Handlers
- ProjectAggregate
- Handlers
- Services
- Clean.Architecture.Infrastructure
- Data
- Config
- Queries
- Email
- Clean.Architecture.UseCases
- Contributors
- Create
- Delete
- Get
- List
- Update
- Clean.Architecture.Web
- ApiModels
- Api
- Contributors
- Controllers
- Endpoints
- ContributorEndpoints
- ProjectEndpoints
- Filters
- Pages
- ProjectDetails
- Properties
- ViewModels
- Views
- Home
- Project
- tests
- Clean.Architecture.FunctionalTests
- ApiEndpoints
- ControllerApis
- ControllerViews
- Clean.Architecture.IntegrationTests/Data
- Clean.Architecture.UnitTests
- Core/Services
- UseCases/Contributors
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 108 | | |
121 | 109 | | |
122 | 110 | | |
| |||
129 | 117 | | |
130 | 118 | | |
131 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | 142 | | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
16 | 30 | | |
17 | 31 | | |
18 | 32 | | |
19 | | - | |
| 33 | + | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
23 | 37 | | |
24 | | - | |
| 38 | + | |
25 | 39 | | |
26 | 40 | | |
27 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
0 commit comments