mariusmuntean / ChartJs.Blazor

Brings Chart.js charts to Blazor
https://www.iheartblazor.com/
MIT License
691 stars 152 forks source link

Error CS0246: The type or namespace name 'ChartJs' could not be found #148

Closed ltemimi closed 3 years ago

ltemimi commented 4 years ago

Describe your question

My projects use ChartJs.Blazor and works well , builds well all OK in visual studio 2019. When I push my solutions and build in azure the build fails and I get an error : Error CS0246: The type or namespace name 'ChartJs' could not be found

Which Blazor project type is your question related to?

Which charts is this question related to?

PieChart

Please help Laz

SeppPenner commented 4 years ago

Just in case: Did you do a dotnet restore before building?

Joelius300 commented 4 years ago

That was my first thought too but I didn't want to comment yet since I have no real experience with azure pipelines and the dotnet restore has to be put there.

That being said, +1 for @SeppPenner comment :)

Joelius300 commented 3 years ago

Any updates on this @ltemimi ?

Joelius300 commented 3 years ago

Closing this due to inactivity. Please respond if this issue should be reopened.