-
Notifications
You must be signed in to change notification settings - Fork 8
Add additional TFM's to package #48
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a9a46c6
Move our AgentBuilder to IOpenTelemetryBuilder
Mpdreamz dea649f
clean up AddElasticOpenTelemetry()
Mpdreamz 9a3adb4
stage
Mpdreamz b4f766a
Merge remote-tracking branch 'origin/main' into feature/tfms
Mpdreamz cb48fdf
add netstandard2.0 and 2.1
Mpdreamz 80464dc
add net462
Mpdreamz 7929460
add net6.0
Mpdreamz 8bdb9e9
update release folder name now that we have multiple TFMs
Mpdreamz 0bd3744
rename TraceParentRe
Mpdreamz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
stage
- Loading branch information
commit 9a3adb467badc8c1de2e23f8ae87f065566e7297
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // Licensed to Elasticsearch B.V under one or more agreements. | ||
| // Elasticsearch B.V licenses this file to you under the Apache 2.0 License. | ||
| // See the LICENSE file in the project root for more information | ||
|
|
||
| #if NETSTANDARD2_0 | ||
| using System.Diagnostics; | ||
| using System.Diagnostics.CodeAnalysis; | ||
|
|
||
| // ReSharper disable once CheckNamespace | ||
| namespace System.Runtime.CompilerServices | ||
| { | ||
| /// <summary> | ||
| /// Reserved to be used by the compiler for tracking metadata. | ||
| /// This class should not be used by developers in source code. | ||
| /// </summary> | ||
| /// <remarks> | ||
| /// This definition is provided by the <i>IsExternalInit</i> NuGet package (https://www.nuget.org/packages/IsExternalInit). | ||
| /// Please see https://github.com/manuelroemer/IsExternalInit for more information. | ||
| /// </remarks> | ||
| [ExcludeFromCodeCoverage, DebuggerNonUserCode] | ||
| internal static class IsExternalInit; | ||
| } | ||
| #endif |
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.
Uh oh!
There was an error while loading. Please reload this page.