warning CS0618: 'Device.OS' is obsolete: 'TargetPlatform is obsolete as of version 2.3.4. Please use RuntimePlatform instead.'
warning CS0618: ‘Device.OS’ is obsolete: ‘TargetPlatform is obsolete as of version 2.3.4. Please use RuntimePlatform instead.’
Here is a couple of compiler generated warnings I found on project I was recently reviewing:
warning CS0618: ‘Device.OS’ is obsolete: ‘TargetPlatform is obsolete as of version 2.3.4. Please use RuntimePlatform instead.’
warning CS0612: ‘TargetPlatform’ is obsolete
A CS0612 is generated when the code references a type or member to which the parameterless ObsoleteAttribute was applied.
A CS0618 is…
View On WordPress













