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
path: root/docs
AgeCommit message (Collapse)Author
2022-11-05Create repro.md (#44883)Artak
* Create repro.md * Update bug report template to reference the repro description * Update 10_bug_report.yml * Update docs/repro.md Co-authored-by: William Godbe <wigodbe@microsoft.com> * Update docs/repro.md Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/10_bug_report.yml Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Update docs/repro.md Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> * Added reasoning why this is important * Added a note recommending a `REPL` option * Update docs/repro.md Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com> Co-authored-by: William Godbe <wigodbe@microsoft.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
2022-10-26Update BuildFromSource.mdSurayya Huseyn Zada
2022-10-25Update BuildFromSource.mdsurayya-MS
2022-10-19Add steps for updating template precedence values (#44642)Mackinnon Buck
2022-10-12update triageprocess.md for .NET 8 (#44421)Dan Moseley
* update triageprocess.md for .NET 8 * Update TriageProcess.md
2022-10-06Update ReleasePlanning.md (#44381)Tanay Parikh
2022-10-02Fix typo link in aspnetcore docs readme (#44308)Charles Emmanuel S. Ndiaye
2022-09-28Update docs to clarify feedback from #37240 (#44212)Safia Abdalla
2022-09-23Update BuildFromSource docs to be more scenario focused (#44127)Safia Abdalla
* Refresh BuildFromSource documentation for new contributors * Fix summary formatting (#43711) Fix the formatting of the interlude to render the link correctly and be a bit easier to read. * Address feedback from review Co-authored-by: Martin Costello <martin@martincostello.com>
2022-09-03Update nigh (#43722)Tanay Parikh
2022-09-01Update UpdatingMajorVersionAndTFM.md (#43627)Brennan
2022-08-16Update Major Version/TFM doc (#43308)William Godbe
2022-07-20Adding the rest of WebTransport into Kestrel (#42097)Daniel Genkin
2022-06-11Add issue template link to API Review process doc (#42135)Aditya Mandaleeka
2022-06-09Added a new doc for adding projects to the repo (#41949)Daniel Genkin
2022-06-06Update TFM for reference assemblies in analyzer tests (#42023)Safia Abdalla
* Update TFM for reference assemblies in analyzer tests * Update to latest versions of analyzer testing packages * Update docs for migration
2022-05-19Update Trimming.md (#41720)Sébastien Ros
Co-authored-by: James Newton-King <james@newtonking.com>
2022-04-30Helix Restore Issue Mitigation (#41311)Tanay Parikh
* RunTests dotnet run --no-build * Remove duplicate run * Add to Build.props * Treat CA2007 as a warning in RunTests * NoWarn CA2007 * Ignore NU5104 for System.CommandLine prerelease package * PR Feedback * PR Feedback * Generate .config/dotnet-tools.json - add generation to GenerateFiles.csproj - include all required versions in eng/Versions.props - nit: bump tool versions slightly - `dotnet-dump` move from `5.0.0-*` to `6.0.322601` is largest version bump - have `git` ignore generated file - nit: put `*.svclog` together w/ other extension exclusions * Add tool packages to Helix correlation payloads * Do not restore tools from network - get tool packages from Helix correlation root - to do this, save and restore NuGet.config file - this removes `--version` from `dotnet-dump` and `dotnet-ef` installations - will only have a single package for each tool in the correlation payload * Do not pass `dotnet-ef` version to `RunTests` - mostly cleanup; no longer needed * Remove DotNetToolsInstaller.csproj - mostly cleanup - `dotnet-ef` tool now restored by Arcade's Tools.proj much earlier in our build because most configured tool packages are needed in `RunTests` on Helix agents * Add `--playwright` option in `Runtests` - remove `INSTALLPLAYWRIGHT` define and `$env:INSTALLPLAYWRIGHT` - always reference Microsoft.Playwright in `RunTests` - nit: `InstallPlaywrightAsync()` wasn't `async`; fix it and rename to `InstallPlaywright()` * Use Arcade SDK in `RunTests` and `Publish` project - match most other projects in this repo - remove empty Directory.Build.props and .targets files preventing Arcade imports - exclude project build if `$(SkipTestBuild)` (though not a test project) * Correct minor problems in `RunTests` source * Use file-scoped namespaces in `RunTests` source * Use VS code fixes in `RunTests` * Use published `RunTests` output on Helix agents * Move `RunTests` under eng/tools/ - don't need the project on Helix agents - restore Directory.Build.* files removed when switching to Arcade * Add `RunTests` to tools.slnf * Rename `RunTests` project to `HelixTestRunner` - less confusing given `RunTests` target and runtests.sh et cetera * !fixup! Define `$(ArtifactsBinDir)` in helix.proj * !fixup! Use `$(Configuration)` in helix.proj * !fixup! Fix typo in property function * !fixup! Fix `dotnet` syntax in runtests.sh * !fixup! Correct `%(HelixCorrelationPayload.Destination)` Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2022-04-30Update Helix.md (#41448)Hao Kung
2022-04-13Update `.vsconfig` to match Visual Studio install script config (#41144)Hugo Woodiwiss
* Update root `.vsconfig` * Update build from source docs Added instructions on configuring existing VS installation
2022-04-07Add trimming guidance for developers (#40902)James Newton-King
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
2022-03-16Remove install-tar & mentions from repo (#40720)William Godbe
2022-03-15Remove VS2019 from install script (#40694)Damian Edwards
- Update InstallVisualStudio.ps1 to only support VS2022 - Add support for IntPreview (dogfood) channel, e.g. InstallVisualStudio.ps1 -Channel Dogfood - Update the build from source docs to refer to VS2022 - Remove trailing whitespace in VS installer manifest files
2022-02-16Update SharedFramework.md (#40254)Sébastien Ros
2022-01-27Update precedence of templates for 7.0 (#39783)William Godbe
* Update submodule * Update precedence of templates for 7.0 * Update documentation
2021-11-24VS 17 instalation (#38592)Pavel Savara
2021-11-20[main] Update Docker images, queues, etc. (#38427)Doug Bunting
- part of dotnet/aspnetcore-internal#3950 - also touches on #36032 - update Helix queues from Alpine 3.12 to 3.14, OSX 10.14 to 10.15, and (for Arm64) Debian 9 to 11 - use OSX 11.00 when testing PRs and rolling builds; reduce 10.15 usage to scheduled runs - remove overlap (all 3 queues) between PRs / rolling builds and scheduled runs - remove quarantined-pr / quarantined-tests overlap - build source-index on `windows-latest` (not `vs2017-win2016`) - update build and Helix Docker images to latest tags - skip a test class on macOS 10.15 - #38542 nits: - don't skip unused Helix queues - remove versions from pipeline job display names - some were already outdated; rest will be confusing in the future - remove most comments about unused Helix queues
2021-11-17Updated the workflow imageArtak
2021-11-17Create ReleasePlanning.md (#37940)Artak
We've changed the way we do release planning this time around so I want to write it down to remember in the future and polish this process as we learn of new ways for doing so.
2021-11-11Fix Visual Studio 2019 components configuration file (#38182)Adrian Wright
* Fix Visual Studio 2019 components configuration file * fix other reference to non-existent file
2021-11-01feat (Codespaces) - Added Commonly used tasks to `tasks.json` for VSCode ↵Shreyas Jejurkar
users. (#37873) * feat (codespaces) - Add EditorConfig as pre-installed extension. * feat (codespaces/vscode) - Add commonly performed tasks to tasks.json * Addressed PR feedback. 1. Added C# XML documentation comments extension to suggested extension. 2. Added some more Omnisharp options to devcontainer based on our omnisharp.json file 3. Renamed tasks to Run all test projects. * Removed extra space * Formatted the Json file using inbuilt vs code formatter! * indent issues * Update build instruction * Keep 8 tabs as previosuly!
2021-10-26Removed outdated sections (#37798)Artak
Also added a note about the new DL used to send communication to
2021-10-17[Doc] Update readme files to the correct nodejs version (#37605)Eries Trisnadi
Signed-off-by: Eries Trisnadi <lognus21@gmail.com>
2021-10-04Suggested fix for Issue #37240 - Update documentation for the changes I ↵Carl Sargunar
needed to install Java using the scripts (#37241) * Update BuildFromSource.md When following these steps, I noticed an error installing the JDK in the repo using the included script, so I had to follow these additional instructions to get past that. Source for the instructions : https://stackoverflow.com/questions/4037939/powershell-says-execution-of-scripts-is-disabled-on-this-system * Update BuildFromSource.md Additional step to temporarily set environmental variable * Update BuildFromSource.md Wrong markdown
2021-10-01Add doc for updating Major Version & TFM (#37020)William Godbe
* Add doc for updating Major Version & TFM * Fixup * Feedback * Fixup * Feedback * Fixup
2021-09-29Add more details about helix payload (#36665)Hao Kung
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-09Update node version referenced in text (#36317)Safia Abdalla
2021-09-09Add build troubleshooting suggestion (#36178)Martin Costello
* Add troubleshooting suggestion Add a note about deleting SDK and tools locally if restore.cmd fails. * Move content to BuildErrors.md Move the content to a catch-all "Miscellaneous other errors" section. * Update docs/BuildErrors.md Co-authored-by: Safia Abdalla <safia@safia.rocks>
2021-08-28fixes link to dotnet-buildtools-prereqs-docker manifest.jsonLABADE Youval
2021-08-28Update helix doc: master => mainLABADE Youval
2021-07-25CodeCheck script message and doc update (#34693)Volodymyr S
* Removed non existing doc reference * BuildErrors doc update * Update docs/BuildErrors.md Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2021-07-24Do not use emphasis for headings (#34662)Doug Bunting
- address a markdown accessibility issue nits: - accept most markdownlint fixes e.g. about using consistent list characters - correct a few spelling errors
2021-07-23Fixed command typo in BuildFromSource.md doc (#31665)Shreyas Jejurkar
* Fixed command typo. * Update docs/BuildFromSource.md Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by: John Luo <johluo@microsoft.com> Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2021-06-27Fix BuildFromSource typo (#33884)Martin Costello
Fix minor typo in the instructions.
2021-06-23Update BuildFromSource.md (#33773)Sweidan Omár
- there was no mention of tar being required, so I added it. Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2021-06-05Removed an invalid statement about VS for macOS. (#33277)Sampath Dilhan
From version 8.9, VS for macOS support .slnf files.
2021-06-04Added instructions to the documentation for forking the main repo. (#33098)jacobslusser
* Added instructions to the documentation for forking the main repo. * Added a link to basic GitHub flow for forking repos. * Fixed a broken section link. * Added additional information and link for fetching upstream changes.
2021-05-22Clean out Ubuntu 16.04 testing (#32894)Doug Bunting
* Clean out Ubuntu 16.04 testing - use Ubuntu 18.04 agents for testing in Docker containers on Helix nits: - clean up a few old mentions of Centos and Fedora testing - fix `%(Platform)` metadata for OSX `@(HelixAvailableTargetQueue)` items - don't mention unused internal queues in `$(TestDependsOnPlaywright)` update of `$(SkipHelixQueues)` - sort remaining queues alphabetically in `$(SkipHelixQueues)`
2021-05-13Update required version of VS for repo build (#32624)eilon/blinforms-not-loadingSafia Abdalla