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
The current implementation of IsValid simply tries to serialize the respective BusinessObject or COMponent. While this is inherently consistent with the Newtonsoft.Json attributes there is a more .NET-Standard way to do it: By implementing IValidatableObject
The text was updated successfully, but these errors were encountered:
BO4E-dotnet/BO4E-dotnet/BO/BusinessObject.cs
Line 450 in 33a3dd8
The current implementation of
IsValid
simply tries to serialize the respective BusinessObject or COMponent. While this is inherently consistent with the Newtonsoft.Json attributes there is a more .NET-Standard way to do it: By implementingIValidatableObject
The text was updated successfully, but these errors were encountered: