You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In short, the assembly used for run time will be picked by the framework of entry project, but for compile time it will be picked by current project. Such incompatibility will cause MissingMethodException when using in a transitive project targeting netstandard2.0.
The text was updated successfully, but these errors were encountered:
The definition of
CloneFileAsync
is different for target frameworks:CopyOnWrite/lib/ICopyOnWriteFilesystem.cs
Lines 122 to 129 in 945d316
The NuGet mechanism requires the API for higher framework being strict superset of lower framework. See more at https://learn.microsoft.com/en-us/dotnet/fundamentals/apicompat/package-validation/compatible-framework-in-package-validator .
In short, the assembly used for run time will be picked by the framework of entry project, but for compile time it will be picked by current project. Such incompatibility will cause
MissingMethodException
when using in a transitive project targeting netstandard2.0.The text was updated successfully, but these errors were encountered: