sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

feat: Create NetStandard 2.0 library

Open ksjoberg opened this issue 1 year ago • 1 comments

Split the .NET library in two parts: One runtime library which targets .NET Standard 2.0 and one test library that targets .NET 6 and consumes the runtime library. This way, Xunit and other test-related libraries are not required to be deployed when referencing Look#.

It is recommended to use the lowest/oldest .NET Standard version which under which your library can execute to maximize compatibility.

In addition, add support for setting custom headers on a request-by-request basis. This is required because Looker requires the User-Agent header to be present when acquiring an embed session.

ksjoberg avatar Nov 14 '23 10:11 ksjoberg

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Nov 14 '23 10:11 google-cla[bot]