Commit 5e2259f
Add MVC.Core api docs (#26469)
* Add docs
* Add api docs
* Add xml doc
* Reenable warnings on identity projects
* Razor pages docs
* Add doc
* Missed files
* Add docs
* Apply suggestions from code review
Co-authored-by: Safia Abdalla <safia@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Safia Abdalla <safia@microsoft.com>
* PR feedback
* Update src/Mvc/Mvc.Core/src/ConsumesAttribute.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.Core/src/ModelBinding/Validation/ValidationVisitor.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.Core/src/Routing/UrlHelperBase.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.Core/src/ModelBinding/Validation/ValidationVisitor.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.Core/src/Infrastructure/FileResultExecutorBase.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.RazorPages/src/DependencyInjection/MvcRazorPagesMvcCoreBuilderExtensions.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.Core/src/Routing/UrlHelperBase.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.RazorPages/src/DependencyInjection/MvcRazorPagesMvcCoreBuilderExtensions.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update src/Mvc/Mvc.Core/src/Routing/UrlHelperBase.cs
Co-authored-by: Pranav K <prkrishn@hotmail.com>
* Update ValidationVisitor.cs
Co-authored-by: Safia Abdalla <safia@microsoft.com>
Co-authored-by: Pranav K <prkrishn@hotmail.com>1 parent 0f7e8ec commit 5e2259f
File tree
128 files changed
+2294
-110
lines changed- src
- Identity
- ApiAuthorization.IdentityServer/src
- Options
- Core/src
- EntityFrameworkCore/src
- Extensions.Core/src
- Extensions.Stores/src
- UI/src
- Mvc
- Mvc.Abstractions/src
- ModelBinding/Validation
- Mvc.Analyzers/src
- Mvc.Api.Analyzers/src
- Mvc.ApiExplorer/src
- Mvc.Core/src
- ApplicationModels
- Controllers
- Diagnostics
- Filters
- Formatters
- Infrastructure
- ModelBinding
- Binders
- Metadata
- Validation
- Routing
- Mvc.Cors/src
- Mvc.DataAnnotations/src
- Mvc.Formatters.Json/src
- Mvc.Formatters.Xml/src
- Mvc.Localization/src
- Mvc.NewtonsoftJson/src
- Mvc.Razor.RuntimeCompilation/src
- DependencyInjection
- Mvc.RazorPages/src
- ApplicationModels
- DependencyInjection
- Diagnostics
- Infrastructure
- Mvc.Razor/src
- Compilation
- DependencyInjection
- Diagnostics
- TagHelpers
- Mvc.TagHelpers/src
- Mvc.Testing/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+2294
-110
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
137 | | - | |
| 138 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments