Skip to content
代码片段 群组 项目
  1. 4月 13, 2022
  2. 3月 16, 2022
  3. 3月 15, 2022
    • Damian Edwards's avatar
      Remove VS2019 from install script (#40694) · 45376ce1
      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
      45376ce1
  4. 11月 24, 2021
  5. 11月 11, 2021
  6. 11月 02, 2021
    • Shreyas Jejurkar's avatar
      feat (Codespaces) - Added Commonly used tasks to `tasks.json` for VSCode users. (#37873) · fa25640a
      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!
      fa25640a
  7. 10月 17, 2021
  8. 10月 04, 2021
  9. 9月 09, 2021
  10. 7月 23, 2021
  11. 6月 28, 2021
  12. 6月 24, 2021
  13. 6月 05, 2021
  14. 6月 04, 2021
  15. 5月 14, 2021
  16. 4月 06, 2021
    • Shreyas Jejurkar's avatar
      Added VSCode debugging (for MvcSandbox) & code analysis support (#29486) · ae8b2c2e
      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!
      ae8b2c2e
  17. 3月 27, 2021
  18. 3月 18, 2021
  19. 2月 17, 2021
    • Safia Abdalla's avatar
      Favor project-specific build scripts over top-level script (#29918) · 0801cea4
      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: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
      0801cea4
  20. 1月 22, 2021
  21. 1月 20, 2021
  22. 12月 03, 2020
    • Doug Bunting's avatar
      Further centralize shared Fx and TFM transition workarounds (#27473) · 5fd1db26
      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: default avatarSafia Abdalla <safia@microsoft.com>
      5fd1db26
  23. 11月 21, 2020
  24. 11月 15, 2020
  25. 10月 10, 2020
  26. 9月 08, 2020
  27. 9月 03, 2020
  28. 9月 01, 2020
  29. 8月 12, 2020
    • softworkz's avatar
      Fix invalid Build command (#24771) · ef1f48ab
      softworkz 创作于
      build.cmd does not directly take MSBuild parameters (only after `-MSBuildArguments`)
      But for configuration, there is already the `-Configuration` parameter.
      ef1f48ab
  30. 7月 28, 2020
  31. 7月 17, 2020
  32. 7月 09, 2020
  33. 7月 01, 2020
  34. 6月 30, 2020
  35. 5月 11, 2020
  36. 5月 03, 2020
  37. 4月 26, 2020
    • Doug Bunting's avatar
      A quick collection of quick fixes (#20993) · 54722a52
      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
      54722a52
  38. 2月 28, 2020
加载中