Skip to content

Commit 1ccc871

Browse files
test: Dotty instrumentation library updates for 2026-Feb-15 (#3452)
* test: Dotty instrumentation library updates for 2026-Feb-15 * REALLY pin Masstransit to 8.x * Revert Masstransit I didn't properly pin Masstransit to 8.x before. --------- Co-authored-by: Alex Hemsath <57361211+nr-ahemsath@users.noreply.github.com>
1 parent d9c9583 commit 1ccc871

5 files changed

Lines changed: 23 additions & 21 deletions

File tree

build/Dotty/packageInfo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
},
7777
{
7878
"packageName": "masstransit",
79+
"ignorePatch": true,
80+
"ignoreMinor": true,
7981
"ignoreMajor": true,
8082
"ignoreReason": "9.x requires a paid license. Stay on 8.5.7 which is the latest free version."
8183
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<DockerfileContext>.</DockerfileContext>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.7.14" />
8+
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.8" />
99
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.3.13" />
10-
<PackageReference Include="AWSSDK.S3" Version="4.0.18.1" />
10+
<PackageReference Include="AWSSDK.S3" Version="4.0.18.6" />
1111
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
1212
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
1616
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.14" />
17-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.13" />
18-
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.1" />
17+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.14" />
18+
<PackageReference Include="NewRelic.Agent.Api" Version="10.49.0" />
1919
</ItemGroup>
2020
</Project>

tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.1" />
15+
<PackageReference Include="NewRelic.Agent.Api" Version="10.49.0" />
1616
</ItemGroup>
1717
</Project>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.1" />
13+
<PackageReference Include="NewRelic.Agent.Api" Version="10.49.0" />
1414
</ItemGroup>
1515
</Project>

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<!-- retain alphabetical order please! -->
7-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.15.1" Condition="'$(TargetFramework)' == 'net481'" />
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.15.1" Condition="'$(TargetFramework)' == 'net10.0'" />
7+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16" Condition="'$(TargetFramework)' == 'net481'" />
8+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.16" Condition="'$(TargetFramework)' == 'net10.0'" />
99
<PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net481'" />
1010
<PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net10.0'" />
1111
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.9" Condition="'$(TargetFramework)' == 'net481'" />
@@ -34,12 +34,12 @@
3434
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.0" Condition="'$(TargetFramework)' == 'net10.0'" />
3535
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net481'" />
3636
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net10.0'" />
37-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
38-
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
39-
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
40-
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
41-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
42-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
37+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.3" Condition="'$(TargetFramework)' == 'net481'" />
38+
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
39+
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.3" Condition="'$(TargetFramework)' == 'net481'" />
40+
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
41+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.3" Condition="'$(TargetFramework)' == 'net481'" />
42+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
4343
<PackageReference Include="MongoDB.Driver" Version="3.6.0" Condition="'$(TargetFramework)' == 'net481'" />
4444
<PackageReference Include="MongoDB.Driver" Version="3.6.0" Condition="'$(TargetFramework)' == 'net10.0'" />
4545
<PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net481'" />
@@ -60,7 +60,7 @@
6060
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net10.0'" />
6161
<!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version -->
6262
<PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" />
63-
<PackageReference Include="NServiceBus" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
63+
<PackageReference Include="NServiceBus" Version="10.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
6464
<!--OpenAI -->
6565
<PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net481'" />
6666
<PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net10.0'" />
@@ -75,18 +75,18 @@
7575
<PackageReference Include="RabbitMQ.Client" Version="7.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
7676
<!-- Latest version of RestSharp to test against. Relies on HttpClient instrumentation. -->
7777
<PackageReference Include="RestSharp" Version="113.1.0" Condition="'$(TargetFramework)' == 'net481'" />
78-
<PackageReference Include="Serilog" Version="4.3.0" Condition="'$(TargetFramework)' == 'net481'" />
79-
<PackageReference Include="Serilog" Version="4.3.0" Condition="'$(TargetFramework)' == 'net10.0'" />
78+
<PackageReference Include="Serilog" Version="4.3.1" Condition="'$(TargetFramework)' == 'net481'" />
79+
<PackageReference Include="Serilog" Version="4.3.1" Condition="'$(TargetFramework)' == 'net10.0'" />
8080
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
8181
<PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0" Condition="'$(TargetFramework)' == 'net481'" />
8282
<PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
8383
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" Condition="'$(TargetFramework)' == 'net481'" />
8484
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
8585
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" Condition="'$(TargetFramework)' == 'net481'" />
8686
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
87-
<PackageReference Include="StackExchange.Redis" Version="2.9.25" Condition="'$(TargetFramework)' == 'net481'" />
88-
<PackageReference Include="StackExchange.Redis" Version="2.9.25" Condition="'$(TargetFramework)' == 'net10.0'" />
89-
<PackageReference Include="System.Data.Odbc" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
90-
<PackageReference Include="System.Data.Odbc" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
87+
<PackageReference Include="StackExchange.Redis" Version="2.11.0" Condition="'$(TargetFramework)' == 'net481'" />
88+
<PackageReference Include="StackExchange.Redis" Version="2.11.0" Condition="'$(TargetFramework)' == 'net10.0'" />
89+
<PackageReference Include="System.Data.Odbc" Version="10.0.3" Condition="'$(TargetFramework)' == 'net481'" />
90+
<PackageReference Include="System.Data.Odbc" Version="10.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
9191
</ItemGroup>
9292
</Project>

0 commit comments

Comments
 (0)