Currently, we only support SPDX expressions, but a lot of projects don't include these in practice. For now, encountering these, we emit a temporary SPDX item referencing the actual library license on nuget.org.
We should thing how to properly support this instead. Perhaps introduce custom license support directly in the project core?
See the code near this line:
|
// TODO: ↑ Support the files properly? |
Also, look for the number of this issue in the project code base.
Currently, we only support SPDX expressions, but a lot of projects don't include these in practice. For now, encountering these, we emit a temporary SPDX item referencing the actual library license on nuget.org.
We should thing how to properly support this instead. Perhaps introduce custom license support directly in the project core?
See the code near this line:
dotnet-licenses/DotNetLicenses/Metadata.fs
Line 29 in d432f54
Also, look for the number of this issue in the project code base.