1. 07 Aug, 2019 2 commits
    • Steve Smith's avatar
      Adding Sqlite Support (#65) · d4e4b138
      Steve Smith authored
      * Ignore sqlite files
      
      * Sqlite working with file in root of web
      
      * All tests passing
      
      * Cleaning up
      
      * Ignore sqlite files
      
      * Sqlite working with file in root of web
      
      * All tests passing
      
      * Cleaning up
      
      * Updating packages
      d4e4b138
    • Steve Smith's avatar
      Updating to 2.2 (#63) · d8d86869
      Steve Smith authored
      * Updating ToDoItem
      
      * Updating packages
      
      And adding EFCore Extensions use
      
      * Add built-in option as a comment
      
      * Fixing corrupted project file; updating packages
      d8d86869
  2. 23 Jul, 2019 1 commit
  3. 12 Jul, 2019 4 commits
  4. 06 Mar, 2019 3 commits
  5. 28 Jan, 2019 2 commits
  6. 08 Jan, 2019 1 commit
  7. 24 Oct, 2018 4 commits
    • Steve Smith's avatar
      Updating Swashbuckle to 3.0 · 794daec7
      Steve Smith authored
      794daec7
    • Steve Smith's avatar
      Updating package versions to latest · 5500ddb9
      Steve Smith authored
      5500ddb9
    • Steve Smith's avatar
      Adding Autofac to Infrastructure details · ebf35c37
      Steve Smith authored
      ebf35c37
    • Scott DePouw's avatar
      Scott: Autofac (#34) · af1e21e1
      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.
      af1e21e1
  8. 17 Oct, 2018 2 commits
  9. 27 Sep, 2018 1 commit
  10. 21 Sep, 2018 1 commit
  11. 30 Aug, 2018 2 commits
  12. 13 Aug, 2018 1 commit
    • David Eriksson's avatar
      Upgrade BundlerMinifier.Core (#25) · 88bacffa
      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.
      88bacffa
  13. 30 Jul, 2018 1 commit
  14. 07 Jun, 2018 2 commits
    • Scott DePouw's avatar
      Test todo builder (#17) · bdcf4d49
      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.
      bdcf4d49
    • Steve Smith's avatar
      Merge pull request #16 from sdepouw/integration-test-upgrade · d51fca4a
      Steve Smith authored
      Replace BaseWebTest with CustomWebApplicationFactory
      d51fca4a
  15. 06 Jun, 2018 6 commits
  16. 01 Jun, 2018 7 commits