1. 08 Nov, 2019 3 commits
  2. 25 Oct, 2019 1 commit
  3. 10 Oct, 2019 1 commit
  4. 07 Oct, 2019 1 commit
  5. 04 Oct, 2019 4 commits
  6. 23 Aug, 2019 6 commits
  7. 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
  8. 23 Jul, 2019 1 commit
  9. 12 Jul, 2019 4 commits
  10. 06 Mar, 2019 3 commits
  11. 28 Jan, 2019 2 commits
  12. 08 Jan, 2019 1 commit
  13. 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
  14. 17 Oct, 2018 2 commits
  15. 27 Sep, 2018 1 commit
  16. 21 Sep, 2018 1 commit
  17. 30 Aug, 2018 2 commits
  18. 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