[NET 6 Attribute Conversion] SystemConfiguration (#14100)

* Removing not TVOS attributes for mellite

* Remove existing attributes

* Attribute Conversion

* Revert "Removing not TVOS attributes for mellite"

This reverts commit 8a8488e188.

* Removing these changes since in a NotNet

* Retain original ordering for cleaner diff

Co-authored-by: tj_devel709 <antlambe@microsoft.com>
This commit is contained in:
TJ Lambert 2022-02-08 09:16:07 -06:00 коммит произвёл GitHub
Родитель 7c11386b5c
Коммит 9959b30b70
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 27 добавлений и 0 удалений

Просмотреть файл

@ -63,6 +63,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios14.0")]
#if IOS
[Obsolete ("Starting with ios14.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 14,0)]
#endif
@ -72,6 +75,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios14.0")]
#if IOS
[Obsolete ("Starting with ios14.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 14,0)]
#endif
@ -98,6 +104,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios14.0")]
#if IOS
[Obsolete ("Starting with ios14.0 use 'NEHotspotNetwork.FetchCurrent' instead.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 14,0, message: "Use 'NEHotspotNetwork.FetchCurrent' instead.")]
#endif
@ -116,6 +125,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios9.0")]
#if IOS
[Obsolete ("Starting with ios9.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 9,0)]
#endif
@ -125,6 +137,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios9.0")]
#if IOS
[Obsolete ("Starting with ios9.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 9,0)]
#endif
@ -134,6 +149,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios9.0")]
#if IOS
[Obsolete ("Starting with ios9.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 9,0)]
#endif
@ -146,6 +164,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios9.0")]
#if IOS
[Obsolete ("Starting with ios9.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 9,0)]
#endif
@ -158,6 +179,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios9.0")]
#if IOS
[Obsolete ("Starting with ios9.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 9,0)]
#endif
@ -167,6 +191,9 @@ namespace SystemConfiguration {
#if NET
[UnsupportedOSPlatform ("ios9.0")]
#if IOS
[Obsolete ("Starting with ios9.0.", DiagnosticId = "BI1234", UrlFormat = "https://github.com/xamarin/xamarin-macios/wiki/Obsolete")]
#endif
#else
[Deprecated (PlatformName.iOS, 9,0)]
#endif