-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The nuget library did not list all required libraries #46284
Comments
Tagging subscribers to this area: @eerhardt Issue Detailshttps://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/6.8.0
packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll The above three version net45, net461 and .net standard 2.0 verison of Microsoft.IdentityModel.JsonWebTokens both required another nuget library Microsoft.IdentityModel.Logging when you check the references of Microsoft.IdentityModel.JsonWebTokens through dnSpy. @joperezr @iSazonov Maybe similar problem like #46182? something wrong with the tool used in Microsoft
|
Doesn't nuget site always display only the top level of dependencies? |
The Microsoft.IdentityModel.JsonWebTokens isn't built from the dotnet/runtime repo. According to nuget.org, the source repository for this package is: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet. |
Tagging subscribers to this area: @safern, @ViktorHofer Issue Detailshttps://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/6.8.0
packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll The above three version net45, net461 and .net standard 2.0 verison of Microsoft.IdentityModel.JsonWebTokens both required another nuget library Microsoft.IdentityModel.Logging when you check the references of Microsoft.IdentityModel.JsonWebTokens through dnSpy. @joperezr @iSazonov Maybe similar problem like #46182? something wrong with the tool used in Microsoft
|
Moving to |
As Eric said, this issue doesn't belong to dotnet/runtime and should be moved. |
@iSazonov both Microsoft.IdentityModel.Logging and Microsoft.IdentityModel.Tokens are top level dependencies. Anyway I will file a new issue in correct repository https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet . |
https://www.nuget.org/packages/Microsoft.IdentityModel.JsonWebTokens/6.8.0
packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll
packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll
packages\Microsoft.IdentityModel.JsonWebTokens.6.8.0\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll
The above three version net45, net461 and .net standard 2.0 verison of Microsoft.IdentityModel.JsonWebTokens both required another nuget library Microsoft.IdentityModel.Logging when you check the references of Microsoft.IdentityModel.JsonWebTokens through dnSpy.
Microsoft.IdentityModel.Logging should be list as dependency of Microsoft.IdentityModel.JsonWebTokens. (Although Microsoft.IdentityModel.Tokens requires Microsoft.IdentityModel.Logging)
@joperezr @iSazonov Maybe similar problem like #46182? something wrong with the tool used in Microsoft
The text was updated successfully, but these errors were encountered: