- 08 Jan, 2019 1 commit
-
-
Greg Trevellick authored
Added a link to Visual Studio template extension https://marketplace.visualstudio.com/items?itemName=GregTrevellick.CleanArchitecture
-
- 24 Oct, 2018 4 commits
-
-
Steve Smith authored
-
Steve Smith authored
-
Steve Smith authored
-
Scott DePouw authored
* Generic paramter on repository lowered to methods so 1 repo instance per class is all that's required. * Fixed code to use new repository method signatures. * Add StructureMap NuGet package/dependency to CleanArchitecture.Web since project uses it (currently gets it indirectly via Web's dependnecy on Infrastructure). * Initial inclusion of AutoFac and making .NET Core use it instead of StructureMap. Ditto the DomainEventDispatcher. * Remove redundant default. * Remove StructureMap code and NuGet references. * Restore comments.
-
- 17 Oct, 2018 2 commits
-
-
Steve Smith authored
-
Steve Smith authored
-
- 27 Sep, 2018 1 commit
-
-
Scott DePouw authored
* Generic paramter on repository lowered to methods so 1 repo instance per class is all that's required. * Fixed code to use new repository method signatures.
-
- 21 Sep, 2018 1 commit
-
-
Steve Smith authored
-
- 30 Aug, 2018 2 commits
-
-
Piotr Czech authored
* bower ->libman * default settings for libman
-
Steve Smith authored
-
- 13 Aug, 2018 1 commit
-
-
David Eriksson authored
Fixes error on dotnet publish: It was not possible to find any compatible framework version The specified framework 'Microsoft.NETCore.App', version '1.0.0' was not found.
-
- 30 Jul, 2018 1 commit
-
-
Steve Smith authored
-
- 07 Jun, 2018 2 commits
-
-
Scott DePouw authored
* Changed class to match filename. * Implement Builder Pattern for ToDoItems in tests, and adjust EfRepositoryShould to use it. * Move test utility classes to root of Tests project. * Using ToDoItemBuilder in other ToDo tests. * Complete ToDoItemBuilder by adding other ToDoItem field methods.
-
Steve Smith authored
Replace BaseWebTest with CustomWebApplicationFactory
-
- 06 Jun, 2018 6 commits
-
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
- 01 Jun, 2018 16 commits
-
-
Steve Smith authored
Upgrade to .net core 2.1
-
Scott DePouw authored
Links to Razor Pages demo (from an MVC view, and from within an existing Razor Page to link to a sibling Razor Page).
-
Scott DePouw authored
Created RazorPage for populating database TODO items (to mirror controller). Extracted common Populate method to static class.
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
Removed RuntimeFrameworkVersion values hardcoded into projects so that the newest (i.e. 2.1) runtime would be used, to get rid of "System.Runtime 4.2.1.0 file not found" errors when running integration tests.
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
Remove DotNetCliToolReference elements for "Microsoft.AspNetCore", "Microsoft.VisualStudio", and "Microsoft.EntityFrameworkCore" packages (upgrade to 2.1 replaces these with global tools).
-
Scott DePouw authored
-
Scott DePouw authored
-
Scott DePouw authored
-
- 17 May, 2018 1 commit
-
-
Steve Smith authored
-
- 30 Apr, 2018 1 commit
-
-
Steve Smith authored
Added complete method and removed links to not existing actions.
-
- 28 Apr, 2018 1 commit
-
-
Nicu Maxian authored
-