Commit Graph

7 Commits (main)

Author SHA1 Message Date
Tim Deschryver 7a675d8e8a
remove deprecated ISystemClock (#249) 2024-02-22 06:15:04 -10:00
Rick Anderson 2e9e3bf72b
Add snippet tag (#116) 2023-02-13 16:56:37 -10:00
Jos van der Til febc7dea05
Use SQLite instead of EF In-Memory provider for testing (#109)
* Update to RTM packages

* Use SQLite for testing

* Use SQLite in application
2022-11-21 16:21:12 -10:00
Rick Anderson 741e59b976
rename startup to program (#90) 2022-10-07 14:22:07 -10:00
Rick Anderson 3ae71d28ef
use default usings (#89) 2022-10-06 16:05:43 -10:00
Rick Anderson 2dc02728b6
change snippet format (#88) 2022-10-04 15:11:21 -10:00
Jos van der Til 5aac3b4b97
Integration test sample for .NET 7 (#84)
* Initial import of 3.x projects

* Update packages to .NET 7.0

* Remove WebApi client dependency

* Give authentication scheme a more explicit name

* Remove BuildServiceProvider calls

* Set environment explicitly in web app factory

* Move to WebApplicationBuilder

* Move Program to top level statements

* Add solution file

* Convert to file scoped namespaces

Co-authored-by: Jos van der Til <jvdtil@quintor.nl>
2022-10-04 14:16:58 -10:00