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
2019-07-01[AspNetCore] Check file nesting rules for ASP.NET Core project testsRodrigo Moya
2019-07-01[AspNetCore] Implement a NestingRulesProvider for ASP.NET CoreRodrigo Moya
2019-07-01[Core] Replace only last occurrence of the pattern for FileSuffixToExtension ...Rodrigo Moya
2019-07-01[Core] Add missing return that was making tests failRodrigo Moya
2019-07-01[Core] Fix parsing of arrays in the JSONRodrigo Moya
2019-07-01[Core] Add support for reading nesting rules from filesRodrigo Moya
2019-07-01[Core] Add support for FileToFile nesting ruleRodrigo Moya
2019-07-01[Core] Take into account extensions and patterns for PathSegment ruleRodrigo Moya
2019-07-01[Core] Add support for AllExtensions nesting ruleRodrigo Moya
2019-07-01[Core] Add support for PathSegment nesting ruleRodrigo Moya
2019-07-01[Core] Add support for FileSuffixToExtension nesting ruleRodrigo Moya
2019-07-01[Core] Add support for ExtensionToExtension nesting ruleRodrigo Moya
2019-07-01[Core] Implement basic skeleton of FileNestingServiceRodrigo Moya
2019-07-01[Core] Add (very) basic FileNestingServiceRodrigo Moya
2019-06-28[Core] Fix a bug in FilePath.HasExtensiontherzok
2019-06-28Sketches has been long discontinued. Look for actual C# and VB script file ex...therzok
2019-06-28[Ide] Optimize typesystem loading a bitMarius Ungureanu
2019-06-27[Core] Fix null ref if RunTarget called after Project is disposedMatt Ward
2019-06-25[Core] Avoid calculating project virtual path when it is not needed.Matt Ward
2019-06-24Merge pull request #7922 from mono/project-fsw-improve-perfMarius Ungureanu
2019-06-24[Core] Improve sdk resolution error message format for userMatt Ward
2019-06-24[Core] Report SDK resolution errorsMatt Ward
2019-06-21Merge pull request #7954 from mono/fix-918848Vsevolod Kukol
2019-06-20Merge pull request #7915 from mono/fsharp-file-nesting-after-reevaluationLluis Sanchez
2019-06-20Move existence checks for when a file is deleted onto the background threadtherzok
2019-06-20[Core] Refactor a bit of list pooling to optimize for common casetherzok
2019-06-20[Core] Fix unit tests. The list needs to be cleared if it's to be reusedtherzok
2019-06-20Add sdk library for testing performance issues with watcherstherzok
2019-06-20[Core] Add Performance tests for file watcher changestherzok
2019-06-20Add AsyncEvents timingstherzok
2019-06-20Add counter IDs to file service counterstherzok
2019-06-20[Core] Avoid reflection in AsyncEventstherzok
2019-06-20[Core] Refactor fileservice event queue handling code so it's testabletherzok
2019-06-20Cleanup some code in FileSystemWatchertherzok
2019-06-20[Core] Speed up project file removal by doing a cheap O(logn) lookup before i...therzok
2019-06-20[Core] Revert existence checks on FSW notificationstherzok
2019-06-20Move PathTreeNode pretty printing into pathtreenodetherzok
2019-06-20Switch back to normal invoke callstherzok
2019-06-20Some more perf optimizations heretherzok
2019-06-20Optimize TypeSystemService handlerstherzok
2019-06-20[Core] O(n) hashcode + O(logn) lookup is way more expensive than the shortcir...therzok
2019-06-20Optimize some file creation codetherzok
2019-06-20Increase the default number of file watchers on macos for finer grained watchingtherzok
2019-06-20Optimize glob checking codetherzok
2019-06-20Add pretty printing to PathTreetherzok
2019-06-20Initial work towards optimizing FileService handlerstherzok
2019-06-19Fixes exception trying to call terminal.app from CatalinaJose Medrano
2019-06-19Add better telemetry for failing to start a processLee Culver
2019-06-17[Core] Fix file nesting after installing NuGet package in a F# projectMatt Ward
2019-06-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong