Fix CodeGenerator exception for types without parameterless ctor (#573)
Add tests to generate code for all examples in example library. A null exception on ScatterSeries is also fixed.
This commit is contained in:
Родитель
97847f03ce
Коммит
546db2da90
|
@ -89,6 +89,7 @@ All notable changes to this project will be documented in this file.
|
|||
- This PlotModel is already in use by some other PlotView control (#497)
|
||||
- LegendTextColor not synchronized between wpf.Plot and InternalModel (#548)
|
||||
- Legend in CandleStickSeries does not scale correctly (#554)
|
||||
- Fix CodeGenerator exception for types without parameterless ctor (#573)
|
||||
|
||||
## [2014.1.546] - 2014-10-22
|
||||
### Added
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.23107.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot.Wpf", "OxyPlot.Wpf\OxyPlot.Wpf.csproj", "{698CCD8E-ADCC-4565-8517-5EDD36F07155}"
|
||||
EndProject
|
||||
|
@ -353,4 +353,4 @@ Global
|
|||
{92494904-35FA-4DC9-BDE9-3A3E87AC49D3} = {C8D6D3B6-84D4-4B20-854D-FC9D92D7F7D8}
|
||||
{67C6A7F1-4E17-4B41-81EF-77DFB5C76925} = {215581EE-098A-488B-91CE-980D94EED5A2}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
EndGlobal
|
||||
|
|
Загрузка…
Ссылка в новой задаче