maui
maui copied to clipboard
[housekeeping] Automated PR to fix formatting errors
Automated PR to fix formatting errors
Is there a way to make the formatter actually use multiple TFMs at once? Right now it is picking maybe net6.0 or some other non-defined thing.
I don't think it makes sense to "use multiple TFMs at once" because that would also be gibberish in many cases and couldn't be logically formatted. It would need to use one TFM at a time, but yet somehow know to not touch excluded source code.
@mattleibow should we close this? Or fix the bot?
If we close, the not will reopen. But we also need to fix the bot/system/something. We can't have this thing going and making bad formatting.
There has to be some option to teach this how to format code and consider all tfms in one go.
Or maybe we fix the code and make it valid c# and also use the #error... That might be faster...