mariusmuntean / ChartJs.Blazor

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

launchSettings.json being overwritten after adding package #175

Closed LeeStevens318 closed 3 years ago

LeeStevens318 commented 3 years ago

Describe the bug

After adding the package my launchSettings.json keeps being overwritten on every build

Which Blazor project type is your bug related to?

Which charts does this bug apply to?

N/A

To Reproduce

Steps to reproduce the behavior:

  1. Using this version of ChartJs.Blazor.Fork 2.0.1, tried with 2.0.0 same result.
  2. Build project

Expected behavior

No changes to the launchSettings.json

Screenshots

Correct:

BlazorCorrect

Overwritten to:

BlazorWrong

Joelius300 commented 3 years ago

Thanks for the report!

This isn't a new issue at all but somehow I've never encountered it before and no one has reported it until now 🤔
Anyhow, I've published 2.0.2 to fix this.

The nuget should be up any second.

LeeStevens318 commented 3 years ago

TY, this has resolved the issue.