Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-18[Build] Remove SpecificVersion=False settings for gtk# assembliestherzok
This breaks compiling MonoDevelop when both gtk# 2.0 and 3.0 are installed in the GAC. Always reference the strong named version and remove SpecificVersion=false
2018-04-13Allow XAML files and codebehind files to be moved as a single unitnosami
Fixes VSTS #599769 (#4544)
2018-04-11Kill interactive process when donenosami
2018-04-11Remove timeouts from F# interactive testsnosami
Fixes VSTS #595439 (#4461)
2018-04-05Faster test package restore. Fixes VSTS #595393 (#4459)nosami
2018-04-03Fix function highlighting. Fixes VSTS #586435 (#4242)nosami
2018-03-23Update FCS to 22.0.1nosami
2018-03-23Add Newtonsoft.Json and System.ValueTuple dependencies to testsnosami
2018-03-20Local copy FSharp.Interactive.Service.exe so that tests can be relocatednosami
2018-03-16Move textFromRange function to test modulenosami
2018-03-13Improve testsnosami
2018-03-13Fixes solution pad rendering order for Linked filesnosami
Fixes VSTS #566631 (#3747)
2018-03-09Attempt to fix test that fails only on VSTSnosami
2018-03-05Ignore broken testsnosami
2018-03-05Ignore Xamarin Forms SDK project build test. It's currently not testablenosami
2018-02-22Fix Incorrect display of type abbreviation in F# tooltipnosami
Fixes vsts #563781 (#3803) Also removed some duplicated tooltip code
2018-02-22Fix character deletion bug caused by bad indentation tracker fixnosami
Fixes vsts #569282 (#3898)
2018-02-20Fix testsnosami
2018-02-20Removed sample F# Android project cracking test.nosami
The FSharp.Core.dll contained within the samples directory was interfering with the real FSharp.Core.dll referenced by the tests project. This caused msbuild to not copy FSharp.Core.dll into the tests output folder which subsequently caused the tests not to load. I removed the test and the files as the test is now redundant (FSharp.Core.dll no longer ships with MonoDroid.)
2018-02-14F# Fix auto-indentnosami
Fixes vsts #563768 (https://github.com/mono/monodevelop/issues/3797)
2018-02-12The Assembly version for FSharp.Core 4.3.3 is 4.4.3.0nosami
2018-02-06Bump FSharp.Core from 4.3.0 to 4.3.3nosami
2018-02-06Local copy FSharp.Core.dllnosami
2018-02-06Fix TargetFSharpCoreVersionnosami
2018-02-01Set correct __SOURCE_DIRECTORY__ in FSInosami
Fixes VSTS #186762
2018-01-30Fixes VSTS #535826 F# # # Debugger resolver fixnosami
2018-01-16Syntax highlighting fixesnosami
Fixes #https://devdiv.visualstudio.com/DevDiv/_workitems/edit/534803
2017-11-23Merge branch 'master' into dotnetcore-file-watcherMatt Ward
2017-11-22[F#] Dispose .NET Core projects in testsMatt Ward
This ensures the file watcher is disposed so the tests finish running on the build server.
2017-11-17[F#] Fix semantic highlighting for wildcard identifiersnosami
Fixes #520292
2017-11-17[F#] Syntax fix for module names containing namespacesnosami
Fixes #525243
2017-11-15Add failing unused opens testnosami
2017-11-15Remove invalid testnosami
2017-11-15[F#] Update compilernosami
2017-11-13F# Make interactive pad testable and add test for prompt markersnosami
2017-11-02[F#] Fix debugger expression resolver for record fieldsnosami
``` type Test = { thing: string } let a = { thing = "A" } let x = a.thing ^^ put breakpoint here and hover over thing ```
2017-10-11Regression test for Mono bug #56611nosami
2017-10-09Fix highlighting for F# multi line string. Fixes #42868nosami
2017-10-09Fix type signatures for C# interface implementations. Fixes #60011nosami
2017-10-06Add test for F# Shared XAML Forms project. Fixes #59071 (#3161)Jason Imison
2017-10-03Fixes F# testsnosami
2017-09-29Fix jump to source for nested test modules. Fixes #59174nosami
2017-09-29Prevent intellisense dropdown afternosami
2017-09-29[F#] Syntax mode fix. Fixes #58704nosami
2017-09-21Reduce Deployment Target to 10.2 and reduce log verbositynosami
2017-09-20Update minimum OS Version to 10.7 for Cocoa testnosami
2017-09-20Feedback fixesnosami
2017-09-20Project file manipulation for VS for Windows fixes #59491 …nosami
Check IsImported flag and add add fixes for forward slashes. I also fixed some other issues that I spotted while fixing this Fix warnings Guard against MSBuild item Include being null Such as `<None Remove="**/*.fs" />` Add sample dotnet core web application template Add a build test for dotnet core MVC web ap Add IsImported asserts Switch MVC build test to netcore1.1
2017-09-20[F#] Fix a race condition when merging ItemGroupsnosami
Sometimes when a file is added to the project, it doesn't yet exist in the MSBuildItems. Fix by checking for Project Files that don't yet exist in MSBuildItems. Fixes #57689
2017-09-20Possible fix for flaky F# testnosami
I noticed that both the PCL and Shared source versions of the XF template test shared the same folder to build in.