Handlebars-Net / Handlebars.Net

A real .NET Handlebars engine
MIT License
1.24k stars 214 forks source link

Is there a way not to use symbols package for Handlebars.Net 2.0.9? #472

Closed igorjouk closed 2 years ago

igorjouk commented 2 years ago

Hello! I tried to install the latest version for Handlebars.Net and get this error: Package 'Handlebars.Net 2.0.9' has a package type 'SymbolsPackage' that is not supported by project 'Project\Project.Tests'.

As I understand symbols package is existing only for debugging purposes, but I am not going to debug. Is there a way to run my project with 2.0.9 version, but without symbols package or any changes in Visual Studio, maybe ignore it somehow.

Target framework is .NetFramework 4.7.2

PS: The problem was in version of nuget lower that 4.9 and hence 2.0.9 package type is symbols, that means I cannot properly use it.