AOT0001: DoNotUseRemoting

October 2, 2019 ยท View on GitHub

PropertyValue
IdAOT0001
CategoryAOT
SeverityInfo

Example

Code with Diagnostic

// AOT0001: System.Runtime.Remoting is not suppported
using System.Runtime.Remoting;

Code with Fix

Contents

  1. 1Example
  2. 1.1Code with Diagnostic
  3. 1.2Code with Fix