I created the razor class library project use Ardalis SmartEnum to create a blazor component.
Smart Enum works fine in RCL Project and Also .razor component created fine with error. After I give reference to my Blazor WASM Project The show me error.
getting this error:
The type 'SmartEnum<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Ardalis.SmartEnum,
I tried to add the Ardalis Smart Enum nuget package into my Blazor WASM but it show Exclamation icon on dependancy folder and it resolved. by cleaning the project or deleting the bin/obj folders. So whats the exact Issue?
both project developed in .Net6
Help Me....