emit diagnostic when target project does not reference Microsoft.Extensions.Localization.Abstractions
#49
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
When th package is reference on a project that doesn´t have a dependency on
Microsoft.Extensions.Localizatin.Abstractions
, the generated code produces compile errors, asIStringLocalizer<T>
etc. cannot be found.This is bad DX.
The text was updated successfully, but these errors were encountered: