Howard van Rooijen
Howard van Rooijen
Is there any update on support for this feature? Is there anything we as a community can contribute to help make this happen? We have a number of APIs which...
+1 I'm seeing it in a PN inside a DevContainer, running in WSL Debian.
And .NET 9.0 will have a new Tensor type: https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/preview4/libraries.md#new-tensort-type building on System.Numerics.Tensors
I'm getting a similar error on a solution I've just upgraded to .NET 8.0 ``` Info: AndBindingSourceIsValid: Test assembly not found. Please build the project to enable the SpecFlow Visual...
Upgrading to the preview release: https://github.com/SpecFlowOSS/SpecFlow.VS/releases/tag/v2022.1.93-net8 fixes the issue
See also: ```csharp Unhandled Exception: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: A socket operation was attempted to an unreachable network 153.44.253.27:5631 at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult) at System.Net.Sockets.TcpClient.c.b__28_1(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction,...
See also: ```csharp Unhandled Exception: Microsoft.Azure.Storage.StorageException: The SSL connection could not be established, see inner exception. ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException:...
> I just started saving the raw NMEA for message types 4 and 21, here are a few samples, I presume this will be ok: > > ``` > !AIVDM,1,1,,A,ENkb9TfaSh@@@@@@@@@@@@@@@@@;Wdo0=`e>H00003vP000,0*09...
Did you manage to capture any data you can share @tkreyche?
> Did you manage to capture any data you can share @tkreyche? Just another ping @tkreyche to see if you've managed to capture any data we can use to implement...