-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
area-additional-reposAdding additional contributing reposAdding additional contributing repos
Milestone
Description
When ArPow builds a tarball for the complete .NET source code, it includes code from all the individual repositories. Some of those repositories have code that's still under a non-open source license.
Some of these are blockers to releasing .NET and are being worked on (eg, dotnet/runtime#56394 and #2344).
However, there are additional files without clear movement upstream. They are also not strictly part of "building the SDK". Some are tests, some are samples. For example:
- [Bug]: Non open source code in end to end tests NuGet/Home#11094
- jquery-validation-unobstrusive in samples is licensed under a non-open source license aspnetcore#34785
- This project is under Apache but the nuget package is licensed under a different license? aspnet/jquery-validation-unobtrusive#140
- Non-open source code in this repo Humanizr/sample-aspnetmvc#1
As a workaround, maybe we can delete these files when building the tarball?
Metadata
Metadata
Assignees
Labels
area-additional-reposAdding additional contributing reposAdding additional contributing repos
Type
Projects
Status
Done