Patrick Grawehr

Results 130 comments of Patrick Grawehr

It seems that a wrong ethernet library was included in the build. You might have multiple conflicting libraries installed (i.e. for different boards). Try whether a basic ethernet example for...

I haven't looked at it very closely yet, but isn't this now conflicting with #1074 ?

> @pgrawehr Yes, quite so I'm afraid- I actually started off with the implementation from your branch, but things evolved quickly from there - up to the point where It's...

[This pipeline](https://dev.azure.com/dotnet/IoT/_build?definitionId=179&_a=summary) (from the https://github.com/dotnet/iot repository) has an almost 100% repro on this issue now (the MacOS builds are constantly failing). I think this only happens since we use the...

@elinor-fung That indeed makes sense. I created a pull request https://github.com/dotnet/iot/pull/1927 that sets `maxCpuCount=1` for the MacOS build and behold, the build succeeded.

> Out of curiosity - do we know why the intermediate path is the same for two projects? I've seen other problems which could be caused by that as well....

@mattjohnsonpint The project we're talking about above uses the 7.0 preview SDK

I tested wifi only with ESP32, therefore I'm not sure, but I think it used to work. Can you give more information about the errors you get? Does it fail...

Unfortunately, things just got worse: With the latest resharper version (2021.3.2) an installed Nuke extension prevents the upgrade of Resharper. One has to uninstall the Nuke plugin or Resharper will...

@matkoch Do you mean the resharper update was fixed or the "plugin doesn't work" issue? And which version will include the fix?