File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -52,7 +52,21 @@ And then run::
5252And review the ``nuget-inspector.json `` JSON output file with its resolved dependencies.
5353Note that the output data structure is evolving and not final.
5454
55+ Developement
56+ -------------
57+
58+ Getting started for development:
59+
60+ - Install the .NET SDK 6.x from https://dotnet.microsoft.com/en-us/download/dotnet/6.0
61+ - Install the VSCode from https://code.visualstudio.com/
62+ - Install the extension: C# for Visual Studio Code (powered by OmniSharp)
63+ from https://code.visualstudio.com/Docs/languages/csharp
64+
65+ To run the tests:
5566
67+ - Run ``./build.sh `` to create a Linux build
68+ - Run ``./configure --dev `` once to setup the Python evnvironment used for testing
69+ - Run pytest with: ``venv/bin/pytest -vvs ``
5670
5771License
5872-------------
Original file line number Diff line number Diff line change 2727 inputs :
2828 versionSpec : ' ${{ pyver }}'
2929 architecture : ' ${{ parameters.python_architecture }}'
30- displayName : ' ${{ pyver }} - Install Python'
30+ displayName : ' ${{ pyver }} - Install Python and nuget-inspector '
3131
3232 - script : |
33+ ./etc/scripts/check_commit_run_update.sh
3334 python${{ pyver }} --version
3435 echo "python${{ pyver }}" > PYTHON_EXECUTABLE
3536 ./configure --clean && ./configure --dev
You can’t perform that action at this time.
0 commit comments