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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04Fix nested event dispatch issueLluis Sanchez
2022-10-28Fix uninstallation issueLluis Sanchez
2022-10-27Fixed several exceptions that happen when unloading nodesLluis Sanchez
2022-10-27Fix NRE when unloading an add-inLluis Sanchez
2022-10-06Merge pull request #187 from mono/dev/lluis/threadsafeLluis Sanchez
2022-09-16Try to make code a bit more clearLluis Sanchez
2022-09-16Fix add-in downgrade issueLluis Sanchez
2022-09-16Fix unit tests and run them in CILluis Sanchez
2022-09-14Fix threading issueLluis Sanchez
2022-09-14Fix threading issuesLluis Sanchez
2022-09-13More thread safetyLluis Sanchez
2022-09-13Add some docs and fix formattingLluis Sanchez
2022-09-13Really lock AddinDatabase when starting a transactionLluis Sanchez
2022-09-13Add multi-threading testsLluis Sanchez
2022-09-13Use immutable array to track condition dependenciesLluis Sanchez
2022-09-13Thread safety fixesLluis Sanchez
2022-09-13Revert some changesLluis Sanchez
2022-09-13Fix unit testsLluis Sanchez
2022-09-13Thread safe add-in databaseLluis Sanchez
2022-09-13More thread safetyLluis Sanchez
2022-09-13Thread safety fixesLluis Sanchez
2022-09-13Fix thread safe issuesLluis Sanchez
2022-09-13Ongoing work to make mono.addins thread safeLluis Sanchez
2022-09-05Merge pull request #183 from KirillOsenkov/dev/kirillo/pdbMarius Ungureanu
2022-04-25Delay add-in assembly load by lazy creating objectsLluis Sanchez
2022-04-15Embed Pdb and add SourceLinkKirill Osenkov
2022-02-09Add support for nuget packaging formatLluis Sanchez
2022-02-04Fix CecilReflector load issueLluis Sanchez
2022-01-19Convert to multi-target projectsLluis Sanchez
2021-11-16Merge remote-tracking branch 'origin/main' into dev/lluis/convert-core-to-net6Lluis Sanchez
2021-08-23Fix log and assembly resolution issuesLluis Sanchez
2021-07-14Move back to single targetting for nowLluis Sanchez
2021-07-14Mono.Addins is now using multitargettingLluis Sanchez
2021-05-28Minor perf optimizationLluis Sanchez
2021-02-19Support launch external setup process with dotnetMatt Ward
2021-02-19Sign assembliesMatt Ward
2021-02-19Build all projects to bin without target framework nameMatt Ward
2021-02-09Fix failing tests due to Debug.AssertMatt Ward
2021-02-09Fix reference conflicts build warningsMatt Ward
2021-02-09Convert Mono.Addins.SetupProcess to SDK style projectMatt Ward
2021-02-09Fix incorrect setup process pathMatt Ward
2021-02-09Try avoiding emitting assembly to run setup processMarius Ungureanu
2021-01-28Changed Mono.Addins.Setup to netstandard2.0 and included ResolveAddinReferenc...Mikkel Kruse Johnsen
2021-01-28Removed AssemblyInfo.cs from Git and added InternalsVisibleTo to the project ...Mikkel Kruse Johnsen
2021-01-26It should now use SetupProcess if isolation is required.Mikkel Kruse Johnsen
2020-12-16Update to new MSBuild format in project files. Changed Mono.Addins to .NETSta...Mikkel Kruse Johnsen
2020-10-05Fix typed node creation issueLluis Sanchez
2020-10-05Bump database versionMarius Ungureanu
2020-10-05Fix several issues caused by assembly qualified namesLluis Sanchez
2020-10-05Assembly load optimizationsImmo Landwerth