Getting System.MissingMethodException: Method not found: 'Boolean EmptyFiles.FileExtensions.IsTextExtension(System.String)'. #1217
-
Hey everyone, I have already tried different VerifyTest.Xunit versions. [Fact]
public async Task TestIt()
{
var target = new { Name = "name" };
await Verify(target);
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
can you share the content of your csproj? |
Beta Was this translation helpful? Give feedback.
-
this is because shouldy is using a 12 month old version of EmptyFiles. i suspect you would have some package downgrade warnings when you build? can you try adding an explicit reference to https://www.nuget.org/packages/DiffEngine and https://www.nuget.org/packages/EmptyFiles/ |
Beta Was this translation helpful? Give feedback.
this is because shouldy is using a 12 month old version of EmptyFiles.
i suspect you would have some package downgrade warnings when you build?
can you try adding an explicit reference to https://www.nuget.org/packages/DiffEngine and https://www.nuget.org/packages/EmptyFiles/