Skip to content

Wireless80211Configuration.ConfigurationOptions makes build faild #573

Closed
nanoframework/nf-Visual-Studio-extension
#441
@ansedd95

Description

@ansedd95

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

  1. 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

  2. Comment out line 17 in Program.cs in attached solution

  3. Build solution. It should now work.
    ...
    NFApp_Wireless80211Configuration.zip

If this did not comply with how to raise an issue, I apologize. First time.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions