-
Notifications
You must be signed in to change notification settings - Fork 0
Description
What happened?
Hi Team, I am new to Intent. I was trying to create a new project and then add the module "Intent.Eventing.MassTransit" version 7.0.3
While it is giving me the below error, I tried with some other modules but still getting the same issue.
Intent Version: Version 4.5.0 (4.5.0.20250703.3_(4.5.0))
System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.OrderedIterator2..ctor(IEnumerable1 source, Func2 keySelector, IComparer1 comparer, Boolean descending, OrderedIterator1 parent) at System.Linq.Enumerable.OrderBy[TSource,TKey](IEnumerable1 source, Func2 keySelector) at Intent.IArchitect.Agent.Persistence.Model.Common.UserSettingsPersistable.AddOrUpdatedModuleSettings(List1 installedSettings) in /Users/runner/work/1/s/Intent.IntentArchitect/IntentArchitect.ElectronClient/Intent.IArchitect.Agent.Persistence/Model/Settings/UserSettingsPersistable.cs:line 126
at Intent.IArchitect.Packaging.Services.Modules.ModuleInstallationManager.<>c__DisplayClass21_0.b__0() in /Users/runner/work/1/s/Intent.IntentArchitect/IntentArchitect.ElectronClient/Intent.IArchitect.Packaging/Services/Modules/ModuleInstallationManager.cs:line 792
at Intent.IArchitect.Agent.Utils.ModuleInstallationLogger.<>c__DisplayClass2_0.b__0() in /Users/runner/work/1/s/Intent.IntentArchitect/IntentArchitect.ElectronClient/Intent.IArchitect.Agent/Utils/TaskTracker.cs:line 173
at Intent.IArchitect.Agent.Utils.ModuleInstallationLogger.<>c__DisplayClass4_01.<TrackTask>b__0() in /Users/runner/work/1/s/Intent.IntentArchitect/IntentArchitect.ElectronClient/Intent.IArchitect.Agent/Utils/TaskTracker.cs:line 195 at Intent.IArchitect.Agent.Utils.TaskTracker.<>c__DisplayClass3_0.<StartTask>b__0() in /Users/runner/work/1/s/Intent.IntentArchitect/IntentArchitect.ElectronClient/Intent.IArchitect.Agent/Utils/TaskTracker.cs:line 36 at Intent.IArchitect.Agent.Utils.TaskTracker.StartTask(String name, Func1 action, Nullable`1 subTaskCount, String onCompletionMessage, Boolean incrementsParentTaskCount, Boolean throwException) in /Users/runner/work/1/s/Intent.IntentArchitect/IntentArchitect.ElectronClient/Intent.IArchitect.Agent/Utils/TaskTracker.cs:line 59
How is This Issue Affecting You?
❌ I am completely blocked and need urgent help (Critical)
What version of Intent Architect are you using?
Version 4.5.0 (4.5.0.20250703.3_(4.5.0))
Additional information
- Create a Blank Visual Studio Application.
- Try to add reference to the Module.
