maui icon indicating copy to clipboard operation
maui copied to clipboard

[housekeeping] Automated PR to fix formatting errors

Open github-actions[bot] opened this issue 3 years ago • 1 comments
trafficstars

Automated PR to fix formatting errors

github-actions[bot] avatar Oct 29 '22 00:10 github-actions[bot]

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.

Eilon avatar Oct 31 '22 18:10 Eilon

@mattleibow should we close this? Or fix the bot?

Eilon avatar Nov 18 '22 18:11 Eilon

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...

mattleibow avatar Nov 18 '22 19:11 mattleibow