feat: start dotnet detection (#955)

* feat: start dotnet detection

* Apply suggestions from code review

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>

* refactor: dn instead of dotnet

* refactor: format branches, extractor reorg

* refactor: format selection and dotnet detect

* feat: get format, arch, os

* refactor: log errors and exceptions

* ci: also test and build for dotnet-main dev

* fix: import path

* fix: circular dep

* fix: remove buf argument
feat: get runtime meta data

* fix: log unsupported runtime error

* fix: type ignore

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Moritz
2022-04-06 11:24:05 +02:00
committed by Moritz Raabe
parent de312d87dc
commit b5be876e61
18 changed files with 399 additions and 167 deletions

View File

@@ -2,7 +2,7 @@ name: build
on:
push:
branches: [master]
branches: [master, dotnet-main]
release:
types: [edited, published]

View File

@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [ master ]
branches: [ master, dotnet-main ]
pull_request:
branches: [ master ]
branches: [ master, dotnet-main ]
# save workspaces to speed up testing
env: