-
Notifications
You must be signed in to change notification settings - Fork 195
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
drstrangelooker
wants to merge
9
commits into
main
Choose a base branch
from
netstandard-lib
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 23, 2023
-
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 committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 59d2b64 - Browse repository at this point
Copy the full SHA 59d2b64View commit details
Commits on Sep 26, 2024
-
Merge branch 'netstandard-lib' of https://github.com/ksjoberg/sdk-cod…
…egen into ksjoberg-netstandard-lib
Configuration menu - View commit details
-
Copy full SHA for f5405fe - Browse repository at this point
Copy the full SHA f5405feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1027dd0 - Browse repository at this point
Copy the full SHA 1027dd0View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f20ec2f - Browse repository at this point
Copy the full SHA f20ec2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b754357 - Browse repository at this point
Copy the full SHA b754357View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d5da2f - Browse repository at this point
Copy the full SHA 3d5da2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 060f04e - Browse repository at this point
Copy the full SHA 060f04eView commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec1c2b6 - Browse repository at this point
Copy the full SHA ec1c2b6View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef4cd9a - Browse repository at this point
Copy the full SHA ef4cd9aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.