I have inherited a big project from a former lead dev. I'm new to Powerapps and Dynamics, so I'm trying to sort out what to expect.
In the Plugin Registration Tool i can see 4 assemblies that are registered (both in XRM toolbox and it the MS Plugin Reigistration Tool, same Assemblies show up).
There are more than 4 assemblies in our git repo, and in a larger solution just called name.Dataverse.
I've modified the C# code in one plugin solution to include a new field we've added to the data, and I think I follow all of that okay. But why does the plugin not show up for me to Update it? Does this mean it's another form of automation (maybe Power Automate?) that's doing this, and the assembly i've inherited is not, in fact, registered and executing? Or can a Plugin be registered and functioning and not show up in the Registration Tool? If so, how do i modify it? Or what happens if i just... register it again?