File tree
194 files changed
+39290
-1346
lines changed- samples
- ApplicationParts
- ApplicationParts.Controllers
- ApplicationParts.Models
- ApplicationParts.Services
- ApplicationParts.Test
- Properties
- ApplicationParts.Web
- MusicStore/MusicStore.Test
- NoStartup
- NoStartup.Components
- Properties
- NoStartup.Controllers
- Properties
- NoStartup.Services
- Properties
- NoStartup.Test
- Properties
- src
- MyTested.AspNetCore.Mvc.Abstractions
- Builders
- Application
- Components
- Contracts/Application
- Internal
- Application
- Configuration
- MyTested.AspNetCore.Mvc.Authentication
- MyTested.AspNetCore.Mvc.Caching
- MyTested.AspNetCore.Mvc.Configuration
- Internal/Configuration
- MyTested.AspNetCore.Mvc.Controllers
- Builders/Controllers
- Internal/Configuration
- MyTested.AspNetCore.Mvc.Core
- MyTested.AspNetCore.Mvc.DataAnnotations
- MyTested.AspNetCore.Mvc.DependencyInjection
- Plugins
- MyTested.AspNetCore.Mvc.EntityFrameworkCore
- MyTested.AspNetCore.Mvc.Http
- MyTested.AspNetCore.Mvc.ModelState
- MyTested.AspNetCore.Mvc.Options
- MyTested.AspNetCore.Mvc.Routing
- MyTested.AspNetCore.Mvc.Session
- MyTested.AspNetCore.Mvc.TempData
- MyTested.AspNetCore.Mvc.Universe
- MyTested.AspNetCore.Mvc.ViewActionResults
- MyTested.AspNetCore.Mvc.ViewComponents
- MyTested.AspNetCore.Mvc.ViewData
- MyTested.AspNetCore.Mvc.ViewFeatures
- MyTested.AspNetCore.Mvc
- test
- MyTested.AspNetCore.Mvc.Abstractions.Test
- MyTested.AspNetCore.Mvc.Authentication.Test
- BuildersTests/ControllersTests
- MyTested.AspNetCore.Mvc.Caching.Test
- BuildersTests
- ActionsTests/ShouldHaveTests
- DataTests
- InvocationsTests/ShouldHaveTests
- MyTested.AspNetCore.Mvc.Configuration.Test
- MyTested.AspNetCore.Mvc.Controllers.Test
- BuildersTests
- ActionResultsTests
- CreatedTests
- LocalRedirectTests
- RedirectTests
- ControllersTests
- InternalTests/ControllersTests
- MyTested.AspNetCore.Mvc.Core.Test
- MyTested.AspNetCore.Mvc.DataAnnotations.Test
- InternalTests/RoutesTests
- MyTested.AspNetCore.Mvc.DependencyInjection.Test
- BuildersTests
- ControllersTests
- ViewComponentsTests
- MyTested.AspNetCore.Mvc.EntityFrameworkCore.Test
- BuildersTests
- ActionsTests/ShouldHaveTests
- ControllersTests
- InvocationsTests/ShouldHaveTests
- ViewComponentsTests
- MyTested.AspNetCore.Mvc.Http.Test
- MyTested.AspNetCore.Mvc.Licensing.Test
- MyTested.AspNetCore.Mvc.ModelState.Test
- MyTested.AspNetCore.Mvc.Options.Test
- BuildersTests
- ControllersTests
- ViewComponentsTests
- MyTested.AspNetCore.Mvc.Routing.Test
- BuildersTests/RoutingTests
- InternalTests/RoutingTests
- MyTested.AspNetCore.Mvc.Session.Test
- BuildersTests
- ActionsTests/ShouldHaveTests
- ControllerTests
- DataTests
- InvocationsTests/ShouldHaveTests
- ViewComponentsTests
- MyTested.AspNetCore.Mvc.TempData.Test
- BuildersTests
- ControllersTests
- ViewComponentsTests
- InternalTests/ControllersTests
- MyTested.AspNetCore.Mvc.Test.Setups
- MyTested.AspNetCore.Mvc.Test
- MyTested.AspNetCore.Mvc.Universe.Test
- BuildersTests/ControllersTests
- MyTested.AspNetCore.Mvc.ViewActionResults.Test
- MyTested.AspNetCore.Mvc.ViewComponents.Test
- BuildersTests/ViewComponentsTests
- Properties
- MyTested.AspNetCore.Mvc.ViewData.Test
- InternalTests
- MyTested.AspNetCore.Mvc.ViewFeatures.Test
- BuildersTests/ControllersTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
194 files changed
+39290
-1346
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
125 | 135 |
| |
126 | 136 |
| |
127 | 137 |
| |
| |||
336 | 346 |
| |
337 | 347 |
| |
338 | 348 |
| |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
339 | 365 |
| |
340 | 366 |
| |
341 | 367 |
| |
| |||
395 | 421 |
| |
396 | 422 |
| |
397 | 423 |
| |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
398 | 429 |
| |
399 | 430 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
102 |
| - | |
| 101 | + | |
103 | 102 |
| |
104 | 103 |
| |
105 | 104 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
8 |
| - | |
9 |
| - | |
| 6 | + | |
| 7 | + | |
10 | 8 |
| |
11 | 9 |
| |
12 | 10 |
| |
13 |
| - | |
| 11 | + | |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
|
0 commit comments