Laurent Ellerbach
                                            Laurent Ellerbach
                                        
                                    > When I translate, I try to understand what he means to see if he can express it, and if the full machine translation doesn't work well You can give...
> I checked several of these and couldn't find any that weren't migrated over. Any that we know still need to be added? As far as I remember, the networking...
We can move them as well as unit test, they'll be there and we can use the pattern already in place for SPI, Serial and few others where they are...
@cathalnoonan, yes definitely. Let me have a look on how to release those like this quickly. @mtirion I will have a look at this.
@cathalnoonan it's done:  You can install each tool separately. Each tool is using its own name.
And all works as expected on a Mac:  You can run properly the tools:  So @deckerbd you just need to have .NET 6.0 or higher installed and add...
> Can nanoFramework call the dll generated by C Sure, you have to build it in the image, it's not really a dll, more like a native element written in...
@cbagpipe what you are doing is not really a good way. Why would you first connect with DHCP and then with a static address? You should just use `connected =...
> I thought `WifiNetworkHelper.SetupNetworkHelper` does some initialization without connecting, because we have `WifiNetworkHelper.ConnectDhcp`. It does actually connect and setup everything :-) See: https://github.com/nanoframework/System.Device.Wifi/blob/6767df36c7dfd44caf651f21b52f616d57b3f33c/System.Device.Wifi/NetworkHelper/WifiNetworkHelper.cs#L65 To me, the intellisense comment seems very...
@cbagpipe thanks for the investigation. So definitely something to adjust on the native side.