BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
GNU Lesser General Public License v3.0
154 stars 57 forks source link

BriefFiniteElementNet.Controls: use OxyPlot instead of DynamicDataDisplay #75

Closed wo80 closed 4 years ago

wo80 commented 4 years ago

This PR also removes BriefFiniteElementNet.DebuggerVisualizers-VS2019.csproj and uses the BriefFiniteElementNet.DebuggerVisualizers.csproj project file instead.

@epsi1on I guess no one of us can check, if the older debugger visualizer project files still work. Should they be removed with this PR?

wo80 commented 4 years ago

Additionally, I was wondering if the automatic copying of the files in the PostBuildEvent of BriefFiniteElementNet.DebuggerVisualizers should be removed?

epsi1on commented 4 years ago

I'm OK with OxyPlot,

Additionally, I was wondering if the automatic copying of the files in the PostBuildEvent of BriefFiniteElementNet.DebuggerVisualizers should be removed?

That is for automatic installation of debugger visualizers after each build. I think it should not be removed. Just need to disable build of visualizers project when solution is build, if a user want to build and install visualizer, then he should build the visualizer project separately

wo80 commented 4 years ago

What about deleting the old debugger visualizer project files?

Feel free to merge, if you think we're done here.

epsi1on commented 4 years ago

That would be good, as we are removing compatibility with older VisualStudio versions, we should make ready the nuget package.

wo80 commented 4 years ago

This should be ready to merge.