File tree Expand file tree Collapse file tree
BikeTracking.Api/Application/Rides Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using System . Net ;
22using System . Text ;
3+ using BikeTracking . Api . Application . Rides ;
4+ using BikeTracking . Api . Infrastructure . Persistence ;
5+ using BikeTracking . Api . Infrastructure . Persistence . Entities ;
6+ using Microsoft . Data . Sqlite ;
7+ using Microsoft . EntityFrameworkCore ;
8+ using Microsoft . Extensions . Configuration ;
9+ using Microsoft . Extensions . Logging . Abstractions ;
310
411namespace BikeTracking . Api . Tests . Application ;
512
Original file line number Diff line number Diff line change 11using System . Net ;
22using System . Net . Http . Json ;
3+ using BikeTracking . Api . Application . Rides ;
4+ using BikeTracking . Api . Contracts ;
5+ using BikeTracking . Api . Endpoints ;
6+ using BikeTracking . Api . Infrastructure . Persistence ;
7+ using BikeTracking . Api . Infrastructure . Persistence . Entities ;
8+ using Microsoft . AspNetCore . TestHost ;
9+ using Microsoft . EntityFrameworkCore ;
310
411namespace BikeTracking . Api . Tests . Endpoints ;
512
Original file line number Diff line number Diff line change 1+ using BikeTracking . Api . Infrastructure . Persistence ;
2+ using Microsoft . EntityFrameworkCore ;
3+ using Microsoft . EntityFrameworkCore . Infrastructure ;
4+ using Microsoft . EntityFrameworkCore . Migrations ;
5+
16namespace BikeTracking . Api . Tests . Infrastructure ;
27
38public sealed class MigrationTestCoveragePolicyTests
Original file line number Diff line number Diff line change 11using System . Globalization ;
22using System . Text . Json ;
3+ using BikeTracking . Api . Infrastructure . Persistence ;
4+ using BikeTracking . Api . Infrastructure . Persistence . Entities ;
5+ using Microsoft . EntityFrameworkCore ;
36
47namespace BikeTracking . Api . Application . Rides ;
58
You can’t perform that action at this time.
0 commit comments