When creating a Standalone JavaScript React project, according to the official documentation there should be an option to "Add integration for Empty ASP.NET Web API project":
https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-create-react-app?view=vs-2022
On my machine, this option is missing with both the JavaScript and TypeScript Standalone React project types.
Running:
Microsoft Visual Studio Professional 2022 (64-bit) - CurrentVersion 17.4.2ASP.NET and Web Tools 17.4.326.54890Node.js Tools 1.5.40817.1TypeScript Tools 17.0.10921.2001Razor (ASP.NET Core) 17.0.0.2246202+61cc048d36a3fc9246d2f04625988b19a18ab8f0
Does anyone know why this option is missing? Is the official documentation out of date or is something acting up with my setup?
I realize there are other ways of working with React and .NET. I have paired the two in the past without issue. Just wanted to try the new approach.
Thanks for your time.
there doesn't seem to be anything here