microsoft / testfx

MSTest framework and adapter
MIT License
716 stars 253 forks source link

Warning if the runsettings contains non supported element like datacollectors and logger inside the VSTestBridge #3599

Closed MarcoRossignoli closed 3 weeks ago

MarcoRossignoli commented 4 weeks ago

We should send a warning if in the runsettings there're section no more supported with a "we will ignore it" and the link to the website with the diff, same warning will end also in VS.

Evangelink commented 3 weeks ago

@MarcoRossignoli @nohwnd Do you think it's safe to also report on the RunConfiguration entries?

MarcoRossignoli commented 3 weeks ago

I would not, only notify that the sections will be ignored.