Skip to content

Commit 596389d

Browse files
authored
V17 - Removed obsoleted code from Umbraco.Extension (#19937)
* Removing obsoleted class GlobalSettingsExtensions.cs * Removing obsoleted methods and usage from ObjectExtensions.cs * Removing a ton of obsoleted methods from PublishedContentExtensions.cs * Removing obsoleted constructors * Removing obsoleted tag on private method that's still in use.
1 parent cd00dfa commit 596389d

File tree

4 files changed

+37
-1972
lines changed

4 files changed

+37
-1972
lines changed

src/Umbraco.Core/Configuration/GlobalSettingsExtensions.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/Umbraco.Core/Extensions/ObjectExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ public static Attempt<T> TryConvertTo<T>(this object? input)
351351
return Attempt<object?>.Fail();
352352
}
353353

354-
[Obsolete("This method is no longer used in Umbraco. The method will be removed in Umbraco 17.")]
355354
/// <summary>
356355
/// Attempts to convert the input string to the output type.
357356
/// </summary>

0 commit comments

Comments
 (0)