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
I ended up pulling the source from here into our solution as the nuget targets .net core or .net framework not .net standard (even though the project itself is targeting .net standard). Using this successfully to deserialize a bunch of internal stuff that had previously been serialized with NDCS and would have been a gigantic pain to try and port to a different serialization method.
Hi,
I need to use NetDataContractSerializer in .net standard 2.0
is it suitable?
can I download it's from nuget? I did'nt find it
The text was updated successfully, but these errors were encountered: