Migrations after project structure change, and Masstransit
Hi.
I am trying adding my own new module, running migration from server, i am getting below output :
PS C:\Source\src\api\server> dotnet ef migrations add Initial --project ..././Migrators/Migrators.MSSQL/ --context IntegrationMunsoftDbContext -o Migrations/IntegrationMunsoft MSBUILD : error MSB1003: Specify a project or solution file. The current working directory does not contain a project or solution file. Unable to retrieve project metadata. Ensure it's an SDK-style project. If you're using a custom BaseIntermediateOutputPath or MSBuildProjectExtensionsPath values, Use the --msbuildprojectextensionspath option.
Also, comms between modules, how to? you mentioned using Masstransit and RabbitMQ, is this still in pipeline for now?
Kind Regards