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: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: nx-dotnet/nx-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 3 contributors

Commits on May 18, 2021

  1. feat(core): create tool manifest during init

    Create the manifest file so future generators can install local tools
    
    Fixes #44
    Ben Callaghan committed May 18, 2021
    Configuration menu
    Copy the full SHA
    996aaee View commit details
    Browse the repository at this point in the history
  2. feat(dotnet): add a method to install local tools

    Add a method that future builders can use to install additional tools
    
    Fixes #44
    Ben Callaghan committed May 18, 2021
    Configuration menu
    Copy the full SHA
    6ab5d4a View commit details
    Browse the repository at this point in the history
  3. feat(core): add a generator for dotnet restore

    Add a generator to restore packages and tools for builders to use
    Ben Callaghan committed May 18, 2021
    Configuration menu
    Copy the full SHA
    96082a1 View commit details
    Browse the repository at this point in the history
  4. fix(core): pass client through to init schematic

    Use the same client in the generator and schematic for test consistency
    Ben Callaghan committed May 18, 2021
    Configuration menu
    Copy the full SHA
    5908947 View commit details
    Browse the repository at this point in the history
  5. feat(core): add restore to prepare script during init

    Add restore to prepare script so new installs fully set up the workspace
    
    Fixes #44
    Ben Callaghan committed May 18, 2021
    Configuration menu
    Copy the full SHA
    c2b1c23 View commit details
    Browse the repository at this point in the history
  6. test(core): add additional test for prepare script

    Add missing test that verifies existing scripts are not overwritten.
    Ben Callaghan committed May 18, 2021
    Configuration menu
    Copy the full SHA
    83caa85 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. fix(core): add unused options parameter

    Add an unused parameter to keep Nx from overwriting the dotnet client.
    Ben Callaghan committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c434d32 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from Etogy/tool-management

    Add groundwork for tool management
    AgentEnder authored May 19, 2021
    Configuration menu
    Copy the full SHA
    7326f59 View commit details
    Browse the repository at this point in the history
  3. release(): 0.6.0 [skip ci]

    # [0.6.0](v0.5.2...v0.6.0) (2021-05-19)
    
    ### Bug Fixes
    
    * **core:** add unused options parameter ([c434d32](c434d32))
    * **core:** pass client through to init schematic ([5908947](5908947))
    
    ### Features
    
    * **core:** add a generator for dotnet restore ([96082a1](96082a1))
    * **core:** add restore to prepare script during init ([c2b1c23](c2b1c23)), closes [#44](#44)
    * **core:** create tool manifest during init ([996aaee](996aaee)), closes [#44](#44)
    * **dotnet:** add a method to install local tools ([6ab5d4a](6ab5d4a)), closes [#44](#44)
    semantic-release-bot committed May 19, 2021
    Configuration menu
    Copy the full SHA
    b176945 View commit details
    Browse the repository at this point in the history
Loading