mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[AspNetCore] Support new error code for dev-certs --check #9497

Closed rodrmoya closed 4 years ago

rodrmoya commented 4 years ago

Due to the issue we found with 3.1 Preview2 on notarization, the .NET Core team have added a new error code to detect that situation, so VSMac needs to take it into account and run "dev-certs https --trust" as with other known error codes, which should fix the issue.

Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1032644

rodrmoya commented 4 years ago

cc @javiercn

Didn't fully test yet, need to add a clear set of steps for repro'ing and, if possible, add a new test for the issue. @javiercn is https://github.com/aspnet/AspNetCore/issues/15118#issuecomment-544909104 enough for reproducing the issue?