cathei / BakingSheet

Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
MIT License
346 stars 34 forks source link

Error importing if Microsoft.Extensions.Logging.Abstractions.dll already exists in project #30

Closed mgmhunt closed 1 year ago

mgmhunt commented 1 year ago

PrecompiledAssemblyException: Multiple precompiled assemblies with the same name Microsoft.Extensions.Logging.Abstractions.dll included on the current platform. Only one assembly with the same name is allowed per platform.

Moving package to root Packages folder and removing Microsoft.Extensions.Logging.Abstractions.dll from the package allows compile.

cathei commented 1 year ago

Thank you for reporting.

I've added BAKINGSHEET_EXTERNAL_LOGGING_DLL define constraint you can add in Project Settings. Defining it will disable BakingSheet's embedded Microsoft.Extensions.Logging.Abstractions.dll.