Replies: 2 comments 6 replies
-
regarding your predefined. try this instead
docs https://github.com/VerifyTests/Verify/blob/main/docs/naming.md#derivepathinfo then for the file name extension. currently you cant. i will add that functionality. should ship tomorrow |
Beta Was this translation helpful? Give feedback.
2 replies
-
can you update to V 25.0.0-beta.1 and try this |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In one of my projects, i try to generate
.csproj
files. I check these files with_ = await Verifier.VerifyFile(Builder.FullName, Predefined.VerifySettings).UseParameters(targetFramework.Name);
How can I change the result file
*.verified.csproj
to something with less problems?Predefined.VerifySettings
looks like ...Beta Was this translation helpful? Give feedback.
All reactions