mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.82k stars 1.01k forks source link

Remove policies support from the IDE #6610

Open Therzok opened 5 years ago

Therzok commented 5 years ago

We should try and figure out if we really want to keep policy support for 8.0 onward.

Personally, it's unpredictable in behaviour, as policy settings take place if no equivalent editorconfig setting is active.

cc @mhutch @mkrueger @slluis

VS bug #730265

Therzok commented 5 years ago

As to not break users, we could do the following:

mhutch commented 5 years ago

See https://github.com/mono/monodevelop/projects/3

I would argue that we need a good editorconfig editing experience before deprecating policies.