File tree Expand file tree Collapse file tree 4 files changed +17
-23
lines changed Expand file tree Collapse file tree 4 files changed +17
-23
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 77
88jobs :
99
10- - template : etc/ci/azure-posix.yml
11- parameters :
12- job_name : run_code_checks
13- image_name : ubuntu-24.04
14- python_versions : ['3.13']
15- test_suites :
16- all : make check
17-
1810 - template : etc/ci/azure-posix.yml
1911 parameters :
2012 job_name : ubuntu22_cpython
Original file line number Diff line number Diff line change 1010set -e
1111# set -x
1212
13+ # we are doing a dotnet publish from src/nuget-inspector/nuget-inspector.csproj
14+ bash ./build.sh
15+
1316# ###############################
1417# A configuration script to set things up:
1518# create a virtualenv and install or update thirdparty packages.
You can’t perform that action at this time.
0 commit comments