-
Notifications
You must be signed in to change notification settings - Fork 221
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
Log to the output/log window #3095
Comments
@MIchaelMainer Thanks for creating the issue and the label. Don't hesitate to create additional issues if it help you or @Hossain2024 keep tracks of things and prioritizing work. |
@Hossain2024 When we add new backlog items, let's:
These can be set in the right column of the issue interface. |
I understand the complexities of building large scale developed software and I thank you and the community for your efforts. When using this for the demos everything is perfect. However, when trying to use this against a real commercial API I am having issues. I am unable to see any requests or response Data. I can't see why errors are being returned from the API and the logs are empty. I am also unable to inject an ILogger into the Generated code, so I am going to give up using the CLI Generator and jump onto the standard C# generator. If that fails, it back to bear backing this beast. The API am hitting is under development and is changing/erroring multiple times per day. This tool is great if the API is sold. But in real life this is not the case; or at least not in my world. I am doing the following:
I get
So this tells me nothing...
At least I got this...
Allowing Logging and being able log the Request and Response would be amazing! Or at least to the console using an injected ILogger. |
@gpltaylor I only just now noticed that you wrote this - less than half an hour before I made this issue. Your feedback here would be nice :) |
Hi everyone, |
Generate output returns the log information so you can display that into the log window. Include model classes for logging the response results.
The text was updated successfully, but these errors were encountered: