TagzApp icon indicating copy to clipboard operation
TagzApp copied to clipboard

NuGet - Provider Creation

Open NapalmCodes opened this issue 2 years ago • 1 comments

Extract appropriate classes/interfaces to a package so independent developers can easily develop providers without altering the web project.

NapalmCodes avatar Aug 15 '23 15:08 NapalmCodes

This feels like an extraction of the ISocialMediaProvider and IConfigureService interfaces along with the models that go with them into a TagzApp.Abstractions project that would be referenced by the Common project and published as a NuGet package.

csharpfritz avatar Aug 15 '23 18:08 csharpfritz