Skip to content

Commit

Permalink
test: Dotty instrumentation library updates for 2025-Feb-01 (#2979)
Browse files Browse the repository at this point in the history
* test: Dotty instrumentation library updates for 2025-Feb-01

* Update public API reference

---------

Co-authored-by: Marty T <[email protected]>
  • Loading branch information
dotnet-agent-team-bot and tippmar-nr authored Feb 3, 2025
1 parent d88add5 commit 18b4c63
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<None Include="local.settings.json" />
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.0" Condition="'$(TargetFramework)' == 'net9.0'"/>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.1" Condition="'$(TargetFramework)' == 'net9.0'"/>
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.79" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.5" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.34.1" />
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.86" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.13" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.35.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.34.1" />
<PackageReference Include="NewRelic.Agent.Api" Version="10.35.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup> <!-- retain alphabetical order please! -->
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.412.4" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.BedrockRuntime" Version="3.7.412.4" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="AWSSDK.Lambda" Version="3.7.411.20" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand All @@ -29,14 +29,14 @@
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="MassTransit" Version="8.3.4" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MassTransit" Version="8.3.4" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="MassTransit" Version="8.3.6" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MassTransit" Version="8.3.6" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.46.1" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.1" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand All @@ -50,8 +50,8 @@
<PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MongoDB.Driver" Version="2.29.0" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="MySql.Data" Version="9.1.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MySql.Data" Version="9.1.0" Condition="'$(TargetFramework)' == 'net9.0'" />
<PackageReference Include="MySql.Data" Version="9.2.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MySql.Data" Version="9.2.0" Condition="'$(TargetFramework)' == 'net9.0'" />

<PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net9.0'" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/newrelic/dotnet-agent")]
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/newrelic/dotnet-agent")]
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")]
namespace NewRelic.Api.Agent
{
Expand Down Expand Up @@ -72,7 +72,7 @@ namespace NewRelic.Api.Agent
public class SegmentWrapper : System.IDisposable
{
public void Dispose() { }
public static NewRelic.Api.Agent.SegmentWrapper GetDatastoreWrapper([System.Runtime.CompilerServices.Dynamic] object transaction, string vendor, string model, string operation, string? commandText, string? host, string? portPathOrID, string? databaseName) { }
public static NewRelic.Api.Agent.SegmentWrapper GetDatastoreWrapper(dynamic transaction, string vendor, string model, string operation, string? commandText, string? host, string? portPathOrID, string? databaseName) { }
}
[System.AttributeUsage(System.AttributeTargets.Method)]
public class TraceAttribute : System.Attribute
Expand All @@ -97,4 +97,4 @@ namespace NewRelic.Api.Agent
Queue = 7,
Other = 8,
}
}
}

0 comments on commit 18b4c63

Please sign in to comment.