Closed multimokia closed 3 weeks ago
Apologies. This was an inter-product issue that was arisen.
Reopening as there are usages of System.Data.Sqlclient
internally within Signals.Core
and Signals.Core.Background
Potentially upgrading may fix this issue?
Update, looks like this comment resolves this: https://github.com/dotnet/SqlClient/issues/1930#issuecomment-2112646590
This will be fixed with the migration to .NET8.
Seeing as dotnet 6 will be rendered EoL on November 12th, 2024 I wanted to know if there were plans to support dotnet 8.
According to Nuget, Signals.Core supports Net8, however I don't entirely think that's the case as on initialization, the application will crash throwing the following error:
Which looks like an issue between
System.Data.SqlClient
andMicrosoft.Data.Sqlclient
I think the version within Signals is required to be updated?