We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On 2021/01/14, the cookbook got some instructions on how to unit test: https://github.com/dotnet/roslyn/blob/main/docs/features/source-generators.cookbook.md#unit-testing-of-generators dotnet/roslyn#44075
That would definitely be better than what I do now. (Open a project and build, then navigate to generated source to see if it looks right.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On 2021/01/14, the cookbook got some instructions on how to unit test:
https://github.com/dotnet/roslyn/blob/main/docs/features/source-generators.cookbook.md#unit-testing-of-generators
dotnet/roslyn#44075
That would definitely be better than what I do now. (Open a project and build, then navigate to generated source to see if it looks right.)
The text was updated successfully, but these errors were encountered: