'How do you know if a nuget package is really compatible with the installed platform?

How do you know if a nuget package is really compatible with the installed platform? For example:System.Runtime.Loader.it indicates that it supports the framework, but it does not support the framework. How can we use automation to know whether it supports the framework? [There are also indirect references to System.runtime.loader][2]. How do you know if the loader package supports other frameworks system.runtime.loader Links to related questions:

[https://github.com/dotnet/runtime/issues/22732#issuecomment-416138808][3]
[https://github.com/dotnet/runtime/issues/38503#issue-646934788][4]

[1]: https://www.nuget.org/packages/System.Runtime.Loader/
[2]: https://www.nuget.org/packages/FSharp.Compiler.Service/
[3]: https://github.com/dotnet/runtime/issues/22732#issuecomment-416138808
[4]: https://github.com/dotnet/runtime/issues/38503#issue-646934788
[5]: https://i.stack.imgur.com/fjB5s.png


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source