JasonBock / WebAssembly.Generators

Source generators for the WebAssembly package.
MIT License
1 stars 1 forks source link

Experiment With `Microsoft.CodeAnalysis.Testing` #11

Closed JasonBock closed 2 years ago

JasonBock commented 3 years ago

Rather than writing my handcrafted stuff for testing, look into these packages and see if they can be used instead.

JasonBock commented 2 years ago

Never mind :). The test packages seem to assume the additional file is actually text, and in this case, it's a binary file. Which is probably not ideal, but rather than try to fight that, I'll keep things the way they are.