Matt Ward
Matt Ward
Should have no affect on NuGet. Looking at the test report the screenshots have some error about being unable to load Xamarin.Ide.
Xamarin.Ide is being loaded. The problem seems to be a null ref in Get to code looking at the IDE log in the failing test. ``` ERROR[2020-01-22 22:51:37Z]: Add-in error...
In this case the user has clicked the error or warning icon in the status bar so we should always open the Errors window. If that means we need to...
Closed incorrectly.
Looks like a problem with the code. The build error is: `MonoDevelop.Ide.Commands/WindowCommands.cs(268,14): error CS0246: The type or namespace name 'Exception' could not be found (are you missing a using directive...
Not sure this is correct. PRs are currently failing since they are building on Mac 10.13 but the master branch is building with Catalina where the compat check is working...
> Then we shouldn't merge this change and just merge the md-addins PRs even with CompatBaseCheck failing? Correct. @josegallardo Yeah I would just merge the md-addins change.
By default the [MonoDevelopMSBuildNuGetProject is created](https://github.com/mono/monodevelop/blob/master/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/MonoDevelopNuGetProjectFactory.cs#L67), which uses a packages.config file. So my original idea was to check the option and instead create a PackageReferenceNuGetProject which would use package references...
Not sure why the F# tests are failing. Would need to debug the code to see what is going on.
The inline rename code was removed and replaced with an Add New Folder dialog because of various issues, such as when Git was enabled. The label edit would stop and...