Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TheSQLGuru/VSProjectSystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: microsoft/VSProjectSystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 18 files changed
  • 2 contributors

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    2378749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e063cb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Remove custom IProjectCapabilitiesProvider docs

    It's too hard to do this correctly, and generally other approaches are better.
    drewnoakes committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    237897d View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#377 from drewnoakes/doc-capability-provider

    Add more docs around capability providers and diagnostics
    drewnoakes authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c1bc8c7 View commit details
    Browse the repository at this point in the history
  3. Updating CpsExtension sample to Dev 17, extending existing rule, fixes (

    microsoft#376)
    
    * Updating CpsExtension sample to Dev 17, extending existing rule, various fixes
    
    * Adding a few additional diagnostic environment variables and some comments
    
    * Documentation improvements, better formatting
    
    * Re-introducing VsSDK.targets import as .vsix stopped being produced
    adrianvmsft authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ceb5f28 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Update docs on finding CPS in a VS project

    Removes out outdated warning. Updates code samples to use more modern syntax. Adds an overload for reading from an IVsHierarchy. Makes the section on testing project types more generic.
    drewnoakes committed May 7, 2025
    Configuration menu
    Copy the full SHA
    36c80a3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Merge pull request microsoft#381 from drewnoakes/update-finding-cps-docs

    Update docs on finding CPS in a VS project
    drewnoakes authored May 8, 2025
    Configuration menu
    Copy the full SHA
    9b9f28b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Document obtaining MEF components from projects

    In a chat with a partner team today I was looking for a doc to explain
    how to pull a MEF component from a project, when not a suitably-scoped
    MEF component yourself.
    
    This information is touched on in `finding_CPS_in_a_VS_project.md`, but
    feels more discoverable in `mef.md`.
    drewnoakes committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    014f307 View commit details
    Browse the repository at this point in the history
  2. Fix dead links

    drewnoakes committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    2bad03a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. Merge pull request microsoft#382 from drewnoakes/doc-finding-mef-comp…

    …onents-from-projects
    
    Document obtaining MEF components from projects
    drewnoakes authored Jun 19, 2025
    Configuration menu
    Copy the full SHA
    3cc29c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    e296f26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#383 from microsoft/dev/drnoakes/doc-capa…

    …bilites-from-dtb
    
    Doc that capabilities cannot come from DTB
    drewnoakes authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    c2a0b42 View commit details
    Browse the repository at this point in the history
Loading