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
- moved all Serialization.DataContract tests to a new project (net48)
- moved all Serialization.DataContract.Compatibility.Json tests to another new project (net48)
- added missing tests for the BasicQuantityContractSurrogate
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Compatibility.JsonNetTests/UnitsNetIQuantityJsonConverter/DataContractToJsonNetSerializationTests.cs
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
// Licensed under MIT No Attribution, see LICENSE file at the root.
2
2
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Compatibility.JsonNetTests/UnitsNetIQuantityJsonConverter/JsonNetToDataContractSerializationTests.cs
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
// Licensed under MIT No Attribution, see LICENSE file at the root.
2
2
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Compatibility.JsonNetTests/UnitsNetJsonConverter/DataContractToJsonNetSerializationTests.cs
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
// Licensed under MIT No Attribution, see LICENSE file at the root.
2
2
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Compatibility.JsonNetTests/UnitsNetJsonConverter/JsonNetToDataContractSerializationTests.cs
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
// Licensed under MIT No Attribution, see LICENSE file at the root.
2
2
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Tests/DataContractJsonSerializerTests/DataContractJsonSerializerTestsBase.cs
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Tests/DataContractJsonSerializerTests/DefaultDataContractJsonSerializerTests.cs
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Tests/DataContractJsonSerializerTests/Surrogates/ExtendedDataContractJsonSerializerTests.cs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
// Licensed under MIT No Attribution, see LICENSE file at the root.
2
2
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
Copy file name to clipboardExpand all lines: UnitsNet.Serialization.DataContract.Tests/DataContractJsonSerializerTests/Surrogates/GenericDataContractJsonSerializerTests.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
-
#if NETFRAMEWORK
1
+
// Licensed under MIT No Attribution, see LICENSE file at the root.
2
+
// Copyright 2013 Andreas Gullberg Larsen ([email protected]). Maintained at https://github.com/angularsen/UnitsNet.
0 commit comments