Skip to content

Commit 18b4c63

Browse files
test: Dotty instrumentation library updates for 2025-Feb-01 (#2979)
* test: Dotty instrumentation library updates for 2025-Feb-01 * Update public API reference --------- Co-authored-by: Marty T <[email protected]>
1 parent d88add5 commit 18b4c63

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

tests/Agent/IntegrationTests/Applications/AzureFunctionApplication/AzureFunctionApplication.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2626
<None Include="local.settings.json" />
2727
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" />
28-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.2.0" />
29-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.0" Condition="'$(TargetFramework)' == 'net9.0'"/>
28+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.3.0" />
29+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.0.1" Condition="'$(TargetFramework)' == 'net9.0'"/>
3030
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.0" />
3131
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.0.0" />
3232
</ItemGroup>

tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.79" />
18-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.5" />
19-
<PackageReference Include="NewRelic.Agent.Api" Version="10.34.1" />
17+
<PackageReference Include="AWSSDK.SQS" Version="3.7.400.86" />
18+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.13" />
19+
<PackageReference Include="NewRelic.Agent.Api" Version="10.35.0" />
2020
</ItemGroup>
2121
</Project>

tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
11-
<PackageReference Include="NewRelic.Agent.Api" Version="10.34.1" />
11+
<PackageReference Include="NewRelic.Agent.Api" Version="10.35.0" />
1212
</ItemGroup>
1313

1414
</Project>

tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

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

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

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

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

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

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

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

5656
<PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net481'" />
5757
<PackageReference Include="MySqlConnector" Version="2.4.0" Condition="'$(TargetFramework)' == 'net9.0'" />

tests/Agent/UnitTests/PublicApiChangeTests/PublicApiTest.PublicApiHasNotChanged.verified.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/newrelic/dotnet-agent")]
1+
[assembly: System.Reflection.AssemblyMetadata("RepositoryUrl", "https://github.com/newrelic/dotnet-agent")]
22
[assembly: System.Runtime.Versioning.TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName=".NET Standard 2.0")]
33
namespace NewRelic.Api.Agent
44
{
@@ -72,7 +72,7 @@ namespace NewRelic.Api.Agent
7272
public class SegmentWrapper : System.IDisposable
7373
{
7474
public void Dispose() { }
75-
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) { }
75+
public static NewRelic.Api.Agent.SegmentWrapper GetDatastoreWrapper(dynamic transaction, string vendor, string model, string operation, string? commandText, string? host, string? portPathOrID, string? databaseName) { }
7676
}
7777
[System.AttributeUsage(System.AttributeTargets.Method)]
7878
public class TraceAttribute : System.Attribute
@@ -97,4 +97,4 @@ namespace NewRelic.Api.Agent
9797
Queue = 7,
9898
Other = 8,
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)