You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In such a case, the whole project cannot be loaded at all.
While the problem (during observed data import?) is still not reproducible, we could try to catch it somewhere.
e.g. additionally to the value, check that the name of the extended property is not null or empty before adding it?
or adjust the onMissingKey argument when adding an extended property (so that if the name is null or empty it will be replaced with some dummy name)? Does not make much sense but at least it would not crash
It happens from time to time that serialized observed data sets have extended properties without a name:
s e.g.
In such a case, the whole project cannot be loaded at all.
While the problem (during observed data import?) is still not reproducible, we could try to catch it somewhere.
OSPSuite.Core/src/OSPSuite.Infrastructure.Import/Core/Mappers/DataSetToDataRepositoryMapper.cs
Lines 39 to 44 in 0d01657
OSPSuite.Core/src/OSPSuite.Core/Domain/ExtendedProperties.cs
Line 9 in 0d01657
The text was updated successfully, but these errors were encountered: