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: Nsidorenco/neotest-vstest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.2
Choose a base ref
...
head repository: Nsidorenco/neotest-vstest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 3 contributors

Commits on Jun 22, 2025

  1. formatting

    Nsidorenco committed Jun 22, 2025
    Configuration menu
    Copy the full SHA
    f3ccc71 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Improvements and support for roslyn.nvim selected solution (#19)

    * fix: extract out function to get projects from solution
    
    * feat: use roslyn.nvim selected solution if found
    
    * fix: filter out projects not in solution
    
    * fix: try to fix tests
    seblyng authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    c3ea4d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Configuration menu
    Copy the full SHA
    b2ab104 View commit details
    Browse the repository at this point in the history
  2. feat: lazy loading (#22)

    defer requiring any vstest modules until they are requied by the neotest
    client. In this way requiring the adapter at startup incurs no
    additional startup time for the user
    Nsidorenco authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    e74539f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. feat: remove build logic from test clients (#24)

    * feat: remove build logic from test clients
    
    * fix types
    Nsidorenco authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    3ec83f9 View commit details
    Browse the repository at this point in the history
Loading