- 4月 13, 2022
-
-
由 Hugo Woodiwiss 创作于
* Update root `.vsconfig` * Update build from source docs Added instructions on configuring existing VS installation
-
- 3月 16, 2022
-
-
由 William Godbe 创作于
-
- 3月 15, 2022
-
-
由 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
-
- 11月 24, 2021
-
-
由 Pavel Savara 创作于
-
- 11月 11, 2021
-
-
由 Adrian Wright 创作于
* Fix Visual Studio 2019 components configuration file * fix other reference to non-existent file
-
- 11月 02, 2021
-
-
由 Shreyas Jejurkar 创作于
* 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!
-
- 10月 17, 2021
-
-
由 Eries Trisnadi 创作于
Signed-off-by:
Eries Trisnadi <lognus21@gmail.com>
-
- 10月 04, 2021
-
-
由 Carl Sargunar 创作于
Suggested fix for Issue #37240 - Update documentation for the changes I 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
-
- 9月 09, 2021
-
-
由 Safia Abdalla 创作于
-
- 7月 23, 2021
-
-
由 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>
-
- 6月 28, 2021
-
-
由 Martin Costello 创作于
Fix minor typo in the instructions.
-
- 6月 24, 2021
-
-
由 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>
-
- 6月 05, 2021
-
-
由 Sampath Dilhan 创作于
From version 8.9, VS for macOS support .slnf files.
-
- 6月 04, 2021
-
-
由 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.
-
- 5月 14, 2021
-
-
由 Safia Abdalla 创作于
-
- 4月 06, 2021
-
-
由 Shreyas Jejurkar 创作于
* Added VSCode debugging support for MvcSandbox * Added ignored vscode folders * 1. Convered some more projects. 2. Added env variable for TargetFramework and used it in launch.json file rather than hardcoding TFW. * Addressed PR feedback. 1. Removed extensions.json 2. Updated BuildFromSource.md for Vscode instructions. 3. Added launch settings for BasicTestApp. * Addressed PR feedback!
-
- 3月 27, 2021
-
-
由 Safia Abdalla 创作于
* Clean up verbiage on build scripts * Update docs/BuildFromSource.md Co-authored-by:
Kevin Pilch <kevinpi@microsoft.com> Co-authored-by:
Kevin Pilch <kevinpi@microsoft.com>
-
- 3月 18, 2021
-
-
由 Chris Ross 创作于
-
- 2月 17, 2021
-
-
由 Safia Abdalla 创作于
* Remove top-level build scripts in favor of project specific scripts * Add more build scripts and move top-level to eng * Fix path in Powershell script * Update BuildDirectory for CI jobs * Fix paths in restore scripts and jobs * Address feedback from peer review * Fix references to Html.Abstractions * Update baseline files with new project * Fix a few more broken links * !fixup! Correct Build.props and regen project references * Update docs and fix public api modification check Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com>
-
- 1月 22, 2021
-
-
由 Doug Bunting 创作于
- part of #29475 - primarily involves updating links to this repo nit: Remove broken links to old Travis environments (that happen to mention 'master')
-
- 1月 20, 2021
-
-
由 TheCakeMonster 创作于
Correction of minor typo identified whilst following the procedure
-
- 12月 03, 2020
-
-
由 Doug Bunting 创作于
* Further centralize shared Fx and TFM transition workarounds - make generated `Directory.Build.*` files more widely applicable - warn if requested Microsoft.AspNetCore.App version does not exist in `$(DOTNET_ROOT)` - add `$(UpdateAspNetCoreKnownFramework)` for Microsoft.AspNetCore.App `@(KnownFrameworkReference)` update - remove central `$(BuildingTestAppsIndependently)` special case - not needed because compiler toolset version is always available - correct `$(KnownAppHostPackOrFrameworkReferenceTfm)` when not targeting the default TFM - use MSBuild intrinsic functions for this and in framework projects; future-proofing - correct `@(KnownFrameworkReference)` metadata when in servicing - should not override default runtime and targeting pack versions - use generated `Directory.Build.*` files in regular build - remove now-duplicate property and item settings outside generated `Directory.Build.*` files - use generated `Directory.Build.*` files for local Razor tests - set `$(TargetLatestRuntimePatch)` instead of `$(RuntimeFrameworkVersion)`; simpler - do not restore Razor SDK test asset projects until just before tests run - depend on Microsoft.AspNetCore.App projects - disable `$(TreatWarningsAsErrors)` for a few Razor SDK tests - tests expect projects to build successfully despite a few warnings - improve (widen) Microsoft.AspNetCore.App `Condition` in Blazor SDK tests nit: do not pass `$(MicrosoftNetCompilersToolsetVersion)` into Razor test asset projects - not needed because generated files already contain the right information - even without that, the Directory.Build.props file imports eng/Versions.props * Use generated `Directory.Build.*` files for local template tests - move Infrastructure/ files to TestInfrastructure/ - Infrastructure/ sub-directories were functionally identical - move shared parts of template test project files to PrepareForTest.targets * Describe errors with missing generated files and the new warning in BuildFromSource.md - address numerous Markdown lint warnings, typos, and spelling mistakes in this file * Apply suggestions from code review - thanks @captainsafia * Move all troubleshooting information into BuildErrors.md - some was already duplicated - fix Markdown lint issues in BuildErrors.md too * Reorder App.Runtime build slightly - move `_InstallFrameworkIntoLocalDotNet` earlier because other builds depend on this part - this target sometimes executes after dependent projects continue - add `DependsOnTargets` attributes to further constrain ordering nit: `IncludeFrameworkListFile` should run before `_ResolveSharedFrameworkContent` * Add temporary workaround for `[AssemblyVersion]` changes * Address @wtgodbe's nit from #27653 - https://github.com/dotnet/aspnetcore/pull/27653#pullrequestreview-529368502 Co-authored-by:
Safia Abdalla <safia@microsoft.com>
-
- 11月 21, 2020
-
-
由 Safia Abdalla 创作于
* Update "Build a subset of the code" section * Address feedback from peer review
-
- 11月 15, 2020
-
-
由 denvernaidoo 创作于
-
- 10月 10, 2020
-
-
由 Safia Abdalla 创作于
* Spruce up BuildFromSource docs based on feedback * Apply suggestions from code review Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> * Address feedback from review * Tweak headings for pre-reqs * Apply suggestions from code review Co-authored-by:
Kevin Pilch <kevinpi@microsoft.com> * Update BuildFromSource.md * Update docs/BuildFromSource.md Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by:
Doug Bunting <6431421+dougbu@users.noreply.github.com> Co-authored-by:
Kevin Pilch <kevinpi@microsoft.com>
-
- 9月 08, 2020
-
-
由 Ajay Bhargav B 创作于
-
- 9月 03, 2020
-
-
由 M. Ali Iftikhar 创作于
corrected case of "i" in "Program Files"
-
- 9月 01, 2020
-
-
由 Yuta-K19418 创作于
Co-authored-by:
Yuta-K19418 <yuta@DESKTOP-Q0755R1.localdomain>
-
- 8月 12, 2020
-
-
由 softworkz 创作于
build.cmd does not directly take MSBuild parameters (only after `-MSBuildArguments`) But for configuration, there is already the `-Configuration` parameter.
-
- 7月 28, 2020
-
-
由 Sean G. Wright 创作于
-
- 7月 17, 2020
-
-
由 Pranav K 创作于
-
由 Safia Abdalla 创作于
-
- 7月 09, 2020
-
-
由 Kevin Pilch 创作于
-
- 7月 01, 2020
-
-
由 Andrii Kurdiumov 创作于
* Add documentation how to build installers Also add small index for the Docs folder * Fix PR comments * Update casing for the command line parameter * Remove duplicate section
-
- 6月 30, 2020
-
-
由 Grahame Horner 创作于
* ISP filtering issues when cloning A friendly note/point that may help when ISPs having web filtering that drops/kills connections * corrected spelling error
-
- 5月 11, 2020
-
-
由 sanyam142mittal 创作于
-
- 5月 03, 2020
-
-
由 Max Horstmann 创作于
-
由 Max Horstmann 创作于
-
- 4月 26, 2020
-
-
由 Doug Bunting 创作于
* Quick fix: Simplify devBuilds.yml - remove an excess build step * Quick fix: Move `SetupNugetSources` script invocations above `parameters.beforeBuild` - ensure NuGet.config is ready for all internal builds - remove now-duplicate `SetupNugetSources` invocations wherever default-build.yml is used * Quick fix: Clean up SiteExtensions/build.cmd - quote all rooted paths - check `%ERRORLEVEL%` after every `CALL` - nits: - add a few more `ECHO` commands - wrap long lines * Quick fix: Ensure `$(BuildNative)` is always set correctly - fix problems using `-all` or `/p:BuildAllProjects=true` without `-buildNative` - ensure `$(BuildNative)` is `false` where it's not supported - move some duplicated settings into eng/Common.props and `<Import />` the new file - remove now-duplicated parts of conditions using `$(BuildNative)` * Quick fix: Consistently use `--build-*` - avoid `/p:Build*` on the command line (except with eng/scripts/ci-source-build.sh) - nits: - remove now-useless `-buildNative` with `-all` - expand and correct a couple of related comments and messages * Quick fix: Support `-all` together with `-projects` - remove need to specify `/p:BuildAllProjects=true` - nit: simplify some Boolean logic
-
- 2月 28, 2020
-
-
由 Kevin Pilch 创作于
-