Skip to content
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

feat: Create NetStandard 2.0 library #1510

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 23, 2023

  1. Create NetStandard 2.0 library

    Split the 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.
    Kristoffer Sjöberg committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    59d2b64 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    f5405fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1027dd0 View commit details
    Browse the repository at this point in the history