File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
OrderDetailPage.xaml in ContosoApp/Views |
588 | - | 175 | 1928 | 19 |
CustomerDetailPage.xaml in ContosoApp/Views |
306 | - | 182 | 1928 | 21 |
OrderListPage.xaml in ContosoApp/Views |
255 | - | 186 | 1928 | 18 |
OrderDetailPage.xaml.cs in ContosoApp/Views |
174 | 10 | 193 | 1928 | 10 |
CustomerListPage.xaml in ContosoApp/Views |
146 | - | 186 | 1928 | 21 |
CustomerListPage.xaml.cs in ContosoApp/Views |
146 | 10 | 186 | 1928 | 15 |
CustomerDetailPage.xaml.cs in ContosoApp/Views |
119 | 7 | 192 | 1928 | 14 |
AppShell.xaml in ContosoApp |
109 | - | 175 | 1928 | 17 |
OrderListPage.xaml.cs in ContosoApp/Views |
103 | 7 | 193 | 1928 | 10 |
CollapsibleSearchBox.xaml.cs in ContosoApp/UserControls |
102 | 12 | 192 | 1928 | 9 |
CollapsibleSearchBox.xaml in ContosoApp/UserControls |
88 | - | 192 | 1928 | 7 |
AuthenticationControl.xaml in ContosoApp/UserControls |
83 | - | 205 | 1928 | 8 |
App.xaml in ContosoApp |
43 | - | 193 | 1928 | 10 |
CustomerViewModel.cs in ContosoApp/ViewModels |
199 | 6 | 192 | 1825 | 11 |
OrderController.cs in ContosoService/Controllers |
76 | 7 | 1511 | 1825 | 7 |
CustomerController.cs in ContosoService/Controllers |
59 | 6 | 1511 | 1825 | 7 |
ProductController.cs in ContosoService/Controllers |
51 | 4 | 1511 | 1825 | 7 |
Customer.cs in ContosoModels |
21 | - | 1217 | 1825 | 6 |
SaveChangesDialog.xaml.cs in ContosoApp/Views |
34 | 4 | 206 | 1818 | 5 |
OrderListPageViewModel.cs in ContosoApp/ViewModels |
119 | 5 | 175 | 1795 | 12 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
DbObject.cs in ContosoModels |
8 | - | 1511 | 1571 | 2 |
Constants.cs in ContosoRepository |
10 | - | 1511 | 1566 | 2 |
IContosoRepository.cs in ContosoRepository |
11 | - | 1511 | 1585 | 4 |
IProductRepository.cs in ContosoRepository |
12 | - | 1511 | 1585 | 4 |
AssemblyInfo.cs in ContosoApp/Properties |
13 | - | 1511 | 1616 | 4 |
ICustomerRepository.cs in ContosoRepository |
14 | - | 1511 | 1585 | 4 |
Product.cs in ContosoModels |
14 | - | 1511 | 1571 | 2 |
LineItem.cs in ContosoModels |
14 | - | 1511 | 1571 | 2 |
ContosoContext.cs in ContosoRepository/Sql |
15 | 1 | 1511 | 1585 | 4 |
IOrderRepository.cs in ContosoRepository |
15 | - | 1511 | 1585 | 4 |
RestContosoRepository.cs in ContosoRepository/Rest |
16 | 1 | 1511 | 1572 | 3 |
Program.cs in ContosoService |
17 | 1 | 1511 | 1616 | 4 |
RestProductRepository.cs in ContosoRepository/Rest |
21 | 1 | 1511 | 1585 | 4 |
SqlContosoRepository.cs in ContosoRepository/Sql |
25 | 1 | 1511 | 1572 | 3 |
RestCustomerRepository.cs in ContosoRepository/Rest |
26 | 1 | 1511 | 1585 | 4 |
RestOrderRepository.cs in ContosoRepository/Rest |
28 | 1 | 1511 | 1585 | 4 |
ProductController.cs in ContosoService/Controllers |
51 | 4 | 1511 | 1825 | 7 |
CustomerController.cs in ContosoService/Controllers |
59 | 6 | 1511 | 1825 | 7 |
OrderController.cs in ContosoService/Controllers |
76 | 7 | 1511 | 1825 | 7 |
Constants.cs in ContosoModels |
12 | - | 1414 | 1616 | 4 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
OrderViewModel.cs in ContosoApp/ViewModels |
321 | 11 | 192 | 1203 | 3 |
LineItemViewModel.cs in ContosoApp/ViewModels |
34 | - | 1203 | 1203 | 1 |
Exceptions.cs in ContosoApp/ViewModels |
30 | 6 | 1203 | 1203 | 1 |
MainViewModel.cs in ContosoApp/ViewModels |
59 | 2 | 192 | 1217 | 2 |
DataGridHelper.cs in ContosoApp/Views |
40 | 2 | 1203 | 1230 | 2 |
Converters.cs in ContosoApp/ViewModels |
16 | - | 1203 | 1230 | 3 |
SettingsPage.xaml in ContosoApp/Views |
57 | - | 206 | 1557 | 9 |
SettingsPage.xaml.cs in ContosoApp/Views |
49 | 5 | 1217 | 1557 | 9 |
Constants.cs in ContosoRepository |
10 | - | 1511 | 1566 | 2 |
Order.cs in ContosoModels |
51 | 2 | 203 | 1571 | 5 |
BindableBase.cs in ContosoApp/ViewModels |
23 | 1 | 1230 | 1571 | 3 |
SaveChangesDialog.xaml in ContosoApp/Views |
20 | - | 193 | 1571 | 6 |
LineItem.cs in ContosoModels |
14 | - | 1511 | 1571 | 2 |
Product.cs in ContosoModels |
14 | - | 1511 | 1571 | 2 |
AuthenticationControl.xaml.cs in ContosoApp/UserControls |
13 | 1 | 1230 | 1571 | 3 |
DbObject.cs in ContosoModels |
8 | - | 1511 | 1571 | 2 |
SqlContosoRepository.cs in ContosoRepository/Sql |
25 | 1 | 1511 | 1572 | 3 |
RestContosoRepository.cs in ContosoRepository/Rest |
16 | 1 | 1511 | 1572 | 3 |
SqlOrderRepository.cs in ContosoRepository/Sql |
80 | 3 | 1230 | 1585 | 5 |
SqlCustomerRepository.cs in ContosoRepository/Sql |
76 | 4 | 186 | 1585 | 6 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
OrderDetailPage.xaml in ContosoApp/Views |
588 | - | 175 | 1928 | 19 |
OrderListPageViewModel.cs in ContosoApp/ViewModels |
119 | 5 | 175 | 1795 | 12 |
AppShell.xaml in ContosoApp |
109 | - | 175 | 1928 | 17 |
CustomerDetailPage.xaml in ContosoApp/Views |
306 | - | 182 | 1928 | 21 |
OrderListPage.xaml in ContosoApp/Views |
255 | - | 186 | 1928 | 18 |
CustomerListPage.xaml in ContosoApp/Views |
146 | - | 186 | 1928 | 21 |
CustomerListPage.xaml.cs in ContosoApp/Views |
146 | 10 | 186 | 1928 | 15 |
SqlCustomerRepository.cs in ContosoRepository/Sql |
76 | 4 | 186 | 1585 | 6 |
SqlProductRepository.cs in ContosoRepository/Sql |
43 | 2 | 186 | 1585 | 6 |
AppShell.xaml.cs in ContosoApp |
114 | 5 | 187 | 1616 | 12 |
OrderViewModel.cs in ContosoApp/ViewModels |
321 | 11 | 192 | 1203 | 3 |
CustomerViewModel.cs in ContosoApp/ViewModels |
199 | 6 | 192 | 1825 | 11 |
CustomerDetailPage.xaml.cs in ContosoApp/Views |
119 | 7 | 192 | 1928 | 14 |
CollapsibleSearchBox.xaml.cs in ContosoApp/UserControls |
102 | 12 | 192 | 1928 | 9 |
CollapsibleSearchBox.xaml in ContosoApp/UserControls |
88 | - | 192 | 1928 | 7 |
MainViewModel.cs in ContosoApp/ViewModels |
59 | 2 | 192 | 1217 | 2 |
OrderDetailPage.xaml.cs in ContosoApp/Views |
174 | 10 | 193 | 1928 | 10 |
OrderListPage.xaml.cs in ContosoApp/Views |
103 | 7 | 193 | 1928 | 10 |
App.xaml in ContosoApp |
43 | - | 193 | 1928 | 10 |
SaveChangesDialog.xaml in ContosoApp/Views |
20 | - | 193 | 1571 | 6 |