Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 336 Bytes

File metadata and controls

22 lines (15 loc) · 336 Bytes

AOT0001: DoNotUseRemoting

Property Value
Id AOT0001
Category AOT
Severity Info

Example

Code with Diagnostic

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

Code with Fix