-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Server project doesn't build when targeting .NET 9 #1276
Comments
I'm not able to repro. Which options did you use and what's the error? |
@nickrandolph did one my own before seeing this issue and would like to provide the exception details I am getting and the project as repro Versions: console information I am getting more concrete is at the File DebugHandler ln.17 (default contents are used as visible in repro)
to be noticed: it is searching for port 5002! so now switched the target to wasm, the console is giving me this information:
but, the app build and runned now on localhost:5000 but switching the 5002 to 5000 seems to not help solving either, tryed it. https://github.com/user-attachments/assets/f1a8f858-81ab-4d74-a245-e90a2421bad6 hoping this helps? |
Current behavior
Create an app using the unoapp template (.net 9) and enable the Server option
Fails to compile due to swagger not being supported
Expected behavior
Server project should use OpenAPI instead of Swagger
Affected platforms
No response
Template Host
Visual Studio
Host OS
Windows
Template Options
-server
Template Version
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: