Skip to content
New issue

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

Scaffolded readmes can collide #1614

Open
mattchenderson opened this issue Jan 24, 2025 · 0 comments
Open

Scaffolded readmes can collide #1614

mattchenderson opened this issue Jan 24, 2025 · 0 comments

Comments

@mattchenderson
Copy link
Contributor

For .NET on the isolated worker model at least, both TimerTrigger and RabbitMQ trigger attempt to create a readme.md. If you attempt to use both templates, the results of one will overwrite the other. If such a file is needed, the filename should be conditioned on the name given as a parameter to the item template. For example, myTimerTrigger_readme.md or something like that.

We should also assess if it is actually necessary to output markdown as part of these gestures. The content here may more appropriately be handled in code comments, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant