terrafx / terrafx.interop.windows

Interop bindings for Windows.
MIT License
242 stars 31 forks source link

Allow disabling unused analyzers #356

Closed tannergooding closed 12 months ago

tannergooding commented 1 year ago

This disables Microsoft.Interop.JavaScript.JSImportGenerator as it is unused but adding a considerable amount of build time (33% locally).

tannergooding commented 12 months ago

This is mostly fixed in the latest versions of the SDK.