SYSLIB diagnostics for JavaScript interop source generation

The following table shows the diagnostic IDs for JavaScript interop source-generation analyzers in .NET 7 and later versions.

Diagnostic ID Description
SYSLIB1070 Invalid JSImportAttribute usage.
SYSLIB1071 Invalid JSExportAttribute usage.
SYSLIB1072 The specified type is not supported by source-generated JavaScript interop.
SYSLIB1073 The specified configuration is not supported by source-generated JavaScript interop.
SYSLIB1074 JSImportAttribute requires unsafe code.
SYSLIB1075 JSExportAttribute requires unsafe code.

See also