Skip to content

⬆️ Bump files with dotnet-file sync#115

Open
kzu wants to merge 1 commit intomainfrom
dotnet-file-sync
Open

⬆️ Bump files with dotnet-file sync#115
kzu wants to merge 1 commit intomainfrom
dotnet-file-sync

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Feb 19, 2025

devlooped/oss

devlooped/SponsorLink

@kzu kzu added the dependencies Pull requests that update a dependency file label Feb 19, 2025
@kzu
Copy link
Copy Markdown
Member Author

kzu commented Feb 19, 2025

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 9ed4768 to 08ab85b Compare February 26, 2025 00:19
@kzu kzu enabled auto-merge (rebase) March 12, 2025 03:20
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from af13986 to 1e4f75b Compare March 18, 2025 00:19
@kzu kzu force-pushed the dotnet-file-sync branch from 1e4f75b to a5c4902 Compare March 29, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch from a5c4902 to 7d5aa96 Compare April 12, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 1d7dcd6 to 337c170 Compare April 25, 2025 00:21
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from efa2cd2 to ebabc75 Compare May 1, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch from ebabc75 to a849fa4 Compare May 7, 2025 00:21
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from 5e19051 to 2db6716 Compare May 21, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from 58ae863 to c05cf5c Compare May 30, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 23f61d7 to 43aea4a Compare June 3, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch from 43aea4a to a9d211b Compare June 17, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 6dca957 to e93aefd Compare July 3, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 7b72ce8 to 17ab7f5 Compare October 8, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from c13b6cf to aea3335 Compare October 14, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from ef3a1f7 to 8cef8c8 Compare October 30, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 2790f68 to 9ab2d72 Compare November 12, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch from 9ab2d72 to ab8400f Compare November 18, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from e8059fc to 9ac3f7b Compare December 2, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch from 9ac3f7b to eb35f4d Compare December 3, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 9a85072 to 9e72331 Compare December 27, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from 791936c to 4dd453f Compare January 8, 2026 00:24
@kzu kzu force-pushed the dotnet-file-sync branch from 4dd453f to 1d02152 Compare January 13, 2026 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 54d8a21 to e51eac7 Compare January 27, 2026 00:25
@kzu kzu force-pushed the dotnet-file-sync branch from e51eac7 to aca6ec3 Compare February 7, 2026 00:28
@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 3, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 8, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 10, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 11, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 12, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 13, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

# devlooped/oss

- Use GH_TOKEN if available for PR devlooped/oss@77e83f2
- Make sure the feed url is available to msbuild devlooped/oss@931da83
- Publish builds should point to nuget.org not CI feed devlooped/oss@db918f0
- Move dotnet setup to composite action devlooped/oss@08c7077
- Switch to dotnet-env for .NET SDK setup devlooped/oss@56c2b85
- Switch to dnx retest shorthand devlooped/oss@fddfd89
- Ensure quiet confirmation of tool download/install devlooped/oss@e11b002
- Ensure dnx run succeeds even on Windows devlooped/oss@7f5f9ee
- Support using current Version from CVM devlooped/oss@2fff747
- Update Directory.Build.props with support for underscores in branch name devlooped/oss@81d972f
- Add Company MSBuild property by default devlooped/oss@c509be4
- Ignore .env files recursively devlooped/oss@3776526
- Disable warnings for non-packable test projects devlooped/oss@95b338b
- Update versioning scheme in Directory.Build.props devlooped/oss@f2400ef
- Enable package pruning in Directory.Build.props devlooped/oss@0ff8b7b
- Ignore *.local recursively devlooped/oss@a225b7a
- Set severity of IDE1100 to none devlooped/oss@1ed9afe
- If the OSMF eula is present, switch to its license file devlooped/oss@4b84c54
- Set explicit tab size and eol for code files devlooped/oss@5dba0d0
- Revert EOL change in editorconfig for C# files devlooped/oss@2d0e5a5
- Revert indent size for project files devlooped/oss@a62c459
- Change file type from None to Content for osmfeula.txt devlooped/oss@fd03672
- Add Pack attribute to OSMFEULA content item devlooped/oss@dd13ed3
- Group Spectre.Console updates devlooped/oss@917ff54
- Ensure lf for Scriban templates always devlooped/oss@4a9aa32
- Group MEAI packages together devlooped/oss@e733294
- Improve default Product metadata, remove .git from user-facing URLs devlooped/oss@4339749
- Add .NET 9.0 so format can succeed devlooped/oss@ec9d7cd
- Update branches for push event in build.yml devlooped/oss@5da103c
- Consider either None or Content for OSMF license patching devlooped/oss@083a37b
- Allow workflow to work cross-org devlooped/oss@af171b7
- Add explicit write permissions from caller workflow devlooped/oss@8fa147d
- Enhance include workflow with OSMF EULA support devlooped/oss@f2050db
- Trim whitespace in file content replacement devlooped/oss@e53557f
- Fix path pattern for markdown files in workflow devlooped/oss@6a6de05
- Fix error message quotes in includes.yml devlooped/oss@26e8cb7
- Change label from 'docs' to 'dependencies' devlooped/oss@2d1fb4e
- Avoid failure on PR creation if osmfeula.txt doesn't exist in repo devlooped/oss@8ff5178
- Update create-pull-request action to version 8 devlooped/oss@0662872
- Ignore slnx file format too devlooped/oss@68b409c

# devlooped/SponsorLink

- Introduce standalone SponsorManifest for read/validate devlooped/SponsorLink@a755e4b
- Bump dependency in analyzer targets too devlooped/SponsorLink@1454a8f
- Bump Microsoft.IdentityModel.JsonWebTokens devlooped/SponsorLink@2de6c98
- Bump Microsoft.IdentityModel.JsonWebTokens in the identity group devlooped/SponsorLink@d641245
- Unify JWT version from tests with analyzer targets devlooped/SponsorLink@869f74b
- Bump JWT also in samples devlooped/SponsorLink@e8ec200
- Update SponsorLink.Analyzer.Tests.targets to match JWT version of core devlooped/SponsorLink@8ddf000
- Fix central package version for ILRepack in analyzer sample devlooped/SponsorLink@8bc0a69
- Fix version/override for CPV devlooped/SponsorLink@8a40822
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants