microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.32k stars 1.14k forks source link

We should codegen something for C# apps from JS spec files #10681

Open acoates-ms opened 2 years ago

acoates-ms commented 2 years ago

Summary

We codegen spec files for Native*.ts native module specs. These generated files provide type checking for c++ native modules. We should generate something for C# modules too.

Motivation

C++/C# alignment

Basic Example

No response

Open Questions

No response

jonthysell commented 2 years ago

Putting onto the backlog until we have clear C# TurboModule reqs.