364
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'merge/release/2.2-to-master' of https://github.com/dotnet-maestro-bot/Mvc into dotnet-maestro-bot-merge/release/2.2-to-master More... over 5 years ago
Remove batching requirements placed on code and document generator providers - #8419 - perform batching and `@(ServiceFileReference)` and `@(Compile)` additions in common code - take advantage of new simplicity in `DefaultDocumentGenerator` target - add metadata serialization / deserialization in support of passing items into `<MSBuild />` - also ensure metadata values are escaped before calling `ITaskItem.SetMetadata(...)` - correct typos in Microsoft.Extensions.ApiDescription.Client.* e.g. in comments and metadata names - move last remaining `GenerationTasks` file More... over 5 years ago
Action endpoint metadata contains attributes from action and controller (#8395) More... over 5 years ago
Fix up MSBuild files - correct filenames - remove NSwag-specific files More... over 5 years ago
Remove T4 custom tool - use same generator as most other projects in aspnet repos - were not using named arguments to resource methods anyhow - update resources to use regular (numbered) format parameters - adjust to new `Resources` namespace; no need for separate `using` - use `Format...(...)` methods as necessary More... over 5 years ago
Remove experimental analyzers More... over 5 years ago
Allow ApiControlelrAttribute to be applied to assemblies More... over 5 years ago
Include diagnosticMessages from xunit for Functional tests More... over 5 years ago
Add a feature to disable file watching in Razor pages (#8369) More... over 5 years ago
Use one namespace for the three client code generation projects - also cleared out most uses of `GetDocument` and `GenerationTasks` in MSBuild and strings - temporarily fixed up T4 templates, adding Resources.tt (will remove custom generation soon) More... over 5 years ago
Remove blank line More... over 5 years ago
Fix some spelling (#8378) More... over 5 years ago
Add RazorRendering benchmarkapp (#8366) More... over 5 years ago
Merge remote-tracking branch 'origin/release/2.2' More... over 5 years ago
Update dependencies.props More... over 5 years ago
Refactor DefaultPageApplicationModel to use conventions More... over 5 years ago
Update branding to 2.2.0-preview3 More... over 5 years ago
Don't call GetValidity method twice. More... over 5 years ago
Don't call GetValidity method twice. More... over 5 years ago
React to LinkGenerator changes More... over 5 years ago
Remove redundant check More... over 5 years ago
Add first cut of Microsoft.Extensions.ApiDescription.Client package / project - WIP in a number of ways More... over 5 years ago
Update dependencies.props More... over 5 years ago
Update dependencies.props More... over 5 years ago
Inline More... over 5 years ago
Fast-path async in PagedBufferedTextWriter More... over 5 years ago
Avoid null refs when IStatusCodeActionResult cannot be discovered More... over 5 years ago
Add a functional test for middleware after routing More... over 5 years ago
Log harder on the CI More... over 5 years ago
Support route data tokens with Endpoint Routing (#8360) More... over 5 years ago