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 (Expand)Author
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
2017-05-30[Ide] Fix generated code for resx files in .NET Core projectsMatt Ward
2017-05-30[Ide] Allow CustomToolService to be used in unit testsMatt Ward
2016-09-16Added exception stack trace when exception occurs in code generator runnerDavid Karlaš
2016-07-11[Ide] Allow registration of SingleProjectFileCustomToolGreg Munn
2016-07-11[Ide] Use the project that is passed from Workspace FileXXX events instead of...Greg Munn
2016-03-31[Ide] Always complete the task when running CustomToolService.UpdateAlan McGovern
2015-12-15Close most of DispatchServiceLluis Sanchez
2015-12-10Rename msbuild project namespaceLluis Sanchez
2015-11-24Merge pull request #1126 from sgmunn/roslyn-msbuild_generator_support_2Greg Munn
2015-11-19[Ide] Fix deadlock when running custom generatorLluis Sanchez
2015-11-12[Core] Use the custom tool service to handle generators on file add and remove.Greg Munn
2015-11-03[Ide] Support for CoreCompileDependsOn and Generators in project file items.Greg Munn
2015-09-24Fix race when running custom tool for fileLluis Sanchez
2015-05-21[Ide] Respect resource IDs in resx designer filesMichael Hutchinson
2015-05-21[Ide] Make sure resx designer namespaces match VSMichael Hutchinson
2015-05-21[Core] Allow getting default namespace using VS policyMichael Hutchinson
2015-05-20Merge remote-tracking branch 'origin/master' into roslynLluis Sanchez Gual
2015-05-20[Ide] Fix resx resource namespace in generated fileMatt Ward
2015-05-15Improved Project.RunTarget methodLluis Sanchez Gual
2015-03-23Rename UserTask -> TaskListEntryLluis Sanchez Gual
2015-03-20Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-02-13Use Task.Run instead of Task.Factory.StartNewLluis Sanchez Gual
2015-02-12[Ide] Only run MSBuild generator if project supports itMichael Hutchinson
2015-02-12[Ide] Clean up logic for whether to run custom toolsMichael Hutchinson
2015-02-05Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-02-03[Ide] Fix resource namespace in resx generatorsMichael Hutchinson
2015-02-02[Ide] Minor cleanup in custom tool serviceMichael Hutchinson
2015-01-28Track api changesLluis Sanchez Gual
2015-01-28Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-01-28[Ide] Fix default namespace for generators in SAPsMichael Hutchinson
2015-01-28[Ide] Fix generators in shared projectsMichael Hutchinson
2015-01-20[T4] Don't show command when not relevantMichael Hutchinson
2015-01-20[T4] Minor style/grammar fixupMichael Hutchinson
2015-01-20[T4] Fix misspelling and grammar errorsxplicit
2015-01-20[T4] added summary total output about generation statusxplicit
2015-01-20fixed SuccessWithWarnings propertyxplicit
2015-01-20added support to use one progress monitor for generated filesxplicit
2014-10-21Initial drop of the new project modelLluis Sanchez
2014-07-30[Ide] Don't treat custom tool warnings as errorsMichael Hutchinson
2014-07-28[Ide] Fix crash when running custom toolsLluis Sanchez
2014-07-24Fixed 'Bug 21560 - .resx files are not properly generating'.Mike Krüger
2014-07-03Merge branch 'aspnet-awesome'Michael Hutchinson
2014-06-27[Ide] Custom tool service should broadcast file changesMichael Hutchinson
2014-06-17[Ide] Support MSBuild custom toolsMichael Hutchinson
2014-06-14[Ide] Fix for ResxGenerator parent directory issueMatthewDiamond
2014-05-08Update ResXFileCodeGenerator.csMatthewDiamond
2014-05-08[Ide] Fix for resx Generator resource locatingMatthewDiamond
2014-04-09[Ide] Fix resx codebehind for PCL frameworksMichael Hutchinson
2014-03-20Added PublicResXFileCodeGenerator custom toolBernhard Johannessen