Missing the missing UseExtension #782
Closed
drewburlingame
started this conversation in
General
Replies: 2 comments 3 replies
-
can u share some runnable examples of your scenarios? perhaps push them up to a gh repo with the solution working against the older version of Verify |
Beta Was this translation helpful? Give feedback.
2 replies
-
Same here. The code used to verify image types with the output filenames constructed using the extension of the input type.
With |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have several extension methods that help us format different types of output from our tests. For example, we use Verify to generate "freeze files" for our arch-unit tests to capture violations that need to be fixed but we can't take them on just yet. The freeze files have some specific conventions including using the extension "freeze.txt". In another case, we generate markdown reports describing aspects of our code and they use several settings together. Now that UseExtensions has been removed, the extension methods we use for formatting are missing a key aspect of the configuration and we have to correctly set the extension in all places the extension methods are used. Any chance we could bring this feature back?
Beta Was this translation helpful? Give feedback.
All reactions