A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
while azure functions supports .net 10 in isolated mode (released in February), Visual Studio 2022 does not support .net 10. VS 2022 supports only up .net 8.
you will need to upgrade to Visual Studio 2026 or visual studio code. your vs 2022 license will allow the visual studio code .net 10 support (though be sure the license is tied to your Microsoft account).
note: some developers have had luck manually editing the project files to .net 10., but its not supported.