csharpier
csharpier copied to clipboard
Add XAML support to Visual Studio Extension
See https://github.com/belav/csharpier/issues/1604
@belav
Was I supposed to put a fully cleaned file as the .test file?
@belav
Was I supposed to put a fully cleaned file as the .test file?
That's correct. Think of them like a snapshot test. The input (test file) is the expected output.
It is also possible to have the input differ from the expected output but that's less common.