File tree
135 files changed
+560
-361
lines changed- plugins
- MyTested.AspNetCore.Mvc.NewtonsoftJson
- Properties
- MyTested.AspNetCore.Mvc.Versioning
- Plugins
- Properties
- samples
- ApplicationParts
- ApplicationParts.Controllers
- ApplicationParts.Models
- ApplicationParts.Services
- ApplicationParts.Test
- ApplicationParts.Web
- Autofac
- Autofac.AssemblyInit.Test
- Autofac.NoContainerBuilder.Test
- Autofac.Test
- Blog
- Blog.Controllers
- Blog.Data
- Blog.Services
- Blog.Test
- Blog.Web
- Configuration
- Common
- Test.DifferentEnvironment
- Test.ExplicitNoStartupType
- Test.MissingStartupType
- Test.MultipleEntryPoints
- Test.NoAsync
- Test.NoStartupType
- Test.WrongStartupType
- Test.WrongTestAssembly
- Test.WrongWebAssembly
- WebApplication.Controllers
- WebApplication.Services
- Lite
- Lite.Test
- Lite.Web
- MusicStore
- MusicStore.Test
- MusicStore.Web
- NoStartup
- NoStartup.Components
- NoStartup.Controllers
- NoStartup.Services
- WebStartup/WebStartup.Test
- src
- MyTested.AspNetCore.Mvc.Abstractions
- Internal
- Application
- Http
- Server
- Utilities/Extensions
- MyTested.AspNetCore.Mvc.Authentication
- MyTested.AspNetCore.Mvc.Caching
- MyTested.AspNetCore.Mvc.Configuration
- MyTested.AspNetCore.Mvc.Controllers.ActionResults
- MyTested.AspNetCore.Mvc.Controllers.Attributes
- MyTested.AspNetCore.Mvc.Controllers.Views.ActionResults
- MyTested.AspNetCore.Mvc.Controllers.Views
- MyTested.AspNetCore.Mvc.Controllers
- MyTested.AspNetCore.Mvc.Core
- MyTested.AspNetCore.Mvc.DataAnnotations
- MyTested.AspNetCore.Mvc.DependencyInjection
- MyTested.AspNetCore.Mvc.EntityFrameworkCore
- MyTested.AspNetCore.Mvc.Helpers
- MyTested.AspNetCore.Mvc.Http
- MyTested.AspNetCore.Mvc.Licensing
- MyTested.AspNetCore.Mvc.Lite
- MyTested.AspNetCore.Mvc.ModelState
- MyTested.AspNetCore.Mvc.Models
- MyTested.AspNetCore.Mvc.Options
- MyTested.AspNetCore.Mvc.Pipeline
- MyTested.AspNetCore.Mvc.Routing
- MyTested.AspNetCore.Mvc.Session
- MyTested.AspNetCore.Mvc.TempData
- MyTested.AspNetCore.Mvc.Universe
- MyTested.AspNetCore.Mvc.ViewComponents.Attributes
- MyTested.AspNetCore.Mvc.ViewComponents.Results
- 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
- MyTested.AspNetCore.Mvc.Caching.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Configuration.Test
- MyTested.AspNetCore.Mvc.Controllers.ActionResults.Test
- MyTested.AspNetCore.Mvc.Controllers.Attributes.Test
- MyTested.AspNetCore.Mvc.Controllers.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Controllers.Views.ActionResults.Test
- MyTested.AspNetCore.Mvc.Controllers.Views.Test
- PluginTests
- MyTested.AspNetCore.Mvc.DataAnnotations.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.DependencyInjection.Test
- MyTested.AspNetCore.Mvc.EntityFrameworkCore.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Helpers.Test
- MyTested.AspNetCore.Mvc.Http.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Licensing.Test
- MyTested.AspNetCore.Mvc.Lite.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.ModelState.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Models.Test
- MyTested.AspNetCore.Mvc.NewtonsoftJson.Test
- MyTested.AspNetCore.Mvc.Options.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Pipeline.Test
- MyTested.AspNetCore.Mvc.Routing.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Session.Test
- MyTested.AspNetCore.Mvc.TempData.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.Test.Setups
- StartupFilters
- MyTested.AspNetCore.Mvc.Test
- MyTested.AspNetCore.Mvc.Universe.Test
- MyTested.AspNetCore.Mvc.Versioning.Test
- BuildersTests
- ControllersTests
- PipelineTests
- RoutingTests
- PluginsTests
- Properties
- Setups/Controllers
- MyTested.AspNetCore.Mvc.ViewComponents.Attributes.Test
- MyTested.AspNetCore.Mvc.ViewComponents.Results.Test
- MyTested.AspNetCore.Mvc.ViewComponents.Test
- PluginsTests
- MyTested.AspNetCore.Mvc.ViewData.Test
- MyTested.AspNetCore.Mvc.ViewFeatures.Test
- PluginsTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
135 files changed
+560
-361
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
234 | 238 |
| |
235 | 239 |
| |
236 | 240 |
| |
| |||
645 | 649 |
| |
646 | 650 |
| |
647 | 651 |
| |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
648 | 660 |
| |
649 | 661 |
| |
650 | 662 |
| |
| |||
760 | 772 |
| |
761 | 773 |
| |
762 | 774 |
| |
| 775 | + | |
| 776 | + | |
763 | 777 |
| |
764 | 778 |
| |
765 | 779 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 44 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + |
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
|
0 commit comments