We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
contentType
The func requestInfo.SetStreamContentAndContentType in Go expects the content type string to be passed by value and not by reference https://github.com/microsoft/kiota-abstractions-go/blob/920cc73050b562c875f3c7a88ba93197e52dbe68/request_information.go#L232C36-L232C58
requestInfo.SetStreamContentAndContentType
The var contentType should be cast to pass by val
The text was updated successfully, but these errors were encountered:
Fix pass by ref related microsoft/kiota#3830
63c31fc
Generated models and request builders (#625)
a233e14
* Update generated files with build 129710 * Update changelog * Fix pass by ref related microsoft/kiota#3830 --------- Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: rkodev <[email protected]>
882a6fb
9866b33
rkodev
Successfully merging a pull request may close this issue.
The func
requestInfo.SetStreamContentAndContentType
in Go expects the content type string to be passed by value and not by reference https://github.com/microsoft/kiota-abstractions-go/blob/920cc73050b562c875f3c7a88ba93197e52dbe68/request_information.go#L232C36-L232C58The var
contentType
should be cast to pass by valThe text was updated successfully, but these errors were encountered: