tomchavakis / nuget-license

.NET Core tool to print or save all the licenses of a project
Apache License 2.0
280 stars 83 forks source link

Wrong licence output #165

Closed OwnageIsMagic closed 2 years ago

OwnageIsMagic commented 2 years ago

Tool outputs following result, but ASP Net Core is MIT licensed. https://www.nuget.org/packages/Microsoft.AspNetCore.Authorization https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt

####################################################################################################
Package:Microsoft.AspNetCore.Authentication.Abstractions
Version:2.0.0
project URL:https://asp.net/
Description:ASP.NET Core common types used by the various authentication components.
licenseUrl:https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt
license Type:Apache-2.0

Seems like it wrongly resolves to ASP MVC 6

svenclaesson commented 2 years ago

You can see here that this package is Apache-2.0 (click License info in right menu) https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.Abstractions/2.0.0

svenclaesson commented 2 years ago

are you confusing Microsoft.AspNetCore.Authorization with Microsoft.AspNetCore.Authentication?

OwnageIsMagic commented 2 years ago

Yes, I'm sorry