Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-08Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ↵dotnet bot
ID 1866136 (#42551) * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1858649 * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1858649 * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1863737 * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1863737 * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1866136 * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1866136 /fyi build IDs reference runs of the [`aspnetcore-localization`](https://dev.azure.com/dnceng/internal/_build?definitionId=1159) pipeline. Fortunately for us, that's been running reliably since the loc team started sending back strings.
2022-07-02Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ↵dotnet bot
ID 1857175 (#42511) * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1855996 * Localized file check-in by OneLocBuild Task: Build definition ID 1159: Build ID 1855996 * Restore pt-BR translation in WebAPI-CSharp * Move translations over in WebApi-CSharp - remove older language code files Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2022-06-21Cleanup project template ide.host.json files (#42311)Damian Edwards
- Make option values sticky in VS - Remove unused sections in ide.host.json Fixes #41638 #41637 #41631
2022-06-15Fix http/https launch profile creation in project templates (#42143)Damian Edwards
* Updated http/https profile definitions in project templates * Update all project tests to cover http/https profile creation * Normalize on inferred array types * Moved ProjectTemplate.Tests to sub-dir * Split out project templates test projects to reduce Helix job run time Fixes #42138
2022-06-14Update project templates to replace DateTime with DateOnly (#42084)Cera Samson
2022-06-06Change project templates to have separate "http" and "https" launch profiles ↵Damian Edwards
(#42027) * Project templates have separate "http" and "https" launch profiles * Update test targets for dotnet-ef targeting net6.0 Fixes #41982
2022-05-05Support minimal APIs & program/main together in Web API templateDamian Edwards
- Updated test cases to cover more options combinations - Fixed route pattern typo in minimal APIs case - Added missing UseAuthorization call in minimal APIs + Windows Auth case - Fail template tests if a compiler warning is output on build or publish - Fix Web API template when call graph option is true - Add arg constants & fix formatting Fixes #41491
2022-04-19Add Microsoft.AspNetCore.OpenApi package (#41238)Safia Abdalla
* Add Microsoft.AspNetCore.OpenApi package Fix up schema type generation Post review polish Add new package to templates Split out SchemaGenerator Clean up usings * Address feedback from peer review * Move OpenApi package to top-level directory in src * Clean up HttpAbstractions filter * Update ProjectReferences and templates * Fix up ProjectReferences and address feedback * Add new directory to Build.props and clean up sln
2022-03-30Don't invert bool template option for UseProgramMain in Visual Studio (#40937)Damian Edwards
* Update VS displayName for UseProgramMain option Fixes #40917
2022-03-28Add option to project templates to use Program.Main instead of top-level ↵Damian Edwards
statements (#40886) Fixes #40877
2022-02-12Add back strings.json for WebApi-CSharp (#40153)Tanay Parikh
2022-02-11Delete ProjectTemplates `strings.json` (#40128)Tanay Parikh
2022-02-10`overrideDefaultText` for `DisableOpenAPI` in WebApi-CSharp Template (#40124)github-actions[bot]
Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
2022-02-10[main] Add the `displayName` Property to Project Template Parameters (#40119)github-actions[bot]
* Add displayName's for ide.host.json symbols, or all parameters if no ide.host.json * WebApi-CSharp displayName with parameter invert * Revert "WebApi-CSharp displayName with parameter invert" This reverts commit 05758e28dc2f1364d8e0fc70e408562fbc5c3b80. * PR Feedback * WebApi-CSharp "overrideDefaultText": true * Template localization files Co-authored-by: Tanay Parikh <taparik@microsoft.com> Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
2022-01-27Update precedence of templates for 7.0 (#39783)William Godbe
* Update submodule * Update precedence of templates for 7.0 * Update documentation
2022-01-26Forward port template localization fix (#39662)Safia Abdalla
* Add WebApi-CSharp Template Toggle Description (#37367) (#38062) * Add WebApi-CSharp Template Toggle Description (#37367) Partial fix for https://github.com/dotnet/aspnetcore/issues/37202 * Update localizations for WebApi-CSharp template Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Fix typo in localization file Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
2021-12-22Enable template localization (#38867)Bekir Ozturk
2021-10-23Fix typo in Web API template option description (#37780)Damian Edwards
2021-10-19Fix templates with Windows auth option (#37607)Sébastien Ros
Fixes #37556
2021-10-08Add WebApi-CSharp Template Toggle Description (#37367)Tanay Parikh
Partial fix for https://github.com/dotnet/aspnetcore/issues/37202
2021-09-22[main] Use Swagger defaults in web API controllers template (#36826)github-actions[bot]
* Use Swagger defaults in web API controllers template * Add comment pointing at aspnetcore swagger docs to web api template Co-authored-by: DamianEdwards <damian@damianedwards.com>
2021-09-21[main] Update dependencies from dotnet/runtime dotnet/efcore (#36328)dotnet-maestro[bot]
[main] Update dependencies from dotnet/runtime dotnet/efcore - Update TFM to net7.0 - Fixup - Update src/Shared/CodeAnalysis/DynamicallyAccessedMembersAttribute.cs Co-authored-by: Chris Ross <chrross@microsoft.com> - Update src/Shared/CodeAnalysis/DynamicallyAccessedMemberTypes.cs Co-authored-by: Chris Ross <chrross@microsoft.com> - Update netfx to 462 - Update more to net462 - Fix workaround - Update ifdefs - Add workaround for KnownRuntimePack - Merge branch 'darc-main-c944b2c3-1c63-49a3-b9dd-98cda1a942e3' of https://github.com/dotnet/aspnetcore into darc-main-c944b2c3-1c63-49a3-b9dd-98cda1a942e3 - Merge branch 'main' into darc-main-c944b2c3-1c63-49a3-b9dd-98cda1a942e3 - Add SiteExtensions versions - Fix RepoTasks assembly dir - Update CreateFrameworkListFile to account for new analyzer path format introduced with https://github.com/dotnet/sdk/issues/20355 - Don't target latest runtime in razor tests - Update Dependencies.props - Update Helix.targets - Fixup - Move FrameworkReference update to GenerateFiles - Have Helix tests import directory.build files - Keep RunTests at net6 - Quarantine 2 tests - revert spa-templates submodule downgrade
2021-09-21Call AddEndpointsApiExplorer() in controllers Web API template (#36752)Damian Edwards
2021-09-08[main] Fix templates (#36283)github-actions[bot]
2021-09-08Add minimal option to webapi template (#36068) (#36241)Damian Edwards
- Add "minimal" option to webapi project template - Factor Program.cs into multiple files and update template manifest to exclude/rename dependent on selected options - Updated controller and minimal versions to set endpoint/route name when EnableOpenAPI is true - Configure webapi template minimal option for VS display as "Use controllers"
2021-08-31Remove unusued using statement (fixes #35840) (#35841)Tim Heuer
* Remove unusued using statement (fixes #35840) * Removing newline for EnableOpenAPI not needed
2021-08-12Renormalize line endings for some files (#35120)Matt Mitchell
Done with git add --renormalize
2021-08-10Templates set Microsoft.AspNetCore logs to warning level (#35139)Damian Edwards
- Simplify the template logging configuration to just set `Microsoft.AspNetCore` logging to warning - This change means EF Core information level logs will be visible again (Fixes #32977) - Made the gRPC template to match the rest
2021-07-23Automatically UseDeveloperExceptionPage in WebApplication (#34616)Stephen Halter
- UseDeveloperExceptionPage in WebApplication - Update project templates
2021-07-21Update web templates to use port range for Kestrel (#34410)Damian Edwards
Updated web project templates to use port range for Kestrel. Selected 5000-5300 for HTTP and 7000-7300 for HTTPS. Note 6000 is reserved (see https://github.com/dotnet/templating/blob/94b1e0839ab49026b3ff654f2b5e5e1a1b4b2c53/src/Microsoft.TemplateEngine.Orchestrator.RunnableProjects/Macros/Config/GeneratePortNumberConfig.cs#L19).
2021-07-19Update to Ms.Id.Web 1.14.1 (#34492)Jean-Marc Prieur
2021-07-16Update vs-2017.3.* folders and files to be ide.*Phil Henning
2021-07-15Update templates to use file scoped namespace declarations (#34220)Damian Edwards
* Update templates to use file-scoped namespace declarations * Move to SDK version that supports file-scoped namespaces * Make CA1305 a suggestion rather than error - New compiler now makes this appear when using a StringBuilder with string interpolation. Logged #34361 to follow up. Contributes to #33947
2021-07-10Remove usings from templates implicitly added by the SDK (#34219)Damian Edwards
-Depends on dotnet/sdk#18459 flowing to dotnet/aspnetcore repo before we can merge this - There's a couple of places we could remove usings from .razor files but need to verify the global usings flow into Razor compiler (#34217) - Reordered usings in some places to ensure they get emitted in alphabetical order (modulo System.* & Microsoft.* coming before any others)
2021-07-07Alias Microsoft.Graph namespace to fix type conflictDamianEdwards
2021-07-07Updated WebApi template:DamianEdwards
- uses minimal hosting APIs - uses top-level statements
2021-07-01Enable nullable references in project templatesDamianEdwards
Contributes to #33947
2021-06-18Use Random.Shared (#33213)Martin Costello
Use the new Random.Shared property in the C# Web API template.
2021-05-06Remove hotReloadProfile from launchSettings.json (#32469)Pranav K
2021-04-23Localization Update (#32016)Phil Henning
* Add missing ko-KR strings.json for WASM template * other ko-KR updates * Razor Class Library translation updates
2021-04-20Fix dotnetRunMessages incorrect bool value (#31822)Artyom Gritsuk
2021-04-19[Templates] Use `https` link for `launchSettings.json` schema (#31918)Shreyas Jejurkar
2021-03-24Default to Kestrel over IISExpress (#31161)Justin Kotalik
2021-03-19Update launchSettings to indicate hotReload is to be used (#31060)Pranav K
2021-02-12Merge remote-tracking branch 'origin/release/5.0'Pranav K
2021-02-11Update localization for templates. (#30101)Phil Henning
# Conflicts: # src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/es-ES/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/it-IT/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/pt-BR/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/ru-RU/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/es-ES/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/it-IT/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/pt-BR/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/ru-RU/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/cs-CZ/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/de-DE/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/es-ES/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/it-IT/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/ja-JP/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/pl-PL/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/pt-BR/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/ru-RU/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/tr-TR/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/zh-CN/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/zh-TW/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/cs-CZ/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/de-DE/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/es-ES/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/it-IT/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/ja-JP/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/pl-PL/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/pt-BR/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/ru-RU/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/tr-TR/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/zh-CN/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/zh-TW/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/Worker-CSharp/.template.config/it-IT/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/Worker-CSharp/.template.config/ru-RU/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/Worker-CSharp/.template.config/zh-TW/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/it-IT/strings.json # src/ProjectTemplates/Web.ProjectTemplates/content/Worker-FSharp/.template.config/ru-RU/strings.json
2021-02-10Merge branch 'main' into merge/release/5.0-to-mainPranav K
2021-02-10Update appSettings.json to have a comment for org auth cases (#29610)Sayed Ibrahim Hashimi
* adding comment into appSettings.json for org auth scenarios * fix to escape url
2021-01-19Update precedence of templates for 6.0 (#29361)Hao Kung
2020-10-30[Templates] Normalize all the line endings in appsettings.* (#27201)Eugene Ogongo