SenseNet / sensenet

Open Source Content Services Platform written in .NET
https://sensenet.com
GNU General Public License v2.0
174 stars 111 forks source link

Remove all "very" obsolete code from the whole ecosystem #2079

Open kavics opened 3 months ago

kavics commented 3 months ago

Remove all methods, classes, etc. that are marked with [Obsolete(.., true)] from the whole ecosystem. Relevant repositories and count of outdated API elements:

Note: search these code elements with the following regex query in the visual studio's search box: \[Obsolete\(.*, true\)\]