Description
Details about Problem
nanoFramework area: (C# code | Nuget packages )
VS version: 2019
VS extension version: 1.7.0.9
Target: ESP32
**Firmware image version: **
Device capabilities output:
Description
When having this line active in a project:
wconf.Options = Wireless80211Configuration.ConfigurationOptions.AutoConnect | Wireless80211Configuration.ConfigurationOptions.Enable;
The build fails
A clear and concise description of what the bug is.
Detailed repro steps so we can see the same problem
-
Try to build project as is. The build should fail like "Unable to compile output assembly xx". Object reference not set to an instance of an object
-
Comment out line 17 in Program.cs in attached solution
-
Build solution. It should now work.
...
NFApp_Wireless80211Configuration.zip
If this did not comply with how to raise an issue, I apologize. First time.