Added support for multiple constructors and best match greedy resolution.
Some checks failed
Nuget Pkg Build / build (push) Failing after 25s

This commit is contained in:
Samuele Lorefice
2025-09-21 21:30:41 +02:00
parent e2cc807f70
commit 043cba4b3f
6 changed files with 58 additions and 33 deletions

View File

@@ -21,6 +21,6 @@ jobs:
#- name: Test
# run: dotnet test -c Release --no-build
- name: Pack nugets
run: dotnet pack Syrette -c Release --no-build --output .
run: dotnet pack Syrette -c Release --no-build --output . --include-symbols --include-source
- name: Push to NuGet
run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGETAPIKEY}} --source https://api.nuget.org/v3/index.json