-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add DotNet and NuGet package managers including tests #1303
Add DotNet and NuGet package managers including tests #1303
Conversation
18b98ab
to
716fc31
Compare
Thanks @neubs-bsi for the contribution! I see at least one |
f0c2e41
to
4176d93
Compare
Congrats @neubs-bsi, CI is passing! However, it will probably take us a few days to get started with the review. |
analyzer/src/main/resources/META-INF/services/com.here.ort.analyzer.PackageManagerFactory
Outdated
Show resolved
Hide resolved
3f7864b
to
fe92e69
Compare
e68c876
to
899c880
Compare
1a56ae0
to
c3121d8
Compare
c3121d8
to
92bd3a4
Compare
1fb66b4
to
0676ed6
Compare
analyzer/src/funTest/assets/projects/synthetic/all-managers/packages.config
Outdated
Show resolved
Hide resolved
analyzer/src/funTest/assets/projects/synthetic/all-managers/test.csproj
Outdated
Show resolved
Hide resolved
0676ed6
to
19eee0c
Compare
@neubs-bsi don't worry about the failing tests, we need to update some expected results, see #1420. Once that is merged to master, please rebase your PR once more. |
@neubs-bsi, feel free to rebase now! |
Signed-off-by: Stephanie Neubauer <Stephanie.Neubauer@bosch-si.com>
19eee0c
to
9eaf29d
Compare
This pull request introduces two new managers (dotnet and Nuget) that handle .NET dependency management.
Added:
Deficencies:
This change is