Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler error on LineSeries.Smooth when updating to unstable version #1195

Open
Dunkhan opened this issue Feb 20, 2018 · 1 comment
Open
Labels

Comments

@Dunkhan
Copy link
Contributor

Dunkhan commented Feb 20, 2018

Steps to reproduce

  1. Create a plot with a lineseries set to mySeries.Smooth = true; in the current stable version
  2. Update the oxyplot dll to the newest stable release
  3. Attempt to compile the project

Platform:WPF Win10
.NET version: 4.5.2

Expected behaviour

This is a minor issue, it is probably inteded to force the user to change the code.
The correct behaviour would be for LineSeries.Smooth to compile but to have a compiler deprecated warning instead.
e.g. [System.Obsolete("LineSeries.Smooth is deprecated, please use LineSeries.InterpolationAlgorithm instead.")]

Actual behaviour

The compiler does not recognise LineSeries.Smooth and fails to compile

@Dunkhan Dunkhan changed the title Compiler error on smoothing when updating to unstable version Compiler error on LineSeries.Smooth when updating to unstable version Feb 20, 2018
@objorke
Copy link
Member

objorke commented Apr 18, 2018

Should (2) be update to newest unstable release?
Since the newest unstable release has a major version change, we can have such breaking changes.

@objorke objorke added the bug label Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants